2 Questions 1 Answers 0 Followers
Questions related from Julia Nguyen
Hi everyone, Currently I am writing a lingo model based on Cplex model and have a constraint on Cplex as follows: forall (i, j in point: i != j, k in truck) x[i] [j] [k] == 1 => x[j] [i] [k]...
10 July 2021 8,284 2 View
Hi! I am having problem in writing model binding, currently in my model I only have 2 bindings like below are: Link1(point,point, truck):x,f; Link2(point,point):dis,ta;, However, to the binding,...
08 July 2021 7,592 0 View