Skip to content

Rulp panics when using inner parentheses #2

@aochagavia

Description

@aochagavia

The code below panics, though it works properly if you remove the parentheses.

var v1;
maximize profit: v1;
subject to c1: 0.01 * (0.01 * v1) <= 5;

The error message is Unknown variable in constraint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions