Originally posted by: SystemAdmin
[ayiesal said:]
Hi everybody, I'm a new CPLEX user.
If I have file example.lp, which looks like this:
Maximize
143 x + 60 y
Subject To
120 x + 210 y < 15000<br /> 110 x + 30 y < 4000<br /> x + y < 75<br />End
I will get the solution value of x=21.875.00 and y=53.12500
My question is, how can I get the integer values? Something like x=22 and y=52. Thanks in advance...
#CPLEXOptimizers#DecisionOptimization