Skip to content

Any chance I get to use exact fractional on PySCIPOpt? #1052

@Andful

Description

@Andful

Is your feature request related to a problem? Please describe.
As of now, doing

from pyscipopt import Model

scip = Model()
scip.setParam("exact/enabled", True)

throws the error

[set.c:766] ERROR: Exact solving mode can only be enabled/disabled before reading/creating a problem.

Describe the solution you'd like
I would like to be able to use exact fractional SCIP

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions