Skip to content

More complex constraints in RHS of an indicator / reification #248

@hakank

Description

@hakank

It would be great to be able to write more complex expressions, such as indicators and reifications in the RHS of an indicator / reification. For example (from http://hakank.org/julia/constraints/monks_and_doors.jl )

@constraint(model, m7 := { m3 => m6})  

@constraint(model, m8 := { (m7 == 1 && m8 == 1) => m1==1 )  

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