Package org.ojalgo.optimisation.integer
package org.ojalgo.optimisation.integer
-
ClassDescriptionAn alternative MIP solver using Gomory Mixed Integer (GMI) cuts – purely iterative with no branching.When a node is determined to be a leaf - no further branching - what was the reason?Gomory Mixed Integer Cut ConfigurationThis base class contains some model/problem specific data required by the
IntegerSolver
.When implementing your ownModelStrategy
extending this abstract class is a good starting point.