Skip to content

ScalarLinearFunction and redundancy with scalar constraints #40

Description

@joaquimg

We have the following table in the manual:

Linear constraints

Mathematical Constraint MOI Function MOI Set
a^Tx \le u ScalarAffineFunction LessThan
a^Tx \ge l ScalarAffineFunction GreaterThan
a^Tx = b ScalarAffineFunction EqualTo
l \le a^Tx \le u ScalarAffineFunction Interval
... ... ...

In the first four lines we use a^Tx in the first column and we say ScalarAffineFunction, should we say/use ScalarLinearFunction? This could avoid multiple representations of the same constraint. Since a^Tx - b = 0 is equivalent to a^Tx = b

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