SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem
Interface LpProblem

All Known Implementing Classes:
StandardLpProblem1, StandardLpProblem2

public interface LpProblem

This defines an abstract Linear Programming (LP) problem.


Nested Class Summary
static class LpProblem.DimensionNotMatched
           
static class LpProblem.EmptyCostVector
           
static class LpProblem.Infeasible
           
static class LpProblem.LpException
           
static class LpProblem.LpRuntimeException
           
static class LpProblem.NoConstraint
           
static class LpProblem.Unbounded
           
 


SuanShu, a Java numerical and statistical library

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