coin-or / Cgl

Cut Generator Library
Other
24 stars 14 forks source link

Is it possible to get the basis row (or index) used for generating Gomory or GMI cuts? #56

Open spoorendonk opened 3 years ago

spoorendonk commented 3 years ago

I browsed the code but I cannot find an obvious way to get this information. I think it may be stored here https://github.com/coin-or/Cgl/blob/7ff8a2495c87f326fcf1b2cc73207ede086601cc/src/CglGomory/CglGomory.cpp#L886 but the info is not passed on.

Any ideas?