Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cplex

Error Passing A Linear Expression To A Quadratic Form In Docplex

I have a cplex/docplex model with an 'active risk' term. I believe I'm messing up the … Read more Error Passing A Linear Expression To A Quadratic Form In Docplex

Cplex Quadratic Objective Cplex Error 1017: Not Available For Mixed-integer Problems

I'm trying to solve the following linear program using cplex: def generate_linear_program(self)… Read more Cplex Quadratic Objective Cplex Error 1017: Not Available For Mixed-integer Problems

Maximize Revenue With Deadline

Given three interval variables say a = mdl.interval_var(name='a',start=(0,10),end=(0,10),si… Read more Maximize Revenue With Deadline

Cplex And Python 3.7

I'm trying to use cplex with python version 3.7.3. CPLEX has a setup.py for version 3.7, but wh… Read more Cplex And Python 3.7

Setting Parameters In Pyomo

I am using CPLEX with pyomo. I would like to set the parameter mip.limits.solutions = 1. How to do … Read more Setting Parameters In Pyomo

Error Passing A Linear Expression To A Quadratic Form In DocPlex

I have a cplex/docplex model with an 'active risk' term. I believe I'm messing up the … Read more Error Passing A Linear Expression To A Quadratic Form In DocPlex

Setting Parameters In Pyomo

I am using CPLEX with pyomo. I would like to set the parameter mip.limits.solutions = 1. How to do … Read more Setting Parameters In Pyomo