org.ojalgo.optimisation.knapsack
Class SimpleSackSolver

java.lang.Object
  extended by org.ojalgo.optimisation.GenericSolver
      extended by org.ojalgo.optimisation.knapsack.SimpleSackSolver
All Implemented Interfaces:
OptimisationSolver

Deprecated. v28

@Deprecated
public final class SimpleSackSolver
extends GenericSolver

SimpleSackSolver assumes:

Author:
apete

Nested Class Summary
 
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.Builder<S extends OptimisationSolver>, OptimisationSolver.Options, OptimisationSolver.Result
 
Field Summary
static boolean DEBUG
          Deprecated.  
 
Fields inherited from class org.ojalgo.optimisation.GenericSolver
options
 
Constructor Summary
SimpleSackSolver(ExpressionsBasedModel aModel)
          Deprecated.  
SimpleSackSolver(KnapsackModel aModel)
          Deprecated.  
 
Method Summary
 ExpressionsBasedModel getModel()
          Deprecated.  
 BigDecimal getValue()
          Deprecated.  
 BigDecimal maximise()
          Deprecated.  
 BigDecimal minimise()
          Deprecated.  
 OptimisationSolver.Result solve()
          Deprecated.  
 OptimisationSolver.Result solve(OptimisationModel aValidationModel)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Deprecated. 
Constructor Detail

SimpleSackSolver

public SimpleSackSolver(KnapsackModel aModel)
Deprecated. 

SimpleSackSolver

public SimpleSackSolver(ExpressionsBasedModel aModel)
Deprecated. 
Method Detail

getValue

public BigDecimal getValue()
Deprecated. 

solve

public OptimisationSolver.Result solve()
Deprecated. 

solve

public OptimisationSolver.Result solve(OptimisationModel aValidationModel)
Deprecated. 

getModel

public ExpressionsBasedModel getModel()
Deprecated. 

maximise

public BigDecimal maximise()
Deprecated. 

minimise

public BigDecimal minimise()
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object