Hello all!
I am trying to implement a custom constraint using CP Optimizer Extensions (so in C++). In it, I have a class named
Arc (my filtering algorithm uses a graph). What would be the best way to go about making Arc reversible? I know that long ago ILOG Solver had a Macro for this (
ILCREV(T) which results in a reversible
IlcRevT version of
T). What would be an equivalent of this Macro in ILOG CPLEX Opt Studio 12.10?
Arc objects have members of type
Arc as well in my code.
Thank you so much!
------------------------------
Mohammed Najib Haouas
------------------------------
#DecisionOptimization