Originally posted by: SusanneFeder
Hi,
I want to solve a robust model of a network flow problem.
In the model I have the following set:
S:={z \in [0,1]|E|| \sum ze <= K}
z is a vector that gives every arc e a value ze that defines how much the capacity of this edge ist reduced.
K is a fixed integer.
The following constraint should be fulfilled for all possible z \in the set S:
For all vertices in the graph: \sum (over all incoming edges)(1-ze)*(Flow on Edge e)-\sum(over all outgoing edges)(Flow on edge e) >=0;
How can I integrate that in the model as z is no decision variable?
I hope someone can help me with this question.
#DecisionOptimization#OPLusingCPLEXOptimizer