Skip to content
Snippets Groups Projects
Commit 3aefc109 authored by Paul A. Rubin's avatar Paul A. Rubin
Browse files

Split up imports from Problem to get rid of a code nag.

parent 274efa1a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@ package wolfgoatcabbage;
import ilog.concert.IloException;
import ilog.concert.IloNumVar;
import ilog.cplex.IloCplex;
import static wolfgoatcabbage.Problem.*;
import static wolfgoatcabbage.Problem.CABBAGE;
import static wolfgoatcabbage.Problem.GOAT;
import static wolfgoatcabbage.Problem.ITEMCOUNT;
import static wolfgoatcabbage.Problem.TMAX;
import static wolfgoatcabbage.Problem.WOLF;
/**
* MIP provides a mixed integer linear programming model to solve the logic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment