learning_tla/lamport_video/specs/SimpleProgram_ch8.cfg
2025-02-17 18:08:25 +01:00

23 lines
810 B
INI

(**********************************************)
(* Initial predicate and next-state relation. *)
(* Alternatively, you can comment out these *)
(* and use SPECIFICATION. *)
(**********************************************)
\*INIT Init
\*NEXT Next
SPECIFICATION Spec
(**********************************************)
(* Specify the values of declared constants. *)
(**********************************************)
\* CONSTANT MyConstant = {0, 1}
(**********************************************)
(* Formulas true in every reachable state. *)
(**********************************************)
\* INVARIANT MyInvariant
(**********************************************)
(* Disable checking deadlock. *)
(**********************************************)
CHECK_DEADLOCK FALSE