Skip to content

Handling null values in constraints #324

@henkdman

Description

@henkdman

How do you handle variables that have "null" value, in constraint expressions. For example in Excel when we have an expression a*b + c, and b = empty, then Excel will just return c. How can we handle such expressions in SCIP constraints.

Another example is MAX(a,b,c) abd b is empty then it should return MAX(a,c)?

Looking forward to your advice.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions