Skip to content

Segfault when solve! is called before a successful setup! in Julia #6

Description

@arunleob

The following segfaults, which can happen if the user calls Marble.setup!, it fails, and then a solve is still attempted.

solver = Marble.Solver();
results = Marble.solve!(solver);

We should add a check so that it fails gracefully instead of crashing Julia.

Metadata

Metadata

Assignees

No one assigned

    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