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)
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
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
Why is my list index out of range when using scipy optimization?
I am trying to solve a quadratic program in python using scipy.optimize and keep getting a list out of range error when solving for the objective function. Below is the code linked to excel. I comment...
Anas
Votes: 0
Answers: 0
Find solution of system of quadratic inequalities
I have a system of inequalities representing the area between pairs of concentric ellipses, as seen in the following diagram: Link to the graph on desmos
I want to calcualte the coordinates of the ve...
Jeremy
Votes: 0
Answers: 0