Skip to content

Transformation of variable value ranges to constraints #10

Description

@wangjuwudi

For example
’‘’
obj: min x1 - x2
s.t. x1 - x2 >= -4
x1 in [0, +∞]
x2 in [0, +∞]
’‘’
we need function transform upper PL to the below PL

'''
obj: min x1 - x2
s.t. x1 - x2 >= -4
x1 >= 0
x2 >= 0
'''

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