0
votes

I know we can use CPLEX in Julia JuMP, for linear programming for instance. But can we use CPLEX in JuMP, Julia v1.1 for constraint programming ?

CPLEX and OPL can do constraint programming, but what about Julia, are there documentation pages in JuMP linked to that or is it planned to be developped in near future for Julia ?

1
Mathematical optimization and Constraint Programming are very very different branches and seeing all the software already developed around JuMP and also the research area of the people behind it (MathOpt), i would guess CP will never be a part of it.sascha

1 Answers

2
votes

According to the documentation at http://www.juliaopt.org/JuMP.jl/0.18/installation.html#getting-solvers JUMP CPLEX support includes:

  • Linear programming
  • Second-order conic programming (including problems with convex quadratic constraints and/or objective)
  • Mixed-integer linear programming