Relative Content

Tag Archive for docplexdocplexcloud

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’?