List of Contributions

Hana Begic

Contact Details

My Content

1 to 1 of 1 total
Posted By Hana Begic Tue May 04, 2021 11:13 AM
Found In Egroup: Decision Optimization
\ view thread
Hello I have a simple problem as follows: using CP; dvar float+ t; dexpr float cost = (2*t^2 + 16/t)*1000; minimize cost; subject to ( 1<=t<=5; ); CPLEX provides an error: 'Decision variables of type dvar float+ not supported by this algorithm. I need t to be a float. What can ...