Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. model.addConstr(z, GRB.GREATER_EQUAL, x, "z");
  2. model.addConstr(z, GRB.GREATER_EQUAL, -x, "z"); // error operator - is undefined
  3.  
  4. model.addGenConstrAbs(z, x, "MyAbsValConstr");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement