Class GomorySolver

java.lang.Object
org.ojalgo.optimisation.GenericSolver
org.ojalgo.optimisation.integer.GomorySolver
All Implemented Interfaces:
Optimisation, Optimisation.Solver

public final class GomorySolver extends GenericSolver
An alternative MIP solver using Gomory Mixed Integer (GMI) cuts – purely iterative with no branching. This solver is only used for some cut generation tests. The solver to use for your MIP models is IntegerSolver.