com.imsl.math
Class QuadraticProgramming.SolutionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.QuadraticProgramming.SolutionNotFoundException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- QuadraticProgramming
public static class QuadraticProgramming.SolutionNotFoundException
- extends IMSLException
A solution was not found. Try using DenseLP.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QuadraticProgramming.SolutionNotFoundException
public QuadraticProgramming.SolutionNotFoundException()
- A solution was not found. Try using DenseLP.
QuadraticProgramming.SolutionNotFoundException
public QuadraticProgramming.SolutionNotFoundException(String message)
- A solution was not found. Try using DenseLP.
- Parameters:
message
- a string
containing the exception message.
Copyright © 1970-2010 Visual Numerics, Inc.
Built July 30 2010.