Modeling
Reading, building, and writing models with Gurobi
General
- What types of models can Gurobi solve?
- Understanding cutting planes and how to make use of them
- How do I distinguish a weak MIP formulation?
- Where can I learn more about building optimization models?
- General guidelines to strengthen a MIP formulation
Model Files
- Why is my model fingerprint different?
- How do I export a model from Gurobi?
- What are the differences between LP and MPS file formats?
- Why is Gurobi unable to read my LP model file?
- Why does my MPS file produce different objectives with different solvers?
Numerics
Nonlinear, Quadratic and Logical Modeling
Matrix-oriented modeling: the Python Matrix API
- How do I pointwise multiply two MVars with the matrix-friendly Python API?
- How do I pointwise multiply an array and an MVar with the matrix-friendly Python API?
- How do I pointwise multiply a numpy vector with a (1,) MVar with the matrix-friendly Python API?
- How do I multiply two MLinExpr objects together with the matrix-friendly Python API?
- How do I multiply an array and a 2-D MVar object using the matrix-friendly Python API?