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

Adding Multiple Quadratic Terms To Objective Function In Gurobi Python

I'd like to set up an objective function in Gurobi to minimize x^2 + y^2. I've done my best… Read more Adding Multiple Quadratic Terms To Objective Function In Gurobi Python

Gurobi: Save Model After Presolve For Reuse

I'm looking for a way to save a presolved model in gurobi, so that I can save the time necessar… Read more Gurobi: Save Model After Presolve For Reuse

Simple Quadratic Problem In Gurobi Not Producing Optimal Result?

I am having trouble understanding why my code below is not producing the optimal result. I am attem… Read more Simple Quadratic Problem In Gurobi Not Producing Optimal Result?

Pulp.pulptestall() Test Failed, Too Many Values To Unpack

My OS is window 7, Pulp version is 1.6.1, gurobi version is 7.0.1. gurobipy can be successfully imp… Read more Pulp.pulptestall() Test Failed, Too Many Values To Unpack