Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Utils.console("");
  2. Utils.console("*************");
  3. Utils.console("Cutoff: " + cplex.getCutoff());
  4. Utils.console("Best obj: " + cplex.getBestObjValue());
  5. Utils.console("Rel. gap: " + cplex.getMIPRelativeGap() * 100 + "%");
  6. Utils.console("*************");
  7. Utils.console("");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement