986 results on '"Maximum cut"'
Search Results
2. Analysis of Various GNNs in Solving MaxCut Problem
- Author
-
Hameed, Hiba, Ramanujan, Ajeesh, Kacprzyk, Janusz, Series Editor, Gomide, Fernando, Advisory Editor, Kaynak, Okyay, Advisory Editor, Liu, Derong, Advisory Editor, Pedrycz, Witold, Advisory Editor, Polycarpou, Marios M., Advisory Editor, Rudas, Imre J., Advisory Editor, Wang, Jun, Advisory Editor, Gunjan, Vinit Kumar, editor, and Zurada, Jacek M., editor
- Published
- 2024
- Full Text
- View/download PDF
3. Maximum Cut on Interval Graphs of Interval Count Four is NP-Complete.
- Author
-
de Figueiredo, Celina M. H., de Melo, Alexsander A., Oliveira, Fabiano S., and Silva, Ana
- Subjects
- *
COMPUTATIONAL complexity , *NP-complete problems - Abstract
The computational complexity of the MaxCut problem restricted to interval graphs has been open since the 80's, being one of the problems proposed by Johnson in his Ongoing Guide to NP-completeness, and has been settled as NP-complete only recently by Adhikary, Bose, Mukherjee, and Roy. On the other hand, many flawed proofs of polynomiality for MaxCut on the more restrictive class of unit/proper interval graphs (or graphs with interval count 1) have been presented along the years, and the classification of the problem is still unknown. In this paper, we present the first NP-completeness proof for MaxCut when restricted to interval graphs with bounded interval count, namely graphs with interval count 4. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
4. Local algorithms for maximum cut and minimum bisection on locally treelike regular graphs of large degree.
- Author
-
El Alaoui, Ahmed, Montanari, Andrea, and Sellke, Mark
- Subjects
REGULAR graphs ,RANDOM graphs ,GRAPH algorithms ,POLYNOMIAL time algorithms ,ALGORITHMS ,SPIN glasses - Abstract
Given a graph G$$ G $$ of degree k$$ k $$ over n$$ n $$ vertices, we consider the problem of computing a near maximum cut or a near minimum bisection in polynomial time. For graphs of girth 2L$$ 2L $$, we develop a local message passing algorithm whose complexity is O(nkL)$$ O(nkL) $$, and that achieves near optimal cut values among all L$$ L $$‐local algorithms. Focusing on max‐cut, the algorithm constructs a cut of value nk/4+nP⋆k/4+err(n,k,L)$$ nk/4+n{P}_{\star}\sqrt{k/4}+\mathsf{err}\left(n,k,L\right) $$, where P⋆≈0.763166$$ {P}_{\star}\approx 0.763166 $$ is the value of the Parisi formula from spin glass theory, and err(n,k,L)=on(n)+nok(k)+nkoL(1)$$ \mathsf{err}\left(n,k,L\right)={o}_n(n)+n{o}_k\left(\sqrt{k}\right)+n\sqrt{k}{o}_L(1) $$ (subscripts indicate the asymptotic variables). Our result generalizes to locally treelike graphs, that is, graphs whose girth becomes 2L$$ 2L $$ after removing a small fraction of vertices. Earlier work established that, for random k$$ k $$‐regular graphs, the typical max‐cut value is nk/4+nP⋆k/4+on(n)+nok(k)$$ nk/4+n{P}_{\star}\sqrt{k/4}+{o}_n(n)+n{o}_k\left(\sqrt{k}\right) $$. Therefore our algorithm is nearly optimal on such graphs. An immediate corollary of this result is that random regular graphs have nearly minimum max‐cut, and nearly maximum min‐bisection among all regular locally treelike graphs. This can be viewed as a combinatorial version of the near‐Ramanujan property of random regular graphs. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
5. Complexity of Maximum Cut on Interval Graphs.
- Author
-
Adhikary, Ranendu, Bose, Kaustav, Mukherjee, Satwik, and Roy, Bodhayan
- Subjects
- *
COMPUTATIONAL complexity , *BIPARTITE graphs - Abstract
We resolve the longstanding open problem concerning the computational complexity of MaxCut on interval graphs by showing that it is NP-complete. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
6. MAX CUT in Weighted Random Intersection Graphs and Discrepancy of Sparse Random Set Systems.
- Author
-
Nikoletseas, Sotiris, Raptopoulos, Christoforos, and Spirakis, Paul
- Subjects
- *
WEIGHTED graphs , *RANDOM graphs , *INTERSECTION graph theory , *RANDOM sets , *SPARSE graphs , *POLYNOMIAL time algorithms , *RANDOM variables - Abstract
Let V be a set of n vertices, M a set of m labels, and let R be an m × n matrix ofs independent Bernoulli random variables with probability of success p; columns of R are incidence vectors of label sets assigned to vertices. A random instance G (V , E , R T R) of the weighted random intersection graph model is constructed by drawing an edge with weight equal to the number of common labels (namely [ R T R ] v , u ) between any two vertices u, v for which this weight is strictly larger than 0. In this paper we study the average case analysis of Weighted Max Cut, assuming the input is a weighted random intersection graph, i.e. given G (V , E , R T R) we wish to find a partition of V into two sets so that the total weight of the edges having exactly one endpoint in each set is maximized. In particular, we initially prove that the weight of a maximum cut of G (V , E , R T R) is concentrated around its expected value, and then show that, when the number of labels is much smaller than the number of vertices (in particular, m = n α , α < 1 ), a random partition of the vertices achieves asymptotically optimal cut weight with high probability. Furthermore, in the case n = m and constant average degree (i.e. p = Θ (1) n ), we show that with high probability, a majority type randomized algorithm outputs a cut with weight that is larger than the weight of a random cut by a multiplicative constant strictly larger than 1. Then, we formally prove a connection between the computational problem of finding a (weighted) maximum cut in G (V , E , R T R) and the problem of finding a 2-coloring that achieves minimum discrepancy for a set system Σ with incidence matrix R (i.e. minimum imbalance over all sets in Σ ). We exploit this connection by proposing a (weak) bipartization algorithm for the case m = n , p = Θ (1) n that, when it terminates, its output can be used to find a 2-coloring with minimum discrepancy in a set system with incidence matrix R . In fact, with high probability, the latter 2-coloring corresponds to a bipartition with maximum cut-weight in G (V , E , R T R) . Finally, we prove that our (weak) bipartization algorithm terminates in polynomial time, with high probability, at least when p = c n , c < 1 . [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
7. MaxCut on permutation graphs is NP‐complete.
- Author
-
de Figueiredo, Celina M. H., de Melo, Alexsander A., Oliveira, Fabiano S., and Silva, Ana
- Subjects
- *
NP-complete problems , *STATISTICAL decision making , *NP-hard problems , *PERMUTATIONS , *COMPUTATIONAL complexity - Abstract
The decision problem MaxC ut is known to be NP‐complete since the seventies, but only recently its restriction to interval graphs has been announced to be hard by Adhikary, Bose, Mukherjee, and Roy. Building on their proof, in this paper we prove that the M axC ut problem is NP‐complete on permutation graphs. This settles a long‐standing open problem that appeared in the 1985 column of the Ongoing Guide to NP‐completeness by David S. Johnson, and is the first NP‐hardness entry for permutation graphs in such column. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
8. The Max-Cut Decision Tree: Improving on the Accuracy and Running Time of Decision Trees
- Author
-
Bodine, Jonathan and Hochbaum, Dorit
- Subjects
Decision Tree ,Principal Component Analysis ,Maximum Cut ,Classification - Published
- 2020
9. Initial State Encoding via Reverse Quantum Annealing and H-Gain Features
- Author
-
Elijah Pelofske, Georg Hahn, and Hristo Djidjev
- Subjects
Anneal schedule ,Bayesian optimization ,D-Wave ,h-gain (HG) ,Ising model ,maximum cut ,Atomic physics. Constitution and properties of matter ,QC170-197 ,Materials of engineering and construction. Mechanics of materials ,TA401-492 - Abstract
Quantum annealing is a specialized type of quantum computation that aims to use quantum fluctuations in order to obtain global minimum solutions of combinatorial optimization problems. Programmable D-Wave quantum annealers are available as cloud computing resources, which allow users low-level access to quantum annealing control features. In this article, we are interested in improving the quality of the solutions returned by a quantum annealer by encoding an initial state into the annealing process. We explore two D-Wave features that allow one to encode such an initial state: the reverse annealing (RA) and the h-gain (HG) features. RA aims to refine a known solution following an anneal path starting with a classical state representing a good solution, going backward to a point where a transverse field is present, and then finishing the annealing process with a forward anneal. The HG feature allows one to put a time-dependent weighting scheme on linear ($h$) biases of the Hamiltonian, and we demonstrate that this feature likewise can be used to bias the annealing to start from an initial state. We also consider a hybrid method consisting of a backward phase resembling RA and a forward phase using the HG initial state encoding. Importantly, we investigate the idea of iteratively applying RA and HG to a problem, with the goal of monotonically improving on an initial state that is not optimal. The HG encoding technique is evaluated on a variety of input problems including the edge-weighted maximum cut problem and the vertex-weighted maximum clique problem, demonstrating that the HG technique is a viable alternative to RA for some problems. We also investigate how the iterative procedures perform for both RA and HG initial state encodings on random whole-chip spin glasses with the native hardware connectivity of the D-Wave Chimera and Pegasus chips.
- Published
- 2023
- Full Text
- View/download PDF
10. Max-Cut via Kuramoto-Type Oscillators.
- Author
-
Steinerberger, Stefan
- Subjects
- *
BEST practices , *ANGLES , *ALGORITHMS - Abstract
We consider the Max-Cut problem. Let G=(V,E) be a graph with adjacency matrix (aij)ni,j=1. Burer, Monteiro, and Zhang proposed to find, for n angles {θ1,θ2,...,θn}⊂[0,2π], minima of the energy f(θ1,...,θn)=∑ni,j=1aijcos(θi-θj). Configurations achieving a global minimum leads to a partition of size at least 0.878⋅MAX-CUT(G). This approach is known to be computationally viable and leads to very good results in practice. We prove, for each ε>0, that replacing cos(θi-θj) with an explicit gε(θi-θj) global minima lead to a partition of size at least (1-ε)⋅MAX-CUT(G). This suggests some interesting algorithms that perform well. It also shows that the problem of finding approximate global minima of energy functionals of this type is NP-hard, in general. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
11. Selection and Optimization of Hyperparameters in Warm-Started Quantum Optimization for the MaxCut Problem.
- Author
-
Truger, Felix, Beisel, Martin, Barzen, Johanna, Leymann, Frank, and Yussupov, Vladimir
- Subjects
CIRCUIT complexity ,REGULARIZATION parameter ,QUANTUM computing ,CUTTING stock problem ,QUANTUM computers ,MATHEMATICAL optimization - Abstract
Today's quantum computers are limited in their capabilities, e.g., the size of executable quantum circuits. The Quantum Approximate Optimization Algorithm (QAOA) addresses these limitations and is, therefore, a promising candidate for achieving a near-term quantum advantage. Warm-starting can further improve QAOA by utilizing classically pre-computed approximations to achieve better solutions at a small circuit depth. However, warm-starting requirements often depend on the quantum algorithm and problem at hand. Warm-started QAOA (WS-QAOA) requires developers to understand how to select approach-specific hyperparameter values that tune the embedding of classically pre-computed approximations. In this paper, we address the problem of hyperparameter selection in WS-QAOA for the maximum cut problem using the classical Goemans–Williamson algorithm for pre-computations. The contributions of this work are as follows: We implement and run a set of experiments to determine how different hyperparameter settings influence the solution quality. In particular, we (i) analyze how the regularization parameter that tunes the bias of the warm-started quantum algorithm towards the pre-computed solution can be selected and optimized, (ii) compare three distinct optimization strategies, and (iii) evaluate five objective functions for the classical optimization, two of which we introduce specifically for our scenario. The experimental results provide insights on efficient selection of the regularization parameter, optimization strategy, and objective function and, thus, support developers in setting up one of the central algorithms of contemporary and near-term quantum computing. [ABSTRACT FROM AUTHOR]
- Published
- 2022
- Full Text
- View/download PDF
12. Local Approximation of the Maximum Cut in Regular Graphs
- Author
-
Bamas, Étienne, Esperet, Louis, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Sau, Ignasi, editor, and Thilikos, Dimitrios M., editor
- Published
- 2019
- Full Text
- View/download PDF
13. Convex graph invariant relaxations for graph edit distance.
- Author
-
Candogan, Utkan Onur and Chandrasekaran, Venkat
- Subjects
- *
CHARTS, diagrams, etc. , *MOLECULAR structure , *REGULAR graphs , *SEMIDEFINITE programming , *EIGENVALUES - Abstract
The edit distance between two graphs is a widely used measure of similarity that evaluates the smallest number of vertex and edge deletions/insertions required to transform one graph to another. It is NP-hard to compute in general, and a large number of heuristics have been proposed for approximating this quantity. With few exceptions, these methods generally provide upper bounds on the edit distance between two graphs. In this paper, we propose a new family of computationally tractable convex relaxations for obtaining lower bounds on graph edit distance. These relaxations can be tailored to the structural properties of the particular graphs via convex graph invariants. Specific examples that we highlight in this paper include constraints on the graph spectrum as well as (tractable approximations of) the stability number and the maximum-cut values of graphs. We prove under suitable conditions that our relaxations are tight (i.e., exactly compute the graph edit distance) when one of the graphs consists of few eigenvalues. We also validate the utility of our framework on synthetic problems as well as real applications involving molecular structure comparison problems in chemistry. [ABSTRACT FROM AUTHOR]
- Published
- 2022
- Full Text
- View/download PDF
14. On the maximum cardinality cut problem in proper interval graphs and related graph classes.
- Author
-
Boyacı, Arman, Ekim, Tınaz, and Shalom, Mordechai
- Subjects
- *
CUTTING stock problem - Abstract
Although it has been claimed in two different papers that the maximum cardinality cut problem is polynomial-time solvable for proper interval graphs, both of them turned out to be erroneous. In this work we consider the parameterized complexity of this problem. We show that the maximum cardinality cut problem in proper/unit interval graphs is FPT when parameterized by the maximum number of non-empty bubbles in a column of its bubble model. We then generalize this result to a more general graph class by defining new parameters related to the well-known clique-width parameter. Specifically, we define an (α , β , δ) -clique-width decomposition of a graph as a clique-width decomposition in which at each step the following invariant is preserved: after discarding at most δ labels, a) every label consists of at most β sets of twin vertices, and b) all the labels together induce a graph with independence number at most α. We show that for every two constants α , δ > 0 the problem is FPT when parameterized by β plus the smallest width of an (α , β , δ) -clique-width decomposition. [ABSTRACT FROM AUTHOR]
- Published
- 2022
- Full Text
- View/download PDF
15. Some Observations on the Smallest Adjacency Eigenvalue of a Graph
- Author
-
Cioabă Sebastian M., Elzinga Randall J., and Gregory David A.
- Subjects
graph spectrum ,smallest eigenvalue ,adjacency matrix ,graph decomposition ,clique partition ,claw-free graphs ,maximum cut ,05c50 ,05c75 ,05c76 ,05e30 ,15a18 ,Mathematics ,QA1-939 - Abstract
In this paper, we discuss various connections between the smallest eigenvalue of the adjacency matrix of a graph and its structure. There are several techniques for obtaining upper bounds on the smallest eigenvalue, and some of them are based on Rayleigh quotients, Cauchy interlacing using induced subgraphs, and Haemers interlacing with vertex partitions and quotient matrices. In this paper, we are interested in obtaining lower bounds for the smallest eigenvalue. Motivated by results on line graphs and generalized line graphs, we show how graph decompositions can be used to obtain such lower bounds.
- Published
- 2020
- Full Text
- View/download PDF
16. Exact Facetial Odd-Cycle Separation for Maximum Cut and Binary Quadratic Optimization.
- Author
-
Jünger, Michael and Mallach, Sven
- Subjects
- *
SEMIDEFINITE programming , *INTEGER programming , *LINEAR programming , *ALGORITHMS , *CUTTING stock problem , *BINARY codes - Abstract
The exact solution of the NP-hard (nondeterministic polynomial-time hard) maximum cut problem is important in many applications across, for example, physics, chemistry, neuroscience, and circuit layout—which is also due to its equivalence to the unconstrained binary quadratic optimization problem. Leading solution methods are based on linear or semidefinite programming and require the separation of the so-called odd-cycle inequalities. In their groundbreaking research, F. Barahona and A. R. Mahjoub have given an informal description of a polynomial-time algorithm for this problem. As pointed out recently, however, additional effort is necessary to guarantee that the inequalities obtained correspond to facets of the cut polytope. In this paper, we shed more light on a so enhanced separation procedure and investigate experimentally how it performs in comparison with an ideal setting where one could even employ the sparsest, most violated, or geometrically most promising facet-defining odd-cycle inequalities. Summary of Contribution: This paper aims at a better capability to solve binary quadratic optimization or maximum cut problems and their various applications using integer programming techniques. To this end, the paper describes enhancements to a well-known algorithm for the central separation problem arising in this context; it is demonstrated experimentally that these enhancements are worthwhile from a computational point of view. The linear relaxations of the aforementioned problems are typically solved using fewer iterations and cutting planes than with a nonenhanced approach. It is also shown that the enhanced procedure is only slightly inferior to an ideal, enumerative, and, in practice, intractable global cutting-plane selection. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
17. A Fixed-Parameter Algorithm for the Max-Cut Problem on Embedded 1-Planar Graphs
- Author
-
Dahn, Christine, Kriege, Nils M., Mutzel, Petra, Hutchison, David, Series Editor, Kanade, Takeo, Series Editor, Kittler, Josef, Series Editor, Kleinberg, Jon M., Series Editor, Mattern, Friedemann, Series Editor, Mitchell, John C., Series Editor, Naor, Moni, Series Editor, Pandu Rangan, C., Series Editor, Steffen, Bernhard, Series Editor, Terzopoulos, Demetri, Series Editor, Tygar, Doug, Series Editor, Weikum, Gerhard, Series Editor, Iliopoulos, Costas, editor, Leong, Hon Wai, editor, and Sung, Wing-Kin, editor
- Published
- 2018
- Full Text
- View/download PDF
18. Computing the Largest Bond and the Maximum Connected Cut of a Graph.
- Author
-
Duarte, Gabriel L., Eto, Hiroshi, Hanaka, Tesshu, Kobayashi, Yasuaki, Kobayashi, Yusuke, Lokshtanov, Daniel, Pedrosa, Lehilton L. C., Schouery, Rafael C. S., and Souza, Uéverton S.
- Subjects
- *
BOND graphs , *BIPARTITE graphs , *APPROXIMATION algorithms , *PLANAR graphs - Abstract
The cut-set ∂ (S) of a graph G = (V , E) is the set of edges that have one endpoint in S ⊂ V and the other endpoint in V \ S , and whenever G[S] is connected, the cut [ S , V \ S ] of G is called a connected cut. A bond of a graph G is an inclusion-wise minimal disconnecting set of G, i.e., bonds are cut-sets that determine cuts [ S , V \ S ] of G such that G[S] and G [ V \ S ] are both connected. Contrasting with a large number of studies related to maximum cuts, there exist very few results regarding the largest bond of general graphs. In this paper, we aim to reduce this gap on the complexity of computing the largest bond, and the maximum connected cut of a graph. Although cuts and bonds are similar, we remark that computing the largest bond and the maximum connected cut of a graph tends to be harder than computing its maximum cut. We show that it does not exist a constant-factor approximation algorithm to compute the largest bond, unless P = NP . Also, we show that Largest Bond and Maximum Connected Cut are NP-hard even for planar bipartite graphs, whereas Maximum Cut is trivial on bipartite graphs and polynomial-time solvable on planar graphs. In addition, we show that Largest Bond and Maximum Connected Cut are NP-hard on split graphs, and restricted to graphs of clique-width w they can not be solved in time f (w) n o (w) unless the Exponential Time Hypothesis fails, but they can be solved in time f (w) n O (w) . Finally, we show that both problems are fixed-parameter tractable when parameterized by the size of the solution, the treewidth, and the twin-cover number. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
19. Maximum Cuts in H-Free Graphs.
- Author
-
Ma, Huawen
- Subjects
- *
INTEGERS , *EDGES (Geometry) - Abstract
For a graph G, let f(G) be the maximum number of edges in a cut of G. For a positive integer m and a set of graphs H , let f (m , H) be the minimum possible cardinality of f(G), as G ranges over all graphs on m edges which contain no graphs in H . Suppose that r ≥ 8 is an even integer and H = { C 5 , C 6 , ... , C r - 1 } . In this paper, we prove that f (m , H) ≥ m / 2 + c m r r + 1 for some real c > 0 , which improves a result of Alon et al. We also give a general lower bound on f (m , H) when H = { K s + K t ¯ } . This extends a result of Zeng and Hou. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
20. Maximum cuts in edge-colored graphs.
- Author
-
Faria, Luerbio, Klein, Sulamita, Sau, Ignasi, Souza, Uéverton S., and Sucupira, Rubens
- Subjects
- *
HANDICRAFT , *CUTTING stock problem , *PLANAR graphs , *GEOMETRIC vertices - Abstract
The input of the Maximum Colored Cut problem consists of a graph G = (V , E) with an edge-coloring c : E → { 1 , 2 , 3 , ... , p } and a positive integer k , and the question is whether G has a nontrivial edge cut using at least k colors. The Colorful Cut problem has the same input but asks for a nontrivial edge cut using all p colors. Unlike what happens for the classical Maximum Cut problem, we prove that both problems are NP -complete even on complete, planar, or bounded treewidth graphs. Furthermore, we prove that Colorful Cut is NP -complete even when each color class induces a clique of size at most three, but is trivially solvable when each color induces an edge. On the positive side, we prove that Maximum Colored Cut is fixed-parameter tractable when parameterized by either k or p , by constructing a cubic kernel in both cases. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
21. Local approximation of the Maximum Cut in regular graphs.
- Author
-
Bamas, Étienne and Esperet, Louis
- Subjects
- *
DETERMINISTIC algorithms , *DIRECTED graphs , *APPROXIMATION algorithms , *DISTRIBUTED algorithms , *REGULAR graphs , *ONLINE algorithms , *ALGORITHMS - Abstract
This paper is devoted to the distributed complexity of finding an approximation of the maximum cut (MaxCut) in graphs. A classical algorithm consists in letting each vertex choose its side of the cut uniformly at random. This does not require any communication and achieves an approximation ratio of at least 1 2 in expectation. When the graph is d -regular and triangle-free, a slightly better approximation ratio can be achieved with a randomized algorithm running in a single round. Here, we investigate the round complexity of deterministic distributed algorithms for MaxCut in regular graphs. We first prove that if G is d -regular, with d even and fixed, no deterministic algorithm running in a constant number of rounds can achieve a constant approximation ratio. We then give a simple one-round deterministic algorithm achieving an approximation ratio of 1 d for d -regular graphs when d is odd. We show that this is best possible in several ways, and in particular no deterministic algorithm with approximation ratio 1 d + ϵ (with ϵ > 0) can run in a constant number of rounds. We also prove results of a similar flavor for the MaxDiCut problem in regular oriented graphs, where we want to maximize the number of arcs oriented from the left part to the right part of the cut. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
22. Transit timetable synchronization for transfer time minimization.
- Author
-
Abdolmaleki, Mojtaba, Masoud, Neda, and Yin, Yafeng
- Subjects
- *
COMPUTATIONAL complexity , *TIME perspective , *APPROXIMATION algorithms , *SYNCHRONIZATION , *POLYNOMIAL time algorithms , *CUTTING stock problem , *NP-hard problems , *REPRESENTATIONS of graphs - Abstract
• Models the scheduling problem as an optimization problem with congruence constraints. • Proposes a new graph representation of the problem. • Provides optimal inapproximability results for the optimization problem. • Exposes the close bounds that relate this problem with the MAX DICUT problem. • Customizes and applies approximation algorithms for MAX DICUT in real case studies. This paper aims to synchronize timetables in a transit network so as to minimize the total passenger transfer waiting time. Assuming a fixed headway for each line, we first formulate the problem as an optimization problem with congruence constraints. We show that the problem is NP-hard, and investigate several special cases of the problem that are solvable in polynomial time. Furthermore, we show that the local search for the general problem is equivalent to the well-studied maximum directed cut problem. As such, we use an approximation algorithm for the maximum directed cut problem to solve the timetable synchronization problem. We assess the quality of the algorithm on a real-world case study, and show that our algorithm significantly outperforms the state-of-the-art in the literature. Lastly, we relax the fixed headway assumption, and propose an efficient recursive quasi-linear time algorithm to minimize the total transfer waiting time in this general setting. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
23. Optimizing Applications for Mobile Cloud Computing Through MOCCAA.
- Author
-
Baraki, Harun, Jahl, Alexander, Jakob, Stefan, Schwarzbach, Corvin, Fax, Malte, and Geihs, Kurt
- Abstract
Mobile Cloud Computing (MCC) aims at leveraging remote resources to boost application performance on mobile devices while conserving resources such as battery, memory, and storage. Offloading computations and outsourcing tasks are, however, associated with numerous challenges known from distributed systems. Typical mobile applications have a monolithic design and are not laid out for a distributed deployment and execution. In this work, we present how to design and partition such applications and how these partitions stay synchronized in a cost-efficient manner at runtime. We introduce our comprehensive and extendable framework MOCCAA (MObile Cloud Computing AdaptAble) that supports developers along this path. Its performance gain is mainly achieved through a new graph partitioning heuristic that is searching for the maximally beneficial cut, through minimized monitoring efforts for resource consumption prediction, through scalable and location-aware resource discovery and management, and through our graph-based delta synchronization of local and remote object states. In particular, the graph partitioning heuristic and the delta synchronization allow us to reduce synchronization costs and improve quality dimensions such as latency and bandwidth consumption. [ABSTRACT FROM AUTHOR]
- Published
- 2019
- Full Text
- View/download PDF
24. Dynamic Programming on Bipartite Tree Decompositions
- Author
-
Lars Jaffke and Laure Morelle and Ignasi Sau and Dimitrios M. Thilikos, Jaffke, Lars, Morelle, Laure, Sau, Ignasi, Thilikos, Dimitrios M., Lars Jaffke and Laure Morelle and Ignasi Sau and Dimitrios M. Thilikos, Jaffke, Lars, Morelle, Laure, Sau, Ignasi, and Thilikos, Dimitrios M.
- Abstract
We revisit a graph width parameter that we dub bipartite treewidth, along with its associated graph decomposition that we call bipartite tree decomposition. Bipartite treewidth can be seen as a common generalization of treewidth and the odd cycle transversal number. Intuitively, a bipartite tree decomposition is a tree decomposition whose bags induce almost bipartite graphs and whose adhesions contain at most one vertex from the bipartite part of any other bag, while the width of such decomposition measures how far the bags are from being bipartite. Adapted from a tree decomposition originally defined by Demaine, Hajiaghayi, and Kawarabayashi [SODA 2010] and explicitly defined by Tazari [Theor. Comput. Sci. 2012], bipartite treewidth appears to play a crucial role for solving problems related to odd-minors, which have recently attracted considerable attention. As a first step toward a theory for solving these problems efficiently, the main goal of this paper is to develop dynamic programming techniques to solve problems on graphs of small bipartite treewidth. For such graphs, we provide a number of para-NP-completeness results, FPT-algorithms, and XP-algorithms, as well as several open problems. In particular, we show that K_t-Subgraph-Cover, Weighted Vertex Cover/Independent Set, Odd Cycle Transversal, and Maximum Weighted Cut are FPT parameterized by bipartite treewidth. We also provide the following complexity dichotomy when H is a 2-connected graph, for each of the H-Subgraph-Packing, H-Induced-Packing, H-Scattered-Packing, and H-Odd-Minor-Packing problems: if H is bipartite, then the problem is para-NP-complete parameterized by bipartite treewidth while, if H is non-bipartite, then the problem is solvable in XP-time. Beyond bipartite treewidth, we define 1-ℋ-treewidth by replacing the bipartite graph class by any graph class ℋ. Most of the technology developed here also works for this more general parameter.
- Published
- 2023
- Full Text
- View/download PDF
25. MaxCut Above Guarantee
- Author
-
Ivan Bliznets and Vladislav Epifanov, Bliznets, Ivan, Epifanov, Vladislav, Ivan Bliznets and Vladislav Epifanov, Bliznets, Ivan, and Epifanov, Vladislav
- Abstract
In this paper, we study the computational complexity of the Maximum Cut problem parameterized above guarantee. Our main result provides a linear kernel for the Maximum Cut problem in connected graphs parameterized above the spanning tree. This kernel significantly improves the previous O(k⁵) kernel given by Madathil, Saurabh, and Zehavi [ToCS 2020]. We also provide subexponential running time algorithms for this problem in special classes of graphs: chordal, split, and co-bipartite. We complete the picture by lower bounds under the assumption of the ETH. Moreover, we initiate a study of the Maximum Cut problem above 2/3|E| lower bound in tripartite graphs.
- Published
- 2023
- Full Text
- View/download PDF
26. Algoritmi za problem maksimalnog reza
- Author
-
Perak, Jana and Horvat Dmitrović, Lana
- Subjects
maksimalni rez ,TECHNICAL SCIENCES. Computing ,TEHNIČKE ZNANOSTI. Računarstvo ,maximum cut - Abstract
U ovom završnom radu proučili smo problem maksimalnog reza. Uveli smo osnovne pojmove o grafu te smo vidjeli da je problem maksimalnog reza NP težak problem. Naveli smo algoritam iscrpne pretrage koji daje točnu vrijednost reza ali za mali broj vrhova te smo naveli i neke algoritme koji ne daju točnu vrijednost reza ali ju dobro aproksimiraju. Najprije je opisan slučajni algoritam, zatim algoritam lokalne pretrage i na kraju Goemans- Williamsonov algoritam, najbolji algoritam za rješavanje problema maksimalnog reza. Na kraju je prikazana implementacija algoritama iscrpne pretrage i Goemans-Williamsonovog algoritma, te je dana usporedba rješenje, uz vizualizaciju rješenja. In this paper we studied the maximum cut problem. We introduced the basic notions of graphs and saw that the maximum cut problem is an NP-hard problem. We listed a greedy search algorithm that gives the exact value of the cut, but only for a small number of the vertices, and we also listed some algorithms that do not give the exact value of the cut, but approximate them well. First, the randomized algorithm is described, then the local search algorithm, and finally the Goemans-Williamson algorithm, the best algorithm for solving the maximum cut problem. At the end, the implementation of the greedy algorithm and the Goemans-Williamson algorithm is presented, and a comparison of the solutions is given, along with a visualization of the solutions.
- Published
- 2023
27. Constructing SAT Filters with a Quantum Annealer
- Author
-
Douglass, Adam, King, Andrew D., Raymond, Jack, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Weikum, Gerhard, Series editor, Heule, Marijn, editor, and Weaver, Sean, editor
- Published
- 2015
- Full Text
- View/download PDF
28. Spectral bounds for graph partitioning with prescribed partition sizes.
- Author
-
Anjos, Miguel F. and Neto, José
- Subjects
- *
CUTTING stock problem , *EIGENVECTORS , *SEMIDEFINITE programming - Abstract
Given an undirected edge weighted graph, the graph partitioning problem consists in determining a partition of the node set of the graph into subsets of prescribed sizes, so as to maximize the sum of the weights of the edges having both endpoints in the same subset. We introduce a new class of bounds for this problem relying on the full spectral information of the weighted adjacency matrix A. The expression of these bounds involves the eigenvalues and particular geometrical parameters defined using the eigenvectors of A. A connection is established between these parameters and the maximum cut problem. We report computational results showing that the new bounds compare favorably with previous bounds in the literature. [ABSTRACT FROM AUTHOR]
- Published
- 2019
- Full Text
- View/download PDF
29. MAXIMUM CUTS IN GRAPHS WITHOUT WHEELS.
- Author
-
LIN, JING, ZENG, QINGHOU, and CHEN, FUYUAN
- Subjects
- *
WHEELS , *INTEGERS , *LOGICAL prediction - Abstract
For a graph $G$ , let $f(G)$ denote the maximum number of edges in a bipartite subgraph of $G$. Given a fixed graph $H$ and a positive integer $m$ , let $f(m,H)$ denote the minimum possible cardinality of $f(G)$ , as $G$ ranges over all graphs on $m$ edges that contain no copy of $H$. Alon et al. ['Maximum cuts and judicious partitions in graphs without short cycles', J. Combin. Theory Ser. B 88 (2003), 329–346] conjectured that, for any fixed graph $H$ , there exists an $\unicode[STIX]{x1D716}(H)>0$ such that $f(m,H)\geq m/2+\unicode[STIX]{x1D6FA}(m^{3/4+\unicode[STIX]{x1D716}})$. We show that, for any wheel graph $W_{2k}$ of $2k$ spokes, there exists $c(k)>0$ such that $f(m,W_{2k})\geq m/2+c(k)m^{(2k-1)/(3k-1)}\log m$. In particular, we confirm the conjecture asymptotically for $W_{4}$ and give general lower bounds for $W_{2k+1}$. [ABSTRACT FROM AUTHOR]
- Published
- 2019
- Full Text
- View/download PDF
30. A Better Decision Tree: The Max-Cut Decision Tree with Modified PCA Improves Accuracy and Running Time
- Author
-
Bodine, Jonathan and Hochbaum, Dorit S.
- Published
- 2022
- Full Text
- View/download PDF
31. On dichotomy above Feder and Vardi's logic
- Author
-
Barsukov, Alexey, Laboratoire d'Informatique, de Modélisation et d'Optimisation des Systèmes (LIMOS), Ecole Nationale Supérieure des Mines de St Etienne (ENSM ST-ETIENNE)-Centre National de la Recherche Scientifique (CNRS)-Université Clermont Auvergne (UCA)-Institut national polytechnique Clermont Auvergne (INP Clermont Auvergne), Université Clermont Auvergne (UCA)-Université Clermont Auvergne (UCA), Institut national polytechnique Clermont Auvergne (INP Clermont Auvergne), Université Clermont Auvergne (UCA), Université Clermont Auvergne, Mamadou Moustapha Kanté, Mamadou Moustapha Kanté, and Florent Madelaine
- Subjects
[INFO.INFO-CC]Computer Science [cs]/Computational Complexity [cs.CC] ,Matrix partitions ,Logique ,MMSNP ,Coupe maximum ,Logic ,Omega-catégorique ,Matrice partitions ,Graphes expanseurs ,[INFO.INFO-LO]Computer Science [cs]/Logic in Computer Science [cs.LO] ,Dichotomy ,Descriptive complexity ,Omega-categorical ,Computational complexity ,[MATH.MATH-LO]Mathematics [math]/Logic [math.LO] ,CSP ,Expander graphs ,Graphe d'intervalles ,[MATH.MATH-CO]Mathematics [math]/Combinatorics [math.CO] ,Interval graphs ,Complexité descriptive ,Maximum cut ,Complexité ,Dichotomie - Abstract
A subset of NP is said to have a dichotomy if it contains problem that are either solvable in P-time or NP-complete. The class of finite Constraint Satisfaction Problems (CSP) is a well-known subset of NP that follows such a dichotomy. The complexity class NP does not have a dichotomy unless P = NP. For both of these classes there exist logics that are associated with them. -- NP is captured by Existential Second-Order (ESO) logic by Fagin's theorem, i.e., a problem is in NP if and only if it is expressible by an ESO sentence.-- CSP is a subset of Feder and Vardi's logic, Monotone Monadic Strict NP without inequalities (MMSNP), and for every MMSNP sentence there exists a P-time equivalent CSP problem. This implies that ESO does not have a dichotomy as well as NP, and that MMSNP has a dichotomy as well as CSP. The main objective of this thesis is to study subsets of NP that strictly contain CSP or MMSNP with respect to the dichotomy existence.Feder and Vardi proved that if we omit one of the three properties that define MMSNP, namely being monotone, monadic or omitting inequalities, then the resulting logic does not have a dichotomy. As their proofs remain sketchy at times, we revisit these results and provide detailed proofs. Guarded Monotone Strict NP (GMSNP) is a known extension of MMSNP that is obtained by relaxing the "monadic" restriction of MMSNP. We define similarly a new logic that is called MMSNP with Guarded inequalities, relaxing the restriction of being "without inequalities". We prove that it is strictly more expressive than MMSNP and that it also has a dichotomy.There is a logic MMSNP₂ that extends MMSNP in the same way as MSO₂ extends Monadic Second-Order (MSO) logic. It is known that MMSNP₂ is a fragment of GMSNP and that these two classes either both have a dichotomy or both have not. We revisit this result and strengthen it by proving that, with respect to having a dichotomy, without loss of generality, one can consider only MMSNP₂ problems over one-element signatures, instead of GMSNP problems over arbitrary finite signatures.We seek to prove the existence of a dichotomy for MMSNP₂ by finding, for every MMSNP₂ problem, a P-time equivalent MMSNP problem. We face some obstacles to build such an equivalence. However, if we allow MMSNP sentences to consist of countably many negated conjuncts, then we prove that such an equivalence exists. Moreover, the corresponding infinite MMSNP sentence has a property of being "regular". This regular property means that, in some sense, this sentence is still finite. It is known that regular MMSNP problems can be expressed by CSP on omega-categorical templates. Also, there is an algebraic dichotomy characterisation for omega-categorical CSPs that describe MMSNP problems. If one manages to extend this algebraic characterisation onto regular MMSNP, then our result would provide an algebraic dichotomy for MMSNP₂.Another potential way to prove the existence of a dichotomy for MMSNP₂ is to mimic the proof of Feder and Vardi for MMSNP. That is, by finding a P-time equivalent CSP problem. The most difficult part there is to reduce a given input structure to a structure of sufficiently large girth. For MMSNP and CSP, it is done using expanders, i.e., structures, where the distribution of tuples is close to a uniform distribution. We study this approach with respect to MMSNP₂ and point out the main obstacles.We also consider an extension of CSP: the Matrix Partition (MP) problems class. We study it from several perspectives. It is well-known that CSP over an arbitrary finite signature has a dichotomy if and only if CSP on directed graphs has a dichotomy. Motivated by this result, we consider MP problems over arbitrary finite signatures and show that they have a dichotomy if and only if MP problems over one-element signatures have a dichotomy, similarly to our result for MMSNP₂. Another perspective is to characterise MP problems with respect to being definable in First-Order (FO) logic. For CSP, a problem is FO-definable if and only if it has a finitary duality, i.e., a finite family of digraphs such that an input digraph is accepted by the CSP if and only if no digraph from the family is homomorphically mapped to the input one. There have already been some attempts to classify Matrix Partition problems in terms of having finitely many minimal obstructions, i.e., an input graph is accepted by the MP problem if and only if it does not contain an induced subgraph from a given finite family. We manage to show that, for MP problems, these two notions are the same. The third perspective is to find a logic that would be related to MP in a similar way as MMSNP is related to CSP. We introduce, as a potential candidate, a logic obtained from MMSNP by relaxing the "monotone" restriction, and show that it contains MP. However, it is not known how to show the equivalence. At last, we study the notion of "polymorphism" for MP problems. We do it in order to consider the algebraic dichotomy characterisation for finite CSP and see if there is some potential to consider polymorphisms for MP problems. In the case of CSP, a structure has a non-trivial polymorphism if and only if the corresponding CSP is P-time solvable. We manage to provide an MP problem that has only trivial polymorphisms and that is P-time solvable. This means that, for MP problems, the existence of an algebraic characterisation is unlikely.In an independent chapter, we investigate the Maximum Cut (maxcut) problem. Although being NP-complete in general, its complexity becomes unknown if we consider only unit interval graphs in the input. Knowing that maxcut is NP-complete on interval graphs, we approach as close as possible to unit interval graphs by proving that it remains NP-complete even if we are allowed to operate with intervals of only two different lengths.; On dit d'un sous-ensemble de NP qu'il présente une dichotomie s'il contient des problèmes qui sont soit résolubles en temps polynomial (dans Ptime), soit difficiles (NP-complets). La classe des problèmes de satisfaction de contraintes (CSP) finis est un sous-ensemble bien connu de NP qui présente une telle dichotomie. La classe de complexité NP n'a pas de dichotomie à moins que P = NP. Pour ces deux classes, il existe des logiques qui leur sont associées. -- NP est capturé par la logique Existentielle du second ordre (ESO) par le théorème de Fagin, c'est-à-dire qu'un problème est dans NP si et seulement s'il est exprimable par une formule ESO.-- CSP est un sous-ensemble de la logique de Feder et Vardi, le fragment monotone, monadique et sans inégalités de SNP, lui-même un fragment syntaxique de ESO (MMSNP); et, pour chaque formule de MMSNP, il existe un problème CSP équivalent via des réductions polynomiales.Ceci implique que la logique ESO, tout comme NP, n'a pas de dichotomie, à contraster avec le fait que MMSNP a une dichotomie tout comme CSP. L'objectif principal de cette thèse est d'étudier les propriétés de dichotomie de sous-ensembles de NP qui contiennent strictement CSP ou MMSNP.Feder et Vardi ont prouvé que si nous omettons une des trois propriétés qui définissent MMSNP, à savoir être monotone, monadique ou omettre les inégalités, alors la logique résultante n'a pas de dichotomie. Comme leurs preuves restent parfois sommaires, nous revisitons ces résultats et fournissons des preuves détaillées. Le fragment guardé et monotone de SNP (GMSNP) est une extension connue de MMSNP qui est obtenue en relâchant la restriction "monadique" de MMSNP. Nous définissons de manière similaire une nouvelle logique appelée MMSNP avec des inégalités gardées, en relâchant la restriction d'être "sans inégalités". Nous prouvons qu'elle est strictement plus expressive que MMSNP et qu'elle possède également une dichotomie.Il existe une logique MMSNP₂ qui étend MMSNP de la même manière que MSO₂ étend la logique monadique du second ordre (MSO). On sait que MMSNP₂ est un fragment de GMSNP et que ces deux classes ont toutes deux une dichotomie ou n'en ont pas. Nous revisitons ce résultat et le renforçons en prouvant que, en ce qui concerne le fait d'avoir une dichotomie, sans perte de généralité, on peut considérer seulement les problèmes MMSNP₂ sur des signatures à un élément, au lieu des problèmes GMSNP sur des signatures finies arbitraires.Nous cherchons à prouver l'existence d'une dichotomie pour les MMSNP₂ en construisant en temps polynomial, pour tout problème MMSNP₂, un problème MMSNP équivalent. Nous rencontrons quelques obstacles pour construire une telle équivalence. Cependant, si nous permettons aux formules MMSNP d'être composées d'un nombre dénombrable de conjonctions négatives, nous prouvons qu'une telle équivalence existe. De plus, la formule MMSNP infinie correspondante a la propriété d'être "régulière". Cette propriété de régularité signifie que, dans un certain sens, cette formule est essentiellement finie. Il est connu que les problèmes MMSNP réguliers peuvent être exprimés par CSP sur des modèles oméga-catégoriques. De plus, il existe une caractérisation de la dichotomie algébrique pour les CSP oméga-catégoriques qui décrivent des problèmes MMSNP. Si l'on parvient à étendre cette caractérisation algébrique sur les problèmes réguliers MMSNP, alors notre résultat fournirait une dichotomie algébrique pour MMSNP₂.Une autre façon potentielle de prouver l'existence d'une dichotomie pour MMSNP₂ est d'imiter la preuve de Feder et Vardi pour MMSNP. C'est-à-dire, en trouvant un problème CSP équivalent à réduction polynomial près. La partie la plus difficile est de réduire une structure d'entrée donnée à une structure de maille suffisamment grande. Pour MMSNP et CSP, cela est fait en utilisant des expanseurs, c'est-à-dire des structures où la distribution des tuples est proche d'une distribution uniforme. Nous étudions cette approche dans le cas de MMSNP₂ et soulignons les principaux obstacles.Nous considérons également une extension de CSP : la classe des problèmes de partition matricielle (MP). Nous l'étudions sous plusieurs angles. Il est bien connu que CSP sur une signature finie arbitraire a une dichotomie si et seulement si CSP sur des graphes dirigés a une dichotomie. Motivés par ce résultat, nous considérons les problèmes MP sur des signatures finies arbitraires et montrons qu'ils ont une dichotomie si et seulement si les problèmes MP sur des signatures à un élément ont une dichotomie, de manière similaire à notre résultat pour MMSNP₂. Une autre perspective est de caractériser les problèmes MP par rapport à leur définissabilité en logique du premier ordre (FO). Pour le CSP, un problème est définissable en logique du premier ordre si, et seulement si, il a une dualité finitaire, c'est-à-dire une famille finie de digraphes telle qu'un digraphe d'entrée est accepté par le CSP si, et seulement si, aucun digraphe de la famille n'est homomorphe à celui d'entrée. Il y a déjà eu quelques tentatives pour classer les problèmes de partition matricielle en fonction de l'existence d'un nombre fini d'obstructions minimales, c'est-à-dire qu'un graphe d'entrée est accepté par le problème MP si et seulement s'il ne contient pas de sous-graphe induit d'une famille finie donnée. Nous parvenons à montrer que, pour les problèmes MP, ces deux notions sont les mêmes. La troisième perspective est de trouver une logique qui serait liée à MP d'une manière similaire à celle de MMSNP par rapport à CSP. Nous introduisons, comme candidat potentiel, une logique obtenue à partir de MMSNP en relâchant la restriction "monotone", et montrons qu'elle contient MP. Cependant, nous ne savons pas comment montrer l'équivalence. Enfin, nous étudions la notion de "polymorphisme" pour les problèmes MP. Nous le faisons afin de considérer la caractérisation de la dichotomie algébrique pour les CSP finis et de voir s'il existe un potentiel pour considérer les polymorphismes pour les problèmes MP. Dans le cas des CSP, une structure a un polymorphisme non-trivial si, et seulement si, le CSP correspondant peut être résolu en temps polynomial. Nous parvenons à fournir un problème MP qui n'a que des polymorphismes triviaux et qui peut être résolu en temps polynomial. Cela signifie que, pour les problèmes MP, l'existence d'une caractérisation algébrique est peu probable.Dans un chapitre indépendant, nous étudions le problème du Maximum Cut (maxcut). Bien qu'il soit NP-complet en général, sa complexité devient inconnue si nous ne considérons que les graphes d'intervalles unitaires en entrée. Sachant que maxcut est NP-complet sur les graphes d'intervalles, nous nous approchons le plus possible des graphes d'intervalles unitaires en prouvant qu'il reste NP-complet même si nous sommes autorisés à opérer avec des intervalles de seulement deux longueurs différentes.
- Published
- 2022
32. TDMA Grouping Based RFID Network Planning Using Hybrid Differential Evolution Algorithm
- Author
-
Gao, Xiang, Gao, Ying, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Nierstrasz, Oscar, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Sudan, Madhu, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Vardi, Moshe Y., Series editor, Weikum, Gerhard, Series editor, Goebel, Randy, editor, Siekmann, Jörg, editor, Wahlster, Wolfgang, editor, Wang, Fu Lee, editor, Deng, Hepu, editor, Gao, Yang, editor, and Lei, Jingsheng, editor
- Published
- 2010
- Full Text
- View/download PDF
33. Finding the Maximum Cut by the Greedy Algorithm.
- Author
-
Sharifov, F. A.
- Subjects
- *
GREEDY algorithms , *MATHEMATICAL models , *LINEAR orderings , *GEOMETRIC vertices , *STATISTICAL physics - Abstract
The paper considers the problem of finding the maximum cut on graphs. A new model of the problem is given in terms of the base of polymatroid. It is shown that the problem solution can be found by the greedy algorithm after the optimal linear ordering of the vertices has been determined. [ABSTRACT FROM AUTHOR]
- Published
- 2018
- Full Text
- View/download PDF
34. Distance-2 MDS Codes and Latin Colorings in the Doob Graphs.
- Author
-
Krotov, Denis S. and Bespalov, Evgeny A.
- Subjects
- *
GRAPHIC methods , *COLORING matter , *HAMMING codes , *MATRIX functions , *EIGENVALUES - Abstract
The maximum independent sets in the Doob graphs D(m, n) are analogs of the distance-2 MDS codes in Hamming graphs and of the latin hypercubes. We prove the characterization of these sets stating that every such set is semilinear or reducible. As related objects, we study vertex sets with maximum cut (edge boundary) in D(m, n) and prove some facts on their structure. We show that the considered two classes (the maximum independent sets and the maximum-cut sets) can be defined as classes of completely regular sets with specified 2-by-2 quotient matrices. It is notable that for a set from the considered classes, the eigenvalues of the quotient matrix are the maximum and the minimum eigenvalues of the graph. For D(m, 0), we show the existence of a third, intermediate, class of completely regular sets with the same property. [ABSTRACT FROM AUTHOR]
- Published
- 2018
- Full Text
- View/download PDF
35. НАХОЖДЕНИЕ максимального разреза гриди алгоритмом
- Author
-
ШЛРИФОВ, Ф. А.
- Abstract
Copyright of Cybernetics & Systems Analysis / Kibernetiki i Sistemnyj Analiz is the property of V.M. Glushkov Institute of Cybernetics of NAS of Ukraine and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2018
36. The maximum cardinality cut problem in co-bipartite chain graphs.
- Author
-
Boyacı, Arman, Ekim, Tınaz, and Shalom, Mordechai
- Abstract
A co-bipartite chain graph is a co-bipartite graph in which the neighborhoods of the vertices in each clique can be linearly ordered with respect to inclusion. It is known that the maximum cardinality cut problem ( $${\textsc {MaxCut}}$$ ) is $${\textsc {NP}}{\text {-hard}}$$ in co-bipartite graphs (Bodlaender and Jansen, Nordic J Comput 7(2000):14-31, 2000). We consider $${\textsc {MaxCut}}$$ in co-bipartite chain graphs. We first consider the twin-free case and present an explicit solution. We then show that $${\textsc {MaxCut}}$$ is polynomial time solvable in this graph class. [ABSTRACT FROM AUTHOR]
- Published
- 2018
- Full Text
- View/download PDF
37. MADAM: a parallel exact solver for max-cut based on semidefinite programming and ADMM
- Author
-
Timotej Hrga and Janez Povh
- Subjects
Semidefinite programming ,Computational Mathematics ,Control and Optimization ,Branch and bound ,Bounding overwatch ,Applied Mathematics ,Maximum cut ,Convergence (routing) ,Graph (abstract data type) ,Relaxation (approximation) ,Solver ,Algorithm ,Mathematics - Abstract
We present , a parallel semidefinite-based exact solver for Max-Cut, a problem of finding the cut with the maximum weight in a given graph. The algorithm uses the branch and bound paradigm that applies the alternating direction method of multipliers as the bounding routine to solve the basic semidefinite relaxation strengthened by a subset of hypermetric inequalities. The benefit of the new approach is a less computationally expensive update rule for the dual variable with respect to the inequality constraints. We provide a theoretical convergence of the algorithm as well as extensive computational experiments with this method, to show that our algorithm outperforms state-of-the-art approaches. Furthermore, by combining algorithmic ingredients from the serial algorithm, we develop an efficient distributed parallel solver based on MPI.
- Published
- 2021
38. Cut Problems on Graphs
- Author
-
Nover, Alexander
- Subjects
510 - Mathematik ,discrete geometry ,combinatorial optimization ,maximum bond ,minimum multicut ,maximum cut - Abstract
Cut problems on graphs are a well-known and intensively studied class of optimization problems. In this thesis, we study the maximum cut problem, the maximum bond problem, and the minimum multicut problem through their associated polyhedra, i.e., the cut polytope, the bond polytope, and the multicut dominant, respectively. Continuing the research on the maximum cut problem and the cut polytope, we present a linear description for cut polytopes of K_{3,3}-minor-free graphs as well as an algorithm solving the maximum cut problem on these graphs in the same running time as planar maximum cut. Moreover, we give a complete characterization of simple and simplicial cut polytopes. Considering the maximum cut problem from an algorithmic point of view, we propose an FPT-algorithm for the maximum cut problem parameterized by the crossing number. We start the structural study of the bond polytope by investigating its basic properties and the effect of graph operations on the bond polytope and its facet-defining inequalities. After presenting a linear-time reduction of the maximum bond problem to the maximum bond problem on 3-connected graphs, we discuss valid and facet defining inequalities arising from edges and cycles. These inequalities yield a complete linear description for bond polytopes of 3-connected planar (K_5-e)-minor-free graphs. This polytopal result is mirrored algorithmically by proposing a linear-time algorithm for the maximum bond problem on (K_5-e)-minor-free graphs. Finally, we start the structural study of the multicut dominant. We investigate basic properties, which gives rise to lifting and projection results for the multicut dominant. Then, we study the effect of graph operations on the multicut dominant and its facet-defining inequalities. Moreover, we present facet-defining inequalities supported on stars, trees, and cycles as well as separation algorithms for the former two classes of inequalities.
- Published
- 2022
- Full Text
- View/download PDF
39. Greedy Differencing Edge-Contraction heuristic for the Max-Cut problem
- Author
-
Nikita Leshenko and Refael Hassin
- Subjects
021103 operations research ,Heuristic (computer science) ,Computer science ,Applied Mathematics ,Maximum cut ,0211 other engineering and technologies ,02 engineering and technology ,Management Science and Operations Research ,01 natural sciences ,Partition (database) ,Industrial and Manufacturing Engineering ,Combinatorics ,Set (abstract data type) ,010104 statistics & probability ,Edge contraction ,Graph (abstract data type) ,0101 mathematics ,Heuristics ,Greedy algorithm ,Software ,MathematicsofComputing_DISCRETEMATHEMATICS - Abstract
The Max-Cut problem is a classical NP-hard problem where the objective is to partition the nodes of an edge-weighted graph in a way that maximizes the sum of edges between the parts. We present a greedy heuristic for solving Max-Cut that combines an Edge-Contraction heuristic with the Differencing Method. We compare the heuristic’s performance to other greedy heuristics using a large and diverse set of problem instances.
- Published
- 2021
40. [Untitled]
- Author
-
Ryan O'Donnell and Tselil Schramm
- Subjects
Random graph ,Combinatorics ,Matrix (mathematics) ,Computational Theory and Mathematics ,Bounded function ,Maximum cut ,Computer Science::Computational Complexity ,Random walk ,Binary logarithm ,Omega ,Eigenvalues and eigenvectors ,Theoretical Computer Science ,Mathematics - Abstract
Let $G$ be any $n$-vertex graph whose random walk matrix has its nontrivial eigenvalues bounded in magnitude by $1/\sqrt{\Delta}$ (for example, a random graph $G$ of average degree~$\Theta(\Delta)$ typically has this property). We show that the $\exp\Big(c \frac{\log n}{\log \Delta}\Big)$-round Sherali--Adams linear programming hierarchy certifies that the maximum cut in such a~$G$ is at most $50.1\%$ (in fact, at most $\tfrac12 + 2^{-\Omega(c)}$). For example, in random graphs with $n^{1.01}$ edges, $O(1)$ rounds suffice; in random graphs with $n \cdot \text{polylog}(n)$ edges, $n^{O(1/\log \log n)} = n^{o(1)}$ rounds suffice. Our results stand in contrast to the conventional beliefs that linear programming hierarchies perform poorly for \maxcut and other CSPs, and that eigenvalue/SDP methods are needed for effective refutation. Indeed, our results imply that constant-round Sherali--Adams can strongly refute random Boolean $k$-CSP instances with $n^{\lceil k/2 \rceil + \delta}$ constraints; previously this had only been done with spectral algorithms or the SOS SDP hierarchy.
- Published
- 2021
41. Experimental Demonstration of a Reconfigurable Coupled Oscillator Platform to Solve the Max-Cut Problem
- Author
-
Mohammad Khairul Bashar, Siddharth Joshi, Daniel S. Truesdell, Antik Mallick, Nikhil Shukla, and Benton H. Calhoun
- Subjects
FOS: Computer and information sciences ,Ising machines ,lcsh:Computer engineering. Computer hardware ,Computer science ,Maximum cut ,FOS: Physical sciences ,Computer Science - Emerging Technologies ,lcsh:TK7885-7895 ,Applied Physics (physics.app-ph) ,Hardware_PERFORMANCEANDRELIABILITY ,Integrated circuit ,Topology ,01 natural sciences ,coupled oscillators ,law.invention ,03 medical and health sciences ,law ,0103 physical sciences ,Electrical and Electronic Engineering ,030304 developmental biology ,010302 applied physics ,Capacitive coupling ,Coupling ,0303 health sciences ,Relaxation oscillator ,Analog ,Combinatorial optimization problem ,Physics - Applied Physics ,Solver ,Electronic, Optical and Magnetic Materials ,Capacitor ,Emerging Technologies (cs.ET) ,maximum cut (Max-Cut) ,integrated circuit (IC) ,Hardware and Architecture - Abstract
In this work, we experimentally demonstrate an integrated circuit (IC) of 30 relaxation oscillators with reconfigurable capacitive coupling to solve the NP-Hard maximum cut (Max-Cut) problem. We show that under the influence of an external second-harmonic injection signal, the oscillator phases exhibit a bipartition that can be used to calculate a high-quality approximate Max-Cut solution. Leveraging the all-to-all reconfigurable coupling architecture, we experimentally evaluate the computational properties of the oscillators using randomly generated graph instances of varying size and edge density ( $\eta $ ). Furthermore, comparing the Max-Cut solutions with the optimal values, we show that the oscillators (after simple postprocessing) produce a Max-Cut that is within 99% of the optimal value in 28 of the 36 measured graphs; importantly, the oscillators are particularly effective in dense graphs with the Max-Cut being optimal in seven out of nine measured graphs with $\eta =0.8$ . Our work marks a step toward creating an efficient, room-temperature-compatible non-Boolean hardware-based solver for hard combinatorial optimization problems.
- Published
- 2020
42. Sequences of radius [formula omitted] for complete bipartite graphs.
- Author
-
Dębski, Michał, Lonc, Zbigniew, and Rzążewski, Paweł
- Subjects
- *
MATHEMATICAL sequences , *BIPARTITE graphs , *PARAMETER estimation , *MATHEMATICAL constants , *ASYMPTOTIC efficiencies - Abstract
A k -radius sequence for a graph G is a sequence of vertices of G (typically with repetitions) such that for every edge u v of G vertices u and v appear at least once within distance k in the sequence. The length of a shortest k -radius sequence for G is denoted by f k ( G ) . We give an asymptotically tight estimation on f k ( G ) for complete bipartite graphs which matches a lower bound, valid for all bipartite graphs. We also show that determining f k ( G ) for an arbitrary graph G is NP-hard for every constant k > 1 . [ABSTRACT FROM AUTHOR]
- Published
- 2017
- Full Text
- View/download PDF
43. Faster Exact Solutions for Max2Sat
- Author
-
Gramm, Jens, Niedermeier, Rolf, Goos, Gerhard, editor, Hartmanis, Juris, editor, van Leeuwen, Jan, editor, Bongiovanni, Giancarlo, editor, Petreschi, Rossella, editor, and Gambosi, Giorgio, editor
- Published
- 2000
- Full Text
- View/download PDF
44. Connected max cut is polynomial for graphs without the excluded minor $$K_5\backslash e$$
- Author
-
Brahim Chaourar
- Subjects
021103 operations research ,Control and Optimization ,Applied Mathematics ,Maximum cut ,Maximum flow problem ,0211 other engineering and technologies ,0102 computer and information sciences ,02 engineering and technology ,01 natural sciences ,Hamiltonian path ,Graph ,Computer Science Applications ,Planar graph ,Combinatorics ,symbols.namesake ,Computational Theory and Mathematics ,010201 computation theory & mathematics ,Minimum cut ,symbols ,Discrete Mathematics and Combinatorics ,Backslash ,Time complexity ,Mathematics - Abstract
Given a graph $$G=(V, E)$$ , a connected cut $$\delta (U)$$ is the set of edges of E linking all vertices of U to all vertices of $$V\backslash U$$ such that the induced subgraphs G[U] and $$G[V\backslash U]$$ are connected. Given a positive weight function w defined on E, the connected maximum cut problem (CMAX CUT) is to find a connected cut $$\varOmega $$ such that $$w(\varOmega )$$ is maximum among all connected cuts. CMAX CUT is NP-hard even for planar graphs, and thus for graph without the excluded minor $$K_5$$ . In this paper, we prove that CMAX CUT is polynomial for the class of graphs without the excluded minor $$K_5\backslash e$$ , denoted by $${\mathcal {G}}(K_5\backslash e)$$ . We deduce two quadratic time algorithms: one for the minimum cut problem in $${\mathcal {G}}(K_5\backslash e)$$ without computing the maximum flow, and another one for Hamilton cycle problem in the class of graphs without the two excluded minors the prism $$P_6$$ and $$K_{3, 3}$$ . This latter problem is NP-complete for maximal planar graphs.
- Published
- 2020
45. Cuts in Undirected Graphs. I
- Author
-
L. F. Hulianytskyi and F. A. Sharifov
- Subjects
021103 operations research ,General Computer Science ,Maximum cut ,010102 general mathematics ,0211 other engineering and technologies ,02 engineering and technology ,Maximization ,01 natural sciences ,Combinatorics ,Compact space ,Graph (abstract data type) ,Polymatroid ,0101 mathematics ,Undirected graph ,Convex function ,Maxima ,Mathematics - Abstract
This part of the paper analyzes new properties of cuts in undirected graphs, presents various models for the maximum cut problem, based on the established correspondence between the cuts in this graph and the specific bases of the extended polymatroid associated with this graph. With respect to the model, formulated as maximization of the convex function on the compact set (extended polymatroid), it was proved that the objective function has the same value at any local and global maxima, i.e., to solve the maximum cut problem, it will suffice to find a base of the extended polymatroid as a local or global maximum of the objective function.
- Published
- 2020
46. Mixed-integer programming techniques for the connected max-k-cut problem
- Author
-
Martin Schmidt, Imke Joormann, Hendrik Lüthen, Christopher Hojny, and Discrete Mathematics
- Subjects
Connectivity ,Mathematical optimization ,021103 operations research ,Computer science ,Maximum cut ,0211 other engineering and technologies ,Graph partition ,Mixed-integer programming ,0102 computer and information sciences ,02 engineering and technology ,01 natural sciences ,Theoretical Computer Science ,Branch-and-cut ,010201 computation theory & mathematics ,Theory of computation ,Max-cut ,Fraction (mathematics) ,Heuristics ,Focus (optics) ,Branch and cut ,Integer programming ,Software - Abstract
We consider an extended version of the classical Max-$$k$$ k -Cut problem in which we additionally require that the parts of the graph partition are connected. For this problem we study two alternative mixed-integer linear formulations and review existing as well as develop new branch-and-cut techniques like cuts, branching rules, propagation, primal heuristics, and symmetry breaking. The main focus of this paper is an extensive numerical study in which we analyze the impact of the different techniques for various test sets. It turns out that the techniques from the existing literature are not sufficient to solve an adequate fraction of the test sets. However, our novel techniques significantly outperform the existing ones both in terms of running times and the overall number of instances that can be solved.
- Published
- 2020
47. Complexity and heuristics for the weighted max cut‐clique problem
- Author
-
Mathias Bourel, Pablo Romero, Eduardo Canale, Franco Robledo, and Luis Stábile
- Subjects
Mathematical optimization ,Clique problem ,Computer science ,Management of Technology and Innovation ,Strategy and Management ,Maximum cut ,GRASP ,Combinatorial optimization problem ,Management Science and Operations Research ,Business and International Management ,Heuristics ,Tabu search ,Computer Science Applications - Published
- 2020
48. Exploratory Combinatorial Optimization with Reinforcement Learning
- Author
-
William R. Clements, A. I. Lvovsky, Jakob Foerster, and Thomas D. Barrett
- Subjects
FOS: Computer and information sciences ,Computer Science - Machine Learning ,Mathematical optimization ,021103 operations research ,Computer Science - Artificial Intelligence ,Computer science ,Heuristic ,Maximum cut ,0211 other engineering and technologies ,Machine Learning (stat.ML) ,02 engineering and technology ,General Medicine ,Simple random sample ,Machine Learning (cs.LG) ,020202 computer hardware & architecture ,Artificial Intelligence (cs.AI) ,Statistics - Machine Learning ,0202 electrical engineering, electronic engineering, information engineering ,Graph (abstract data type) ,Combinatorial optimization ,Reinforcement learning - Abstract
Many real-world problems can be reduced to combinatorial optimization on a graph, where the subset or ordering of vertices that maximize some objective function must be found. With such tasks often NP-hard and analytically intractable, reinforcement learning (RL) has shown promise as a framework with which efficient heuristic methods to tackle these problems can be learned. Previous works construct the solution subset incrementally, adding one element at a time, however, the irreversible nature of this approach prevents the agent from revising its earlier decisions, which may be necessary given the complexity of the optimization task. We instead propose that the agent should seek to continuously improve the solution by learning to explore at test time. Our approach of exploratory combinatorial optimization (ECO-DQN) is, in principle, applicable to any combinatorial problem that can be defined on a graph. Experimentally, we show our method to produce state-of-the-art RL performance on the Maximum Cut problem. Moreover, because ECO-DQN can start from any arbitrary configuration, it can be combined with other search methods to further improve performance, which we demonstrate using a simple random search., In Proceedings of the 34th National Conference on Artificial Intelligence, AAAI 2020
- Published
- 2020
49. Greedy-Gradient Max Cut-Based Fault Diagnosis for Direct Online Induction Motors
- Author
-
Shafi Md Kawsar Zaman, Lihong Zhang, and Xiaodong Liang
- Subjects
Discrete wavelet transform ,0209 industrial biotechnology ,General Computer Science ,Computer science ,Stator ,Maximum cut ,Gaussian ,Feature extraction ,02 engineering and technology ,Fault (power engineering) ,law.invention ,Multiclass classification ,symbols.namesake ,020901 industrial engineering & automation ,law ,0202 electrical engineering, electronic engineering, information engineering ,induction motors ,General Materials Science ,Fault diagnosis ,discrete wavelet transform ,greedy-gradient max cut ,020208 electrical & electronic engineering ,General Engineering ,graph-based semi-supervised learning ,Vibration ,Harmonic function ,Binary classification ,symbols ,lcsh:Electrical engineering. Electronics. Nuclear engineering ,Algorithm ,lcsh:TK1-9971 ,Induction motor ,stator current - Abstract
In this paper, a graph-based semi-supervised learning (GSSL) algorithm, greedy-gradient max cut (GGMC), based fault diagnosis method for direct online induction motors is proposed. Two identical 0.25 HP three-phase squirrel-cage induction motors under healthy, single- and multi-fault conditions were tested in the lab. Three-phase stator currents and three-dimensional vibration signals of the two motors were recorded simultaneously in each test, and used as datasets in this study. Features for machine learning are extracted from experimental stator currents and vibration data by the discrete wavelet transform (DWT). To validate the effectiveness of the proposed GGMC-based fault diagnosis method, its classification accuracy using binary classification and multiclass classification for faults of the two motors are compared with other two GSSL algorithms, local and global consistency (LGC) and Gaussian field and harmonic function (GFHF). In this study, the performance of stator currents and vibration as a monitoring signal is evaluated, it is found that stator currents perform much better than vibration signals for multiclass classification, while they both perform well for binary classification.
- Published
- 2020
50. Transit timetable synchronization for transfer time minimization
- Author
-
Neda Masoud, Yafeng Yin, and Mojtaba Abdolmaleki
- Subjects
050210 logistics & transportation ,Mathematical optimization ,Optimization problem ,Computer science ,business.industry ,Maximum cut ,05 social sciences ,Approximation algorithm ,Transportation ,010501 environmental sciences ,Management Science and Operations Research ,01 natural sciences ,Synchronization ,0502 economics and business ,Headway ,Local search (optimization) ,Minification ,business ,Time complexity ,0105 earth and related environmental sciences ,Civil and Structural Engineering - Abstract
This paper aims to synchronize timetables in a transit network so as to minimize the total passenger transfer waiting time. Assuming a fixed headway for each line, we first formulate the problem as an optimization problem with congruence constraints. We show that the problem is NP-hard, and investigate several special cases of the problem that are solvable in polynomial time. Furthermore, we show that the local search for the general problem is equivalent to the well-studied maximum directed cut problem. As such, we use an approximation algorithm for the maximum directed cut problem to solve the timetable synchronization problem. We assess the quality of the algorithm on a real-world case study, and show that our algorithm significantly outperforms the state-of-the-art in the literature. Lastly, we relax the fixed headway assumption, and propose an efficient recursive quasi-linear time algorithm to minimize the total transfer waiting time in this general setting.
- Published
- 2020
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.