Package net.sf.tweety.math.examples
Class ApacheCommonsSimplexEx2
- java.lang.Object
-
- net.sf.tweety.math.examples.ApacheCommonsSimplexEx2
-
public class ApacheCommonsSimplexEx2 extends java.lang.Object
This class is a second example for the ApacheCommonsSimplexSolver. It showcases some more features of the library. Not all steps are particularly necessary for the result. But they are fun though
-
-
Constructor Summary
Constructors Constructor Description ApacheCommonsSimplexEx2()
-
Method Summary
Modifier and Type Method Description static OptimizationProblem
createConstraintSatProb1()
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
createConstraintSatProb1
public static OptimizationProblem createConstraintSatProb1() throws GeneralMathException
- Throws:
GeneralMathException
-
main
public static void main(java.lang.String[] args) throws ParserException, java.io.IOException, GeneralMathException
- Throws:
ParserException
java.io.IOException
GeneralMathException
-
-