Originally posted by: SystemAdmin
[leo said:]
[quote author=prubin link=topic=367.msg1045#msg1045 date=1214752362]
I'm not sure. There are other parameters, such as bound strengthening, re-presolving, presolving the LP relaxation etc., that you might want to turn off. I don't know which ones are turned off when presolving itself is turned off, and which ones need separate attention. You should ask ILOG tech support about that.
Dear Paul,
Thank you.
I have checked the parameters list of CPLEX.
I do not know how all kinds of strategies automatically implemented by CPLEX will influnce the LP solutions I want to get.
Maybe I have to turn off other strategies which the CPLEX will automatically implement. Such as
(1) all kinds of presolve startegy
- presolve (etc. wheter the prsolve should be performed at each node and root node?, whether to re-apply presolve with or without cuts)
(2) all kindso of reduction strategy
(3) different rules for adding cuts which is implemented automatically by CPLEX
- clique cuts, cover cuts, disjuctive cuts, flow cuts etc.
Finally, we just use a pure CPLEX. Because I want to use the LP solution to produce cuts by myself, and use incumbent callback to reject an integer solution, the pure CPLEX is ok (only let cplex to branch and select node to explore, not do additional special strategy).
In other way, we may control the search tree and only let CPLEX as a lp solver. But I think it is a time-consuming task beacuse CPLEX is smart guy.
Your comments let me know CPLEX better. Thanks for help.
Leo
#CPLEXOptimizers#DecisionOptimization