Package net.sf.tweety.math.examples
Class ApacheCommonsSimplexEx2
- java.lang.Object
-
- net.sf.tweety.math.examples.ApacheCommonsSimplexEx2
-
public class ApacheCommonsSimplexEx2 extends 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 Detail
-
createConstraintSatProb1
public static OptimizationProblem createConstraintSatProb1() throws GeneralMathException
- Throws:
GeneralMathException
-
main
public static void main(String[] args) throws net.sf.tweety.commons.ParserException, IOException, GeneralMathException
- Throws:
net.sf.tweety.commons.ParserExceptionIOExceptionGeneralMathException
-
-