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?Apart from being able to configure various standard properties, you can also provide your own
ModelStrategy
factory.Gomory Mixed Integer Cut ConfigurationThis base class contains some model/problem specific data required by theIntegerSolver
.When implementing your ownModelStrategy
extending this abstract class is a good starting point.