org.ojalgo.optimisation
Class GenericSolver

java.lang.Object
  extended by org.ojalgo.optimisation.GenericSolver
All Implemented Interfaces:
OptimisationSolver
Direct Known Subclasses:
IntegerSolver, LinearSolver, NetworkSolver, QuadraticSolver

public abstract class GenericSolver
extends Object
implements OptimisationSolver


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

Field Detail

DEBUG

public static boolean DEBUG

options

public final OptimisationSolver.Options options