How can if_then for 2 expression in constraint programming using DOCPLEX
I am building a bidding VRP model using constraint programming with DOCPLEX. In this model, I have the following constraint:
Get the value of expression in DOCPLEX
I am developing a bidding VRP model using DOCPLEX. In my code, I have defined the expressions: term1, term2, term3, term4, and term5. After solving the model, how can I obtain the values of these terms?
Specifically, how can I retrieve the value of term4 with the function ‘Type of next’?