Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
i have modeled a optimization model whose objective function is negative;
i want to know whether this model being solved by CPLEX software directly? And the solve procedure is the same as the optimization model whose objective function is positive?
Yes, the procedure is the same. If a variable can be negative, use a negative number as the lower bound for it instead of 0.