Originally posted by: Henrique_Lima
Guys, good morning!
I'm doing an implementation without
CPLEX. At some point I make an operation similar to this image below, where it decreases from a summation, a fixed value. This result value can be both positive and negative. If not, I simply ignore it. If so, I need to account for it.
Does anyone know how to do this not CPLEX, where I consider only the set of positive values for the result of an operation? I'm not sure how to indicate this to the solver.
Here is the image:
#CPLEXOptimizers#DecisionOptimization