Rasul Esmaeilbeigi

Results 4 comments of Rasul Esmaeilbeigi

In my case it is a large constraint generated by `@constraint(model, basicCoverage[i in indices], ...)`, where `i` is a `struct` of the following form ``` struct Index a :: Number...

Thanks. The constraint names are relevant mostly when there is infeasibility which then we use to check which indices are involved (there are normally tens of thousands of constraints). In...

Just out of curiosity, I wonder why `Gurobi.jl` needs to set this limit on the name sizes even though the solver allows for such long names.

Ah I see. I got confused that there was no error in Julia 0.6 but it is failing in Julia 1.11 with the same solver version. Apparently the older version...