SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem

Interface Summary
LpProblem This defines an abstract Linear Programming (LP) problem.
 

Class Summary
StandardLpProblem1 This class represents a linear programming in the following standard form.
StandardLpProblem2 This class represents a linear programming in the standard form, following the convention in the reference.
 

Exception Summary
LpProblem.DimensionNotMatched  
LpProblem.EmptyCostVector  
LpProblem.Infeasible  
LpProblem.LpException  
LpProblem.LpRuntimeException  
LpProblem.NoConstraint  
LpProblem.Unbounded  
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.