Originally posted by: Doulee
Hello,
I've been struggling with my model for a good week. Right now I either get Infeasibility row 'c2': 0 = 1 (with j in FentCEnd in the first constraint) or Row 'c38' infeasible, all entries at implied bounds. (with j in C0End in the first constraint).
In my model I have 2 nodes to represent 1 charging station : an entry node and an exit node. I've been thinking about merging these two into just one charging station node. Either way, some arcs are infeasible in the model : either arcs that go from a customer to an exit charging node, or arcs that exceed the capacity/charge/time constraints without having to look at routing. I was thinking that getting rid of these arcs before running the model might help me solve the errors I get but I have no idea how I can do that in cplex. Would it be possible to do that in an execute INITIALIZE{} ? Or will doing this not solve anything and my model is just wrong at its core ?
Thanks a lot in advance !
#CPLEXOptimizers#DecisionOptimization