SuanShu, a Java numerical and statistical library

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

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

public static class LpProblem.NoConstraint
extends LpProblem.LpRuntimeException

See Also:
Serialized Form

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

public LpProblem.NoConstraint()

SuanShu, a Java numerical and statistical library

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