Package org.tweetyproject.math.examples
Class GurobiTest
java.lang.Object
org.tweetyproject.math.examples.GurobiTest
test for gurobi
- Author:
- Sebastian Franke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconstructorstatic void
main method
-
Constructor Details
-
GurobiTest
public GurobiTest()
-
-
Method Details
-
createConstraintSatProb1
constructor- Returns:
- problem
-
main
public static void main(String[] args) throws ParserException, IOException, GeneralMathException, gurobi.GRBException main method- Parameters:
args
- arguments- Throws:
ParserException
- ParserExceptionIOException
- IOExceptionGeneralMathException
- GeneralMathExceptiongurobi.GRBException
- GRBException
-