Skip to main content

Questions tagged [computational-complexity]

For questions about the theoretical runtime needed for solving computational problems, often measured in the size of the input. This includes questions about whether polynomial time algorithms exist, NP-hardness, among others.

Filter by
Sorted by
Tagged with
2 votes
1 answer
150 views

Johnson's Rule efficiently solves the two-machine flow shop scheduling problem to minimize makespan with remarkable computational simplicity. I suspect that this effectiveness might imply the ...
Tuong Nguyen Minh's user avatar
0 votes
0 answers
42 views

I'm studying a variant of the classical Subset Sum problem and would appreciate insights on its complexity. As background: The classical Subset Sum problem with positive integers is known to be ...
Samuel Bismuth's user avatar
6 votes
4 answers
372 views

I am a network engineer working on optimization problems for network resource allocation. Recently, I have encountered a specific optimization challenge that I would appreciate expert guidance on. The ...
Tuong Nguyen Minh's user avatar
1 vote
0 answers
114 views

I have a Linear Program $Ax\leq b$ where $A\in\mathbb Z^{n\times m}$, $b\in\mathbb Z^m$ and $x\in\mathbb R^n$ with $5\times10^5$ to $2\times10^6$ variables and the matrix $A$ has roughly $10^7$ to $10^...
Turbo's user avatar
  • 141
5 votes
1 answer
482 views

The set partitioning problem is an integer problem that looks as simple as this problem $\begin{array}{*{20}{c}} {\bf{P_2}\mathop {\min }\limits_{{x_i} \in \left\{ {0,1} \right\}} }&{{x_1} + {x_2} ...
Tuong Nguyen Minh's user avatar
3 votes
1 answer
164 views

The set cover problem, a well-known combinatorial issue, involves selecting the fewest number of sets from a collection $ S = \{s_1, \dots, s_m\} $, covering a universe $ U = \bigcup_{i=1}^m s_i $. ...
Tuong Nguyen Minh's user avatar
1 vote
0 answers
73 views

This paper show that integer programs with a fixed number of variables are solvable in time polynomial in the length of the data. "In this section we show that the integer linear programming ...
Tuong Nguyen Minh's user avatar
2 votes
1 answer
81 views

The wikipedia article of the set cover problem stated the following point regarding the inapproximability of the greedy method "When $n$ refers to the size of the universe.... it cannot be ...
Tuong Nguyen Minh's user avatar
2 votes
1 answer
664 views

I am working on LP problem whose objective function includes a piecewise linear function. I would like to figure out the optimal way to formulate the piecewise linear function in order to minimize the ...
Apostolos's user avatar
1 vote
2 answers
270 views

(Edit: there was a slight translation error, to be clear, we tried this since the start with Binary variables (IP), even then we couldn't crack it) I'm an undergraduate in Industrial Engineering and ...
Eduardo Gehrs's user avatar
2 votes
1 answer
1k views

Is 0-1 knapsack problem still NP-Hard with an equality constraint? $$\begin{aligned} & \text { maximize } \sum_{i=1}^n v_i x_i \\ & \text { subject to } \sum_{i=1}^n w_i x_i = W \text { and } ...
Anson's user avatar
  • 43
1 vote
0 answers
103 views

Given a graph with a set of nodes and edges, the goal of the maximum independent set problem is to find the maximum number of vertices where no two vertices are adjacent. This is well-known NP-hard ...
Mostafa's user avatar
  • 2,154
1 vote
1 answer
713 views

I am trying to find the complexity of the semidefinite programming (SDP) problem for my specific instance, but I’m facing some problems. I found in the literature that the complexity of the SDP ...
R. Sh's user avatar
  • 11
6 votes
1 answer
2k views

I originally asked a question here and they suggested that I crosspost it to the OR stack exchange, so that is what I am doing (hopefully correctly?). Here is the question I asked there: "I know ...
graphtheory123's user avatar
1 vote
0 answers
142 views

We know the fundamental theorem on the equivalence of separation and optimization: an optimization problem can be solved in a polynomial time if and only if there is a polynomial time separation ...
kachi's user avatar
  • 11

15 30 50 per page
1
2 3 4 5 6