Originally posted by: SystemAdmin
Thanks for your answer,
I've exported the model to a .lp file: (BOUNDS)
http://... 0 <= x63 <= 1
0 <= x64 <= 1
x65 = 0
x66 = 0 <----- (I'm using default arc names so x66 corresponds to arc 65 in the model)
0 <= x67 <= 1
0 <= x68 <= 1
http://... Cplex's solutions:
http://.... Arc 63: Value = 0.000000 Reduced cost = 403.975342
Arc 64: Value = 0.000000 Reduced cost = -1.036865
Arc 65: Value = 1.000000 Reduced cost = 603.963074 <-----
Arc 66: Value = 0.000000 Reduced cost = 0.000000
Arc 67: Value = 0.000000 Reduced cost = 604.999939
http://... How I can know the flow on the arc? I'm looking up for a function in the callable library but I haven't found anything yet.
Sorry if it's sounds very basic, I'm new in Cplex
Thank you
#CPLEXOptimizers#DecisionOptimization