Hello GAMS experts!
I have a general and probably stupid question. I’m using GAMS/CPLEX. I’m wondering if there is any performance difference between “modeling the problem as an LP with all integer variables fixed as known parameter inputs” and “modeling the problem as an MIP with integers fixed using the following syntax”
binvar1.fx = 1
I guess they should have very similar performance even in large-scale problems? I’d appreciate if anyone with such an experience could enlighten me. Thanks!
Best,
Gabriel