Package org.tweetyproject.math.examples
Class LagrangeSolverEx2
java.lang.Object
org.tweetyproject.math.examples.LagrangeSolverEx2
This class implements an example for a problem solved by the lagrange solver. It is meant to showcase more classes of the library.
- Author:
- Sebastian Franke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructorstatic voidmain method
-
Constructor Details
-
LagrangeSolverEx2
public LagrangeSolverEx2()
-
-
Method Details
-
createConstraintSatProb1
constructor- Returns:
- problem
-
main
main method- Parameters:
args- arguments- Throws:
ParserException- ParserExceptionIOException- IOExceptionGeneralMathException- GeneralMathException
-