Originally posted by: alena20
Hello dear cplex community,
I have a question regarding integrality tolerance control in my MIP problem with integer variables. I am using the parameter IloCplex::Param::MIP::Tolerances::Integrality. However due to the nature of the problem, all integer values appear close to 0. E.g. if i set integrality to (0.1), i am getting the variable values < 0.1 (also the sum of these variables is always quite low like [1;5]. In my problem it doesnt make sense to have variables values < 0.1. That why I am interested to round them rather up then down and getting values at least close to 1. Would be there any solution? Or i need probably to create a callback? If it is the case, could you please give me an advice about creating it?
Thank you in advance !
- alena
#CPLEXOptimizers#DecisionOptimization