Next: Port not bound -- of instance, Up: Well-formedness -- System [Contents][Index]
port
not boundNo binding is specified for a port of a system.
interface ihello { in bool hello (); behavior {} } component port_not_bound { provides ihello p; system {} }
This results in the following error message:
port-not-bound.dzn:9:3: error: port `p' of type `ihello' not bound