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] == 0 ; I want to write it through Lingo but don't know how to write it because lingo doesn't support "=>". can you help me? Thanks very much

More Julia Nguyen's questions See All
Similar questions and discussions