SuanShu, a Java numerical and statistical library

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

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.Infeasible
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
LpProblem

public static class LpProblem.Infeasible
extends LpProblem.LpException

See Also:
Serialized Form

Constructor Summary
LpProblem.Infeasible()
           
 
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
 

Constructor Detail

LpProblem.Infeasible

public LpProblem.Infeasible()

SuanShu, a Java numerical and statistical library

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