python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to model consecutive location in opl integer programs?
Can someone model this MIP problem? I could not think of a way to model the constraint "all balls of the same color has to be in consecutive locations"
Problem description:
There are 10 loca...
Shu
Votes: 0
Answers: 1
Is it possible to view the constraints while using docplex?
I have a quadratic model which I wrote using docplex and when solving it says it is infeasible. When I checked to see if there are any conflicts it returned 0 so I assume there are none but I have no ...
Anas
Votes: 0
Answers: 1
Relative MIP gap tolerance in docplex module
I solve a multiobjective MIP with the docplex module in Python. As the problem is rather large, I would like to set a relative MIP gap tolerance: parameters.mip.tolerances.mipgap (https://www.ibm.com/...
orarne
Votes: 0
Answers: 1
Unable to find the same solution on CPLEX and MATLAB for a quadratic program
I'm trying to solve the following quadratic problem with MATLAB (using quadprog function) and CPLEX. The problem is that MATLAB and CPLEX provided feasible solutions but both solutions didn't match. I...
amhen
Votes: 0
Answers: 1