Skip to content

Perform initial sweep of simple presolve rules without forming presolve data structures #3040

Description

@jajhall

HPresolve::initialRowAndColPresolve can account for a significant proportion of the time when presolving models with a lot of fixed columns. This is due to the overhead of creating and then updating the dynamic storage of the model during presolve.

As an example, a model from a client has 35631 / 108047 fixed columns, and removing them accounts for 1/3 of the time in presolve. They also constitute a non-trivial overhead when creating the initial dynamic storage of the model

Some non-trivial code changes are required, since the initial fixes will have to be accommodated in the postsolve stack before creating the copy of the model used in presolve

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions