Originally posted by: JorisK
Linux, Cplex 12.6.3, Java interface.
Issue: when warmstarting a cplex MIP model, I get the following error for *all* variables:
ilog.concert.IloException: The referenced IloExtractable has not been extracted by the IloAlgorithm
This error only occurs, when I import oplall.jar into my project. Without any modifications to my code, the error disappears if I swap out oplall.jar for cplex.jar. When using cplex.jar, the warmstart works as expected without any errors. Consequently, this looks like a bug?
Unfortunately, I cannot use cplex.jar in my project, since my code relies on both cplex and cp optimizer. Several topics in this forum recommend to use oplall.jar when both CP and Cplex are required, to deal with the infamous "Native code library failed to load: ensure the appropriate library (oplXXX.dll/.so) is in your path." errors.
#CPLEXOptimizers#DecisionOptimization