Mixed Integer Linear Programs (m4opt.milp)#

Utilities for constructing and solving mixed integer linear programs.

m4opt.milp Module#

Mixed integer linear programs (MILP)

Classes#

Model([timelimit, jobs, memory, ...])

Convenience class to add Numpy variable arrays to a CPLEX model.

SolveSolution(model, var_value_map, obj, name)

Creates a new solution object, associated to a a model.

Class Inheritance Diagram#

Inheritance diagram of m4opt.milp.Model, m4opt.milp.SolveSolution