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
-
Method Summary
Modifier and TypeMethodDescriptionconstructorstatic void
main method
-
Constructor Details
-
LagrangeSolverEx2
public LagrangeSolverEx2()Constructor
-
-
Method Details
-
createConstraintSatProb1
-
main
main method- Parameters:
args
- arguments- Throws:
ParserException
- ParserExceptionIOException
- IOExceptionGeneralMathException
- GeneralMathException
-