Skip to main content

All Questions

0 votes
1 answer
380 views

How to clone a cplex object in Java?

I am solving a problem in Java using the CPLEX library. I use a class "Model" to create a CPLEX object, and add to it variables, objective function and multiple constraints. This is the ...
josephcasiejr's user avatar
0 votes
1 answer
280 views

Setting termination time in CPLEX using Java

Using java and OptimJ plugin, I am writing a Cplex model and testing it using many test cases. But when I execute it, some cases takes long time to finish, which is not practical. I am wondering if ...
Travelling Salesman's user avatar
1 vote
1 answer
3k views

Using MIP starts in ILOG CPLEX Optimizer java API

I can't find a way to efficiently use MIP starts in CPLEX java API. I have a linear problem that I need to solve many times by changing just one constraint or changing the objective so I thought that ...
user2181587's user avatar