SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem
Class LpProblem.Unbounded

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.LpException
              extended by com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.Unbounded
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
LpProblem

public static class LpProblem.Unbounded
extends LpProblem.LpException

See Also:
Serialized Form

Field Summary
 int s
          the pricing column that does not have a corresponding row that passes the ratio test, hence problem unbounded
 
Constructor Summary
LpProblem.Unbounded(int s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

s

public final int s
the pricing column that does not have a corresponding row that passes the ratio test, hence problem unbounded

Constructor Detail

LpProblem.Unbounded

public LpProblem.Unbounded(int s)

SuanShu, a Java numerical and statistical library

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