Skip to content

Turning off all presolving operations in SCIPpresolve() + retrieving symmetry information #189

Description

@FZixuan

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions