NP-hard problems are those problems which are no easier than any problem in NP; in other words, an algorithm for an NP-hard problem can be used to solve any problem in NP by transforming the input in polynomial time. Problems which are in both NP-Hard and NP are known as NP-Complete.

learn more… | top users | synonyms

-1
votes
2answers
59 views

Can 1 approximation algorithm be used for multiple NP-Hard problems?

Since any NP Hard problem be reduced to any other NP Hard problem by mapping, my question is 1 step forward; for example every step of that algo : could that also be mapped to the other NP hard? ...
0
votes
0answers
20 views

How to judge the complexity of this variant of edge-coloring?

Recently I met a problem on judging the complexity of "a variant of edge-coloring problem": Given a connected undirected graph G = (V , E ), how to color all the edges of E with maximum number of ...
0
votes
1answer
41 views

Boolean formula encoding

i am wondering how many bits required to encode a boolean formula like @(x1,x2,x3,x4) = (x1 OR x2 OR NOT(x3) OR x4) AND ((NOT)x2 OR x3) AND (x1 OR (NOT)x4) @ is an instance of SAT. I think it ...
1
vote
3answers
117 views

Where to find a set of hard Traveling Salesman Problems (with known solutions/approximations)?

I want to try my hand at finding heuristics/approximations for solving the Traveling Salesman Problem, and in order to do that, I'm looking for some "hard" TSP instances (along with their best known ...
2
votes
2answers
248 views

Does Integer Linear Programming give optimal solution?

I am trying to implement a solution to a problem using Integer linear programming (ILP). As the problem is NP-hard , I am wondering if the solution provided by Simplex Method would be optimal ? Can ...
0
votes
2answers
94 views

TSP-Variant, possible algorithm?

One of the classical Travelling Salesman Problem (TSP) definitions is: Given a weighted complete undirected graph where triangle inequality holds return an Hamiltonian path of minimal total weight. ...
0
votes
1answer
57 views

Maximizing profit in graph having positive weight cycles

I have a set of vertices with some profit defined between each pair of vertices such that profit(i,j) may not be equal to profit(j,i). Moreover there exist positive weight cycles and the profit may ...
0
votes
1answer
129 views

NP hard but not NPC

I have seen couple of scheduling problem which says that the problem is NP hard. My question is that 1)when we say a problem is NP hard does it mean that it is not in NP?because if it is NP we say ...
0
votes
1answer
57 views

When NP complete becomes NP hard

Generally, assuming we have a NPC problem. Adding more constraint to it (making it more difficult), is it possible that problem become NPH? I know the difference between NPC and NPH but I don't know ...
1
vote
1answer
197 views

Job Shop Scheduling - class project -advice on references/alg. to use for implementing & getting experimental results

I'm working on a project to implement and test a NP-Hard/Complete problem. I had a general idea to do something with scheduling and have read a lot about the Job Shop problem. I know there are famous ...
0
votes
1answer
109 views

Np completeness - Need some clarification in reduction

I wanted some clarification in a concept. For proving that a problem is NP complete, we use reductions. Now suppose I have L<=L'. has the reduction to be from L to L' or can I do it it the ...
1
vote
2answers
144 views

Expression from an array of numbers

You are given three things 1) An array of 'n' positive and negative integers. 2) A number 'x'. 3) Operators : '+', '-', '%', '/' Form an expression with the array such that when you evaluate it, ...
0
votes
1answer
48 views

How can I reduce this kind of BinPack algorithm? (It might be called sth like MinBreak-BinFill.)

I use a special variant of BinPack problem. I use a naïve algorithm, atm, so I like to know how it might be called to do some initial research. Or does anyone know how to reduce this problem to ...
2
votes
1answer
345 views

How is TSP NP-Hard?

I read the following in one of the answer on SO : The Traveling Salesman Problem, as normally posed, is to find the cheapest route connecting all cities. That isn't a decision problem, and we can't ...
0
votes
1answer
78 views

Can it be proven no polynomial algorithm exists for an NP-Complete prob.?

I can't really seem to grasp what it really means to say a problem is NP-Complete. Could anyone help me with the following question? An NP-complete problem is a problem for which one can prove that ...
0
votes
0answers
74 views

Given a set of strings, find an optimal lexicon which can be used to build those strings

Imagine I have a set of strings, for example: "entrance", "scent", "transcend". I would like to find an optimal "lexicon" of sub-strings which can be used to build the initial strings. The ...
1
vote
0answers
48 views

Bounded PCP NP-Complete Proof

I'm looking for a simple proof that shows that the Bounded-PCP problem belongs to NP-Complete as many text books say so. It is clear to me that the problem is decidable but I cannot find any reduction ...
-1
votes
1answer
71 views

np-hard -closure

if l1 is in NP-HARD, so for every L2!=empty set, l1*l2 is in np-hard. when: l1*l2={(w1,w2) , w1 in L1 and w2 in L2} Is it true or false and why? I can't approve it but I also don't find counter ...
2
votes
0answers
132 views

Is this NP-Complete

My problem is similar to the problem here http://cs.stackexchange.com/questions/2244/need-a-np-complete-proof-on-an-example , but it is a little different. Here is my problem: There are three ...
2
votes
1answer
159 views

Need input on a potentially NP-hard maximal edge-weighted multi-cycle graph

Sorry for the complex name - it's kind of well-deserved. Let me present the problem. Context: I have a type of location network that I want to do some partitioning with. Definition of Problem: I ...
1
vote
2answers
727 views

Relationship between NP-hard and undecidable problems

Am a bit confused about the relationship between undecidable problems and NP hard problems. Whether NP hard problems are a subset of undecidable problems, or are they just the same and equal, or is it ...
0
votes
1answer
81 views

reducing to np hard

Wiki says that when you convert a np complte problem in poly time to A , A is np hard. see http://en.wikipedia.org/wiki/NP-hard But the pdf below says that when you convert a np hard problem to ...
0
votes
3answers
134 views

Np-hardness reduction

If I want to show that a problem is np-hard is it ok to use a existing np-hard problem multiple times? For example use Hamiltonian Cycle n times in a graph where n is the number of vertices? Or do I ...
6
votes
2answers
584 views

largest possible rectangle of letters

Write a program to find the largest possible rectangle of letters such that every row forms a word (left to right) and every column forms a word (top to bottom). I found this interesting ...
4
votes
3answers
855 views

NP-Complete vs. NP-hard [closed]

If a problem A known to be NP-Complete can be reduced to another problem B in polynomial time then B is (A) NP-Complete (B) NP-hard Nothing is given about problem B whether it is in NP or not. I'm ...
0
votes
1answer
113 views

Scheduling: P||Cmax

In the schedule problem P||Cmax given: n - number of tasks to schedule m - number of machines vector p - keeps times of working for each of n tasks. How is p is defined each time? Namely, is it an ...
6
votes
2answers
754 views

What is the problem name for Traveling salesman problem(TSP) without considering going back to starting point?

I would like to know what is the problem name for TSP w/o considering the way of going back to starting point and what is the algorithm to solve this. I looked into Shortest path problem but that is ...
4
votes
2answers
198 views

Is this a linear programming problem?

I have been pulling my hair out on one problem... The overall problem is complicated... but let me try my best to explain the part that really matters... I have a graph where each edge represents the ...
2
votes
3answers
656 views

fair partitioning of set S into k partitions

There is a set S containing N integers each with value 1<=X<=10^6. The problem is to partition the set S into k partitions. The value of a partition is the sum of the elements present in it. ...
7
votes
1answer
333 views

List of problems that are in general NP-hard but have polynomial-time solution in planar graphs?

I encountered many problems that can be formulated as graph problem. It is in general NP-hard but sometimes the graph can be proved to be planar. Hence, I am interested in learning these problems and ...
3
votes
1answer
194 views

How hard is this in terms of computational complexity?

So I have a problem that is basically like this: I have a bunch of strings, and I want to construct a DAG such that every path corresponds to a string and vice versa. However, I have the freedom to ...
0
votes
2answers
77 views

What's the need for creating problems as NP and P?

What's the main intention or main use of splitting any problem to NP and P? Is there is any historical reason for this or have they created these concepts to help us? If so, where can these help us?
2
votes
2answers
202 views

Is this an NP problem?

I recently read articles about NP and P. So the problem of finding the combinations of the given word is an NP problem? For example, the given word anto, the result can be anot,toan and so on. As I ...
56
votes
9answers
1k views

Parabolic knapsack

Lets say I have a parabola. Now I also have a bunch of sticks that are all of the same width (yes my drawing skills are amazing!). How can I stack these sticks within the parabola such that I am ...
2
votes
2answers
417 views

Is longest possibly non-simple path in NP?

I know that the following problem is in NP-HARD: Given a simple graph G=(V,E), two vertices v, v' in V, an integer B, and a non-negative length function len: E-> Z+, is there a simple path from v to ...
2
votes
4answers
540 views

who knows algorithm about stones and backpack?

maybe somebody knows algorithm, or just what name it has, for putting stones (different weight) into different size backpacks? I should do it in Prolog. I give weights of stones and capacities of ...
2
votes
2answers
820 views

Interesting variation to the subset sum problem

An interesting variation of the subset sum problem was presented to me by a friend from work: Given a set S of positive integers, of size n, and integers a and K, is there a subset R (of the set S) ...
5
votes
1answer
124 views

Selecting k sub-posets

I ran into the following algorithmic problem while experimenting with classification algorithms. Elements are classified into a polyhierarchy, what I understand to be a poset with a single root. I ...
2
votes
2answers
229 views

np-complete but not “hard” [closed]

Is there some language that is NP-complete but for which we know some "quick" algorithm? I don't mean like the ones for knapsack where we can do well on average, I mean that even in the worst case ...
1
vote
1answer
752 views

Deterministic Annealing Code

I would like to find an open source example of a code for deterministic annealing. It can be in almost any language: C, C++, MatLab/Octave, Fortran. I have already found a MatLab code for simulated ...
2
votes
4answers
893 views

Best book regarding NP-hard, NP-complete, P =? NP [closed]

What is the best book for a student learning about concepts such as NP-hard, NP-complete and P=?NP? I've already got the CLR but it doesn't really cover these particular topics as thoroughly.
10
votes
5answers
2k views

What are the “hardest” problems using polynomial time?

Recently I read a seminar work which says: The matching algorithm [for general graphs] can be extended to the weighted case, which appears to be one of the "hardest" combinatorial ...
1
vote
1answer
47 views

Given a collection of consumers competing for a limited resource, allocate that resource to maximize it's applicability

Sorry the question title isn't very clear, this is a challenging question to ask without providing a more concrete example. Consider the following scenario: I have a number of friends whose birthdays ...
15
votes
5answers
3k views

3 dimensional bin packing algorithms

I'm faced with a 3 dimensional bin packing problem and am currently conducting some preliminary research as to which algorithms/heuristics are currently yielding the best results. Since the problem is ...
18
votes
14answers
2k views

I need high performance. Will there be a difference if I use C or C++?

I need to write a program (a project for university) that solves (approx) an NP-hard problem. It is a variation of Linear ordering problems. In general, I will have very large inputs (as Graphs) and ...
4
votes
6answers
3k views

Minimum cost strongly connected digraph

I have a digraph which is strongly connected (i.e. there is a path from i to j and j to i for each pair of nodes (i, j) in the graph G). I wish to find a strongly connected graph out of this graph ...
7
votes
7answers
3k views

How to find what numbers in a set add up to another given number?

Here's a problem that I seem to be running into working with an accounting system. I have a set of transactions, but their sum does not equal the amount that the accounting department thinks that it ...
10
votes
4answers
1k views

NP-Hard? Algorithmic complexity of online poker collusion detection?

What's the best way to describe the algorithmic complexity of collusion detection for a ten-million-player online poker site? Assume (I don't think these assumptions make much difference so feel free ...
1
vote
3answers
1k views

A packing algorithm … kind of

Given an array of items, each of which has a value and cost, what's the best algorithm determine the items required to reach a minimum value at the minimum cost? eg: Item: Value -> Cost ...
17
votes
14answers
5k views

Have you used a traveling salesman algorithm to solve a problem?

I studied TSP in college in the context of NP Completeness. I have never actually had a situation where it would apply to a practical problem. A little bit of research shows that it has been used ...

1 2