4.7 Article

Towards effective exact methods for the Maximum Balanced Biclique Problem in bipartite graphs

Journal

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH
Volume 269, Issue 3, Pages 834-843

Publisher

ELSEVIER SCIENCE BV
DOI: 10.1016/j.ejor.2018.03.010

Keywords

Combinatorial optimization; Clique; Exact algorithms; Techniques for tight bounds; Mathematical formulation

Funding

  1. China Scholarship Council

Ask authors/readers for more resources

The Maximum Balanced Biclique Problem (MBBP) is a prominent model with numerous applications. Yet. the problem is NP-hard and thus computationally challenging. We propose novel ideas for designing effective exact algorithms for MBBP in bipartite graphs. First, an Upper Bound Propagation (UBP) procedure to pre-compute an upper bound involving each vertex is introduced. Then we extend a simple Branchand-Bound (B&B) algorithm by integrating the pre-computed upper bounds. Based on UBP, we also study a new integer linear programming model of MBBP which is more compact than an existing formulation (Dawande, Keskinocak, Swaminathan, & Tayur, 2001). We introduce new valid inequalities induced from the upper bounds to tighten these mathematical formulations for MBBP. Experiments with random bipartite graphs demonstrate the efficiency of the extended B&B algorithm and the valid inequalities generated on demand. Further tests with 30 real-life instances show that, for at least three very large graphs, the new approaches improve the computational time with four orders of magnitude compared to the original B&B. (C) 2018 E(C)sevier B.V. All rights reserved.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.7
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

Article Management

An effective hybrid search algorithm for the multiple traveling repairman problem with profits

Jintong Ren, Jin-Kao Hao, Feng Wu, Zhang-Hua Fu

Summary: The paper proposes an effective hybrid search algorithm based on the memetic framework to solve the problem of maximizing profits in the multiple traveling repairman problem. The algorithm integrates multiple features, including generating high-quality solutions, reducing complexity, and ensuring accurate evaluation. Experimental results show that the proposed algorithm outperforms other algorithms on most benchmark instances.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2023)

Article Computer Science, Interdisciplinary Applications

Multi-wave tabu search for the boolean quadratic programming problem with generalized upper bound constraints

Zhen Shang, Jin-Kao Hao, Songzheng Zhao, Yang Wang, Fei Ma

Summary: In this study, an effective multi-wave tabu search algorithm is proposed for solving the boolean quadratic programming problem with generalized upper bound constraints (BQP-GUB). The algorithm performs a sequence of search waves, alternating between the forward and reverse phases, with the transition between waves determined by a hybrid perturbation phase. Experimental results show that the proposed algorithm is able to improve lower bounds for 6 instances and achieve solutions matching the best results in the literature for most instances within competitive time.

COMPUTERS & OPERATIONS RESEARCH (2023)

Article Computer Science, Artificial Intelligence

Iterated hyperplane search for the budgeted maximum coverage problem

Zequn Wei, Jin-Kao Hao

Summary: This paper presents an iterated hyperplane search approach for the budgeted maximum coverage problem. The algorithm searches on specific areas identified by cardinality-constrained hyperplanes. It combines three procedures - tabu search, hyperplane search, and perturbation - to ensure diversification of the search. The competitiveness of the algorithm is demonstrated on 30 benchmark instances.

EXPERT SYSTEMS WITH APPLICATIONS (2023)

Article Computer Science, Artificial Intelligence

Solving the Single-Row Facility Layout Problem by K-Medoids Memetic Permutation Group

Lixin Tang, Zuocheng Li, Jin-Kao Hao

Summary: This article investigates a symmetry-breaking approach based on the permutation group theory and proposes a memetic algorithm to solve the single-row facility layout problem (SRFLP). The algorithm uses a problem-specific crossover operator and a simulated annealing procedure to generate meaningful offspring solutions. Experimental results show that the algorithm performs well on benchmark and large-scale instances.

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION (2023)

Article Computer Science, Hardware & Architecture

Hybrid genetic algorithm for undirected traveling salesman problems with profits

Pengfei He, Jin-Kao Hao, Qinghua Wu

