![]()
|
NAME
SYNTAX
DESCRIPTION
EXAMPLES
never {
do
:: pc_value(1) <= pc_value(2)
&& pc_value(2) <= pc_value(3)
&& pc_value(3) <= pc_value(4)
&& pc_value(4) <= pc_value(5)
od
}
The claim above is a flawed attempt to enforce
a symmetry reduction among five processes.
This particular attempt is flawed in that it
does not necessarily preserve the correctness
properties of the system being verified.
SEE ALSO
|