Package org.tweetyproject.math.examples
Class LpSolverEx
java.lang.Object
org.tweetyproject.math.examples.LpSolverEx
This class implements an example for the Genetic LpSolver.
It uses LpSolve Version 5.5.2.5 (https://sourceforge.net/projects/lpsolve/)
- Author:
- Sebastian Franke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconstructorstatic void
main method
-
Constructor Details
-
LpSolverEx
public LpSolverEx()
-
-
Method Details
-
createConstraintSatProb1
constructor- Returns:
- problem
-
main
main method- Parameters:
args
- arguments- Throws:
ParserException
- ParserExceptionIOException
- IOExceptionGeneralMathException
- GeneralMathException
-