Skip to content

sourceModel loses parameters and is usually slower than original model #923

Closed
@Joao-Dionisio

Description

@Joao-Dionisio

Reported in #918.

new_scip = Model(sourceModel=orig_scip) loses 226 parameters including dual presolvers, some heuristics. Solving new_scip is usually slow than solving orig_scip with same random seed. The new copy function can full copy orig_scip problem except solution storage.

Also need to find out why it loses some of the original model's parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions