Skip to content

rules with '&' #14

Description

@balima78

I'm trying some rules with '&' but when I try to run your functions from {validatetoos} I have an error. Here the example:

rules <- validator( r1 = A1 == 0 & A2 == 0 & A3 <= A4
, r2 = A1 == 0 & A2 == 0 & A3 > A4 )

is_infeasible(rules)

Error in A[, v] : subscript out of bounds
In addition: Warning message:
In to_miprules(x) : Ignoring rules: r1, r2

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