Summary: This study presents a hybrid genetic algorithm that addresses both the orienteering problem (OP) and prize-collecting traveling salesman problem (PCTSP). The algorithm combines an extended edge-assembly crossover operator to generate promising offspring solutions, and an effective local search to improve each offspring solution. Additionally, the algorithm is enhanced by diversification-oriented mutation and population-diversity management. Extensive experiments show that the method is competitively on par with the best existing methods in terms of solution quality and computational efficiency, with additional insights provided on the roles of the key components of the proposed method.

NETWORKS (2023)

Article Computer Science, Artificial Intelligence

Dynamic thresholding search for the feedback vertex set problem

Wen Sun, Jin-Kao Hao, Zihao Wu, Wenlong Li, Qinghua Wu

Summary: In a directed graph G = (V, E), a feedback vertex set is a subset C that, when removed, makes the graph G acyclic. The feedback vertex set problem aims to find the minimum cardinality subset C*. This problem has various applications but is known to be NP-hard, posing computational challenges. To tackle this problem, the article proposes an iterated dynamic thresholding search algorithm that combines local optimization, dynamic thresholding search, and perturbation. Computational experiments on 101 benchmark graphs show that the algorithm outperforms state-of-the-art algorithms, achieving record-breaking best solutions for 24 graphs, equally best results for 75 graphs, and worse best results for only two graphs. The article also examines the impact of key components on the algorithm's performance.

PEERJ COMPUTER SCIENCE (2023)

Article Computer Science, Interdisciplinary Applications

A massively parallel evolutionary algorithm for the partial Latin square extension problem

Olivier Goudet, Jin-Kao Hao

Summary: This paper presents a massively parallel evolutionary algorithm for the partial Latin square extension problem based on graph coloring. The algorithm utilizes a large population and modern GPUs to perform intensive exploitation of the search space. Experimental results show its high competitiveness compared to other methods.

COMPUTERS & OPERATIONS RESEARCH (2023)

Article Management

An effective hybrid evolutionary algorithm for the clustered orienteering problem

Qinghua Wu, Mu He, Jin-Kao Hao, Yongliang Lu

Summary: This paper studies a variant of the orienteering problem known as the clustered orienteering problem. In this problem, customers are grouped into clusters and a profit is associated with each cluster, collected only when all customers in the cluster are served. The proposed evolutionary algorithm, incorporating a backbone-based crossover operator and a destroy-and-repair mutation operator, outperforms existing algorithms on benchmark instances and sets new records on some instances. It also demonstrates scalability on large instances and has shown superiority over three state-of-the-art COP algorithms. The algorithm is also successfully applied to a dynamic version of the COP considering stochastic travel time.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Computer Science, Interdisciplinary Applications

Detecting Critical Nodes in Sparse Graphs via Reduce-Solve-Combine Memetic Search

Yangming Zhou, Jiaqi Li, Jin-Kao Hao, Fred Glover

Summary: This study proposes a reduce-solve-combine memetic search approach to solve the critical node detection problem in an undirected graph. The new approach outperforms state-of-the-art algorithms and discovers new upper bounds on the problem. The investigation of key algorithmic modules further reveals the importance of the proposed ideas and strategies.

INFORMS JOURNAL ON COMPUTING (2023)

Proceedings Paper Computer Science, Software Engineering

A Memetic Algorithm for Deinterleaving Pulse Trains

Jean Pinsolle, Olivier Goudet, Cyrille Enderli, Jin-Kao Hao

Summary: This paper addresses the problem of separating a sequence of signals received from different emitters at different time steps. It proposes a new memetic algorithm that uses a likelihood-based crossover to explore the space of possible partitions efficiently. The algorithm is evaluated on synthetic data generated with Markov processes and on electronic warfare datasets.

EVOLUTIONARY COMPUTATION IN COMBINATORIAL OPTIMIZATION, EVOCOP 2023 (2023)

Proceedings Paper Computer Science, Software Engineering

Monte Carlo Tree Search with Adaptive Simulation: A Case Study on Weighted Vertex Coloring

Cyril Grelier, Olivier Goudet, Jin-Kao Hao

Summary: This study proposes a hyper-heuristic approach to online learning that combines Monte Carlo Tree Search with multiple local search operators selected dynamically. Different operator policies, including proportional bias, one-armed bandit, and neural network, are investigated. Experiments on well-known benchmarks of the Weighted Vertex Coloring Problem demonstrate the advantages and limitations of each dynamic selection strategy.

