Originally posted by: SystemAdmin
[a_shraideh said:]
Hello every body,
i use cplex9 with java to solve Integer problem
i solve at first the problem with certain constraints and cplex give a solution within time T
i solve the same model but after adding some new constraint that will reduce and restrict the search decision tree but the surprised was that cplex used more time than the first solution
What i know is that, adding constraints to any problem will reduce the number of possible nodes to visit
is this suppose is correct or no??
thank you in advance
#DecisionOptimization#MathematicalProgramming-General