Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Get the list of constraints #22

@mourad1081

Description

@mourad1081

For debugging purposes, I am trying to get the list of all the constrains I have created. Is there a way to get them in a human readable format?

For instance, something like this:

[
    "variable A - variable B >= 10",
    "variable A + variable B <= 20",
    Etc.
]

Or do you have any hints on how I can implement that please apart from maintening a list each time a constraint is added?

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