EVOLUTIONARY COMPUTATION IN COMBINATORIAL OPTIMIZATION, EVOCOP 2023 (2023)

Article Computer Science, Interdisciplinary Applications

Perturbation-Based Thresholding Search for Packing Equal Circles and Spheres

Xiangjing Lai, Jin-Kao Hao, Renbin Xiao, Fred Glover

Summary: This paper presents a perturbation-based thresholding search algorithm for packing N identical circles in a square and N identical spheres in a cube. The algorithm combines a two-phase search strategy, perturbation operators, and container adjustment to achieve high performance. Experimental results show significant improvements compared with state-of-the-art results for both circle and sphere packing problems.

INFORMS JOURNAL ON COMPUTING (2023)

Article Computer Science, Hardware & Architecture

A hybrid genetic algorithm for the Hamiltonian p-median problem

Pengfei He, Jin-Kao Hao, Qinghua Wu

Summary: This paper presents an effective and scalable hybrid genetic algorithm for solving the Hamiltonian p-median problem. The algorithm uses edge-assembly crossover and multiple neighborhood local search to generate and improve solutions. Experimental results show the superior performance of the method on different benchmark instances and evaluate its scalability. The study also analyzes the contributions of key components of the algorithm.

NETWORKS (2023)

Article Computer Science, Artificial Intelligence

Global optimization and structural analysis of Coulomb and logarithmic potentials on the unit sphere using a population-based heuristic approach

Xiangjing Lai, Jin-Kao Hao, Renbin Xiao, Zhang-Hua Fu

Summary: This paper focuses on the global optimization problem of finding the minimum-energy configuration of particles on a unit sphere. The authors propose a population-based optimization algorithm that combines several strategies to solve this problem. Computational results show that the proposed algorithm is competitive and improves upon the best-known results in the literature.

EXPERT SYSTEMS WITH APPLICATIONS (2024)

Article Management

A flow based formulation and a reinforcement learning based strategic oscillation for cross-dock door assignment

Mingjie Li, Jin-Kao Hao, Qinghua Wu

Summary: This study investigates the significance of cross-dock door assignment problem in supply chain management. It compares a flow-based formulation and a reinforcement learning-based heuristic approach, finding that the flow-based formulation is smaller and superior to the existing mixed integer programming formulations, while the heuristic approach is highly competitive in solution quality and computation time.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Review Management

Survey of optimization models for power system operation and expansion planning with demand response

Vinicius N. Motta, Miguel F. Anjos, Michel Gendreau

Summary: This survey presents a review of optimization approaches for the integration of demand response in power systems planning and highlights important future research directions.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

R-SALSA: A branch, bound, and remember algorithm for the workload smoothing problem on simple assembly lines

Philipp Schulze, Armin Scholl, Rico Walter

Summary: This paper proposes an improved branch-and-bound algorithm, R-SALSA, for solving the simple assembly line balancing problem, which performs well in balancing workloads and providing initial solutions.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Adaptive scheduling in service systems: A Dynamic programming approach

Roshan Mahes, Michel Mandjes, Marko Boon, Peter Taylor

Summary: This paper discusses appointment scheduling and presents a phase-type-based approach to handle variations in service times. Numerical experiments with dynamic scheduling demonstrate the benefits of rescheduling.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Discrete scheduling and critical utilization

Oleg S. Pianykh, Sebastian Perez, Chengzhao Richard Zhang

Summary: Efficient scheduling is crucial for optimizing resource allocation and system performance. This study focuses on critical utilization and efficient scheduling in discrete scheduling systems, and compares the results with classical queueing theory.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Review Management

Supply chain network design with financial considerations: A comprehensive review

Hamed Jahani, Babak Abbasi, Jiuh-Biing Sheu, Walid Klibi

Summary: Supply chain network design is a large and growing area of research. This study comprehensively surveys and analyzes articles published from 2008 to 2021 to detect and report financial perspectives in SCND models. The study also identifies research gaps and offers future research directions.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

A branch-and-cut algorithm for the connected max- k-cut problem

Patrick Healy, Nicolas Jozefowiez, Pierre Laroche, Franc Marchetti, Sebastien Martin, Zsuzsanna Roka

