org.ojalgo.optimisation.integer
Class IntegerSolver.Builder

java.lang.Object
  extended by org.ojalgo.optimisation.GenericSolver.Matrices<IntegerSolver.Builder>
      extended by org.ojalgo.optimisation.integer.IntegerSolver.Builder
All Implemented Interfaces:
OptimisationSolver.Builder<IntegerSolver>
Enclosing class:
IntegerSolver

public static final class IntegerSolver.Builder
extends GenericSolver.Matrices<IntegerSolver.Builder>
implements OptimisationSolver.Builder<IntegerSolver>


Constructor Summary
IntegerSolver.Builder(ExpressionsBasedModel aModel)
           
 
Method Summary
 IntegerSolver build()
           
 
Methods inherited from class org.ojalgo.optimisation.GenericSolver.Matrices
balance, countEqualityConstraints, countInequalityConstraints, countVariables, eliminate, equalities, getAE, getAE, getAI, getAI, getBE, getBI, getC, getC, getLE, getLI, getLI, getQ, getSE, getSI, getSI, getX, hasEqualityConstraints, hasInequalityConstraints, hasObjective, inequalities, objective, objective, round, setLE, setLI, setX, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerSolver.Builder

public IntegerSolver.Builder(ExpressionsBasedModel aModel)
Method Detail

build

public IntegerSolver build()
Specified by:
build in interface OptimisationSolver.Builder<IntegerSolver>