Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. options = cplexoptimset('cplex');
  2. options.Display = 'on';
  3. options.mip.tolerances.mipgap = 0;
  4. options.parameter2058 = 1;
  5. options.mip.pool.relgap= 0;
  6. options.parameter2104 = 2;
  7. [x, fval, exitflag, output] = cplexbilp (f, Aineq, bineq, Aeq, beq, ...
  8. [ ], options);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement