Skip to main content

Module lp_relaxation

Module lp_relaxation 

Source
Expand description

LP relaxation solver for use in branch-and-bound

Solves linear programs using a simplex method with big-M phase I. This is an internal solver used by the branch-and-bound and cutting plane methods.

Structsยง

LpRelaxationSolver
Simple LP relaxation solver
LpResult
Result from LP solve