Skip to content

Commit 15f910f

Browse files
committed
Stash
1 parent 61ea426 commit 15f910f

File tree

2 files changed

+223
-255
lines changed

2 files changed

+223
-255
lines changed

ML/Checker.sml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ fun print_result NONE = println("Invalid input\n")
238238
fun check_and_verify2 check_deadlock p m ignore_k max_steps inv trans prog query bounds pred s na () =
239239
let
240240
val debug_level: Int32.int Unsynchronized.ref = ref 0
241-
val _ = debug_level := 2
241+
val _ = debug_level := 3
242242

243243
val map_constraint = map (map_acconstraint to_nat to_int);
244244
val inv = map (map map_constraint) inv;

0 commit comments

Comments
 (0)