Hello everyone,
I want to retrieve the constraint classification information for MIP problems and I need to completely turn off the presolving and all possible operations that could be triggered by calling SCIPpresolve() (e.g. symmetry detection). For now, I'm using the following settings and I wonder whether there are any other parameters I need to change.
presolving/maxrounds = 0
misc/usesymmetry = 0
Additionally, I wonder whether there is any way to retrieve symmetry information after I turn it on (misc/usesymmetry = 7), such as the number of symmetries of each type and their sizes.
Thank you in advance for your help!
Best,
Zixuan
Hello everyone,
I want to retrieve the constraint classification information for MIP problems and I need to completely turn off the presolving and all possible operations that could be triggered by calling SCIPpresolve() (e.g. symmetry detection). For now, I'm using the following settings and I wonder whether there are any other parameters I need to change.
Additionally, I wonder whether there is any way to retrieve symmetry information after I turn it on (misc/usesymmetry = 7), such as the number of symmetries of each type and their sizes.
Thank you in advance for your help!
Best,
Zixuan