Skip to content

StandardGameSolver: Exact solution based on value type? #968

Description

@sjunges

The StandardGameSolver uses this line in its constructors.

linearEquationSolverIsExact = storm::settings::getModule<storm::settings::modules::GeneralSettings>().isExactSet();

to determine whether it can solve linear equations exactly. I would like to replace this by simply looking at the value type?

@tquatmann Could you confirm that that is an improvement?

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