Var.weak

Contents

Var.weak#

property Var.weak: bool#

Whether the variable is weak.

A weak variable is a variable whose value is defined within the model, that is, it is a deterministic function of some other nodes.

See also

strong

Whether the variable is strong. In general, weak = not strong.