Summary: The Connected Max-k-Cut Problem is an extension of the well-known Max-Cut Problem, where the objective is to partition a graph into k connected subgraphs by maximizing the cost of inter-partition edges. The researchers propose a new integer linear program and a branch-and-cut algorithm for this problem, and also use graph isomorphism to structure the instances and facilitate their resolution. Extensive computational experiments show that, if k > 2, their approach outperforms existing algorithms in terms of quality.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Estimating production functions through additive models based on regression splines

Victor J. Espana, Juan Aparicio, Xavier Barber, Miriam Esteve

Summary: This paper introduces a new methodology based on the machine learning technique MARS for estimating production functions that satisfy classical production theory axioms. The new approach overcomes the overfitting problem of DEA through generalized cross-validation and demonstrates better performance in reducing mean squared error and bias compared to DEA and C2NLS methods.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Time-flexible min completion time variance in a single machine by quadratic programming

Stefano Nasini, Rabia Nessah

Summary: In this paper, the authors investigate the impact of time flexibility in job scheduling, showing that it can significantly affect operators' ability to solve the problem efficiently. They propose a new methodology based on convex quadratic programming approaches that allows for optimal solutions in large-scale instances.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Convex support vector regression

Zhiqiang Liao, Sheng Dai, Timo Kuosmanen

Summary: Nonparametric regression subject to convexity or concavity constraints is gaining popularity in various fields. The conventional convex regression method often suffers from overfitting and outliers. This paper proposes the convex support vector regression method to address these issues and demonstrates its advantages in prediction accuracy and robustness through numerical experiments.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

A simulation evacuation framework for effective disaster preparedness strategies and response decision making

Kuo-Hao Chang, Ying-Zheng Wu, Wen-Ray Su, Lee-Yaw Lin

Summary: The damage and destruction caused by earthquakes necessitates the evacuation of affected populations. Simulation models, such as the Stochastic Pedestrian Cell Transmission Model (SPCTM), can be utilized to enhance disaster and evacuation management. The analysis of SPCTM provides insights for government officials to formulate effective evacuation strategies.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

An effective hybrid evolutionary algorithm for the clustered orienteering problem

Qinghua Wu, Mu He, Jin-Kao Hao, Yongliang Lu

Summary: This paper studies a variant of the orienteering problem known as the clustered orienteering problem. In this problem, customers are grouped into clusters and a profit is associated with each cluster, collected only when all customers in the cluster are served. The proposed evolutionary algorithm, incorporating a backbone-based crossover operator and a destroy-and-repair mutation operator, outperforms existing algorithms on benchmark instances and sets new records on some instances. It also demonstrates scalability on large instances and has shown superiority over three state-of-the-art COP algorithms. The algorithm is also successfully applied to a dynamic version of the COP considering stochastic travel time.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Improving uplift model evaluation on randomized controlled trial data

Bjorn Bokelmann, Stefan Lessmann

Summary: Estimating treatment effects is an important task for data analysts, and uplift models provide support for efficient allocation of treatments. However, evaluating uplift models is challenging due to variance issues. This paper theoretically analyzes the variance of uplift evaluation metrics, proposes variance reduction methods based on statistical adjustment, and demonstrates their benefits on simulated and real-world data.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Newsvendor conditional value-at-risk minimisation: A feature-based approach under adaptive data selection

Congzheng Liu, Wenqi Zhu

Summary: This paper proposes a feature-based non-parametric approach to minimizing the conditional value-at-risk in the newsvendor problem. The method is able to handle both linear and nonlinear profits without prior knowledge of the demand distribution. Results from numerical and real-life experiments demonstrate the robustness and effectiveness of the approach.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Right-left asymmetry of the eigenvector method: A simulation study

Laszlo Csato

Summary: This paper compares the performance of the eigenvalue method and the row geometric mean as two weighting procedures. Through numerical experiments, it is found that the priorities derived from the two eigenvectors in the eigenvalue method do not always agree, while the row geometric mean serves as a compromise between them.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)

Article Management

Compete or cooperate? Effects of channel relationships on government policies for sustainability

Guowei Dou, Tsan-Ming Choi

Summary: This study investigates the impact of channel relationships between manufacturers on government policies and explores the effectiveness of positive incentives versus taxes in increasing social welfare. The findings suggest that competition may be more effective in improving sustainability and social welfare. Additionally, government incentives for green technology may not necessarily enhance sustainability.

EUROPEAN JOURNAL OF OPERATIONAL RESEARCH (2024)