Apply the Hoare rule S_SEQ in order to split the current Hoare triple into two.
To do so, the names and values must be provided explicitly, each
separated by a colon.
The order is:
-
P -
R -
L_W -
L_W' -
L_B -
L_B'
Also, try to automatically solve most of the "side goals" that are generated
during the process. These side goals are generally statements about the provided
sets (e.g., L_W ≠ ∅), which are trivial in most cases.
The same tactic can be used without providing P