Package org.tweetyproject.math.examples
Class ApacheCommonsSimplexEx
- java.lang.Object
-
- org.tweetyproject.math.examples.ApacheCommonsSimplexEx
-
public class ApacheCommonsSimplexEx extends java.lang.ObjectThis class implements an example for the Apache Commons SimplexSolver. Version used is 2.0- Author:
- Sebastian Franke
-
-
Constructor Summary
Constructors Constructor Description ApacheCommonsSimplexEx()
-
Method Summary
Modifier and Type Method Description static ConstraintSatisfactionProblemcreateConstraintSatProb1()static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
createConstraintSatProb1
public static ConstraintSatisfactionProblem createConstraintSatProb1()
-
main
public static void main(java.lang.String[] args) throws ParserException, java.io.IOException, GeneralMathException- Throws:
ParserExceptionjava.io.IOExceptionGeneralMathException
-
-