org.ojalgo.optimisation.integer
Class IntegerSolver

java.lang.Object
  extended by org.ojalgo.optimisation.GenericSolver
      extended by org.ojalgo.optimisation.integer.IntegerSolver
All Implemented Interfaces:
OptimisationSolver

public abstract class IntegerSolver
extends GenericSolver

IntegerSolver

Author:
apete

Nested Class Summary
static class IntegerSolver.Builder
           
 
Nested classes/interfaces inherited from class org.ojalgo.optimisation.GenericSolver
GenericSolver.Matrices<M extends GenericSolver.Matrices<M>>
 
Nested classes/interfaces inherited from interface org.ojalgo.optimisation.OptimisationSolver
OptimisationSolver.Options, OptimisationSolver.Result
 
Field Summary
 
Fields inherited from class org.ojalgo.optimisation.GenericSolver
DEBUG, options
 
Method Summary
 OptimisationSolver.Result solve()
           
 OptimisationSolver.Result solve(OptimisationModel aValidationModel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

solve

public final OptimisationSolver.Result solve()

solve

public OptimisationSolver.Result solve(OptimisationModel aValidationModel)