org.ojalgo.optimisation.linear.network
Class NetworkSolver

java.lang.Object
  extended by org.ojalgo.optimisation.GenericSolver
      extended by org.ojalgo.optimisation.linear.network.NetworkSolver
All Implemented Interfaces:
OptimisationSolver

public abstract class NetworkSolver
extends GenericSolver

NetworkSolver

Author:
apete

Nested Class Summary
static class NetworkSolver.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
options
 
Constructor Summary
NetworkSolver()
           
 
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
 

Constructor Detail

NetworkSolver

public NetworkSolver()
Method Detail

solve

public OptimisationSolver.Result solve()

solve

public OptimisationSolver.Result solve(OptimisationModel aValidationModel)