Originally posted by: SystemAdmin
[anahana said:]
Being NP-hard or NP-complete has nothing to do with the problem being binary or not.
Branch and Bound, Branch and Cut, Branch and Price, Cutting planes, and Lagrangian relaxation are all exact methods for optimization, if any is applied to an NP-hard problem, with small instances, optimal solutions are found; however, practical problems are large and optimal solutions can not be found in polynomial time.
#CPLEXOptimizers#DecisionOptimization