A tous et à toutes bonjour je vous remercie de l'intérêt que vous portez a mes questions
subject to contrainte5{k in K, (i,j) in A[k]}:
X[k,i,j]*(T[k,j]+t[k,i,j]-T[k,i])<=M;
subject to contrainte5{k in K, (i,j) in A[k]}:
X[k,i,j]=1 ==> t[k,i,j]<=T[k,j]-T[k,i];
ampl: model graphicage.mod;
ampl: data graphicage.dat;
ampl: option solver couenne;
ampl: solve;
Couenne 0.5.6 -- an Open-Source solver for Mixed Integer Nonlinear Optimization
couenne:
ANALYSIS TEST: NLP0012I
Num Status Obj It time Location
NLP0014I 1 OPT -192700 30 0.196
Couenne: new cutoff value -1.9270000000e+005 (0.428 seconds)
NLP0014I 2 OPT -192700 0 0
Loaded instance "C:\Users\DIABY\AppData\Local\Temp\at3840.nl" Constraints: 19
Variables: 18 (18 integer)
Auxiliaries: 35 (35 integer)
Coin0506I Presolve 4 (-49) rows, 6 (-47) columns and 12 (-138) elements
Clp0006I 0 Obj -192700 Primal inf 13.999998 (2)
Clp0006I 2 Obj -192700
Clp0000I Optimal - objective value -192700
Clp0032I Optimal objective -192700 - 2 iterations time 0.032, Presolve 0.02
Clp0006I 0 Obj -192700 Primal inf 1.7373397 (1)
Clp0006I 1 Obj -192700
Clp0000I Optimal - objective value -192700
NLP Heuristic: time limit reached.
Clp0000I Optimal - objective value -192700
Optimality Based BT: 0 improved bounds
Probing: 0 improved bounds
NLP Heuristic: time limit reached.
Cbc0013I At root node, 0 cuts changed objective from -192700 to -192700 in 1 passes
Cbc0014I Cut generator 0 (Couenne convexifier cuts) - 0 row cuts average 0.0 elements, 3 column cuts (3 active)
Cbc0004I Integer solution of -192700 found after 0 iterations and 0 nodes (0.11 seconds)
Cbc0001I Search completed - best objective -192700, took 0 iterations and 0 nodes (0.11 seconds)
Cbc0035I Maximum depth 0, 0 variables fixed on reduced cost
"Finished"
Linearization cuts added at root node: 53
Linearization cuts added in total: 53 (separation time: 0s)
Total solve time: 0.172s (0.172s in branch-and-bound)
Lower bound: -192700
Upper bound: -192700 (gap: 0.00%)
Branch-and-bound nodes: 0
couenne: Optimal