Skip to content

Commit df9679f

Browse files
hra687261filipeom
authored andcommitted
Make Solver.interrupt do nothing for Alt-Ergo
1 parent 5ba49c5 commit df9679f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/smtml/altergo_mappings.default.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ module M = struct
224224

225225
let add_simplifier s = s
226226

227-
let interrupt _ =
228-
Fmt.failwith "Altergo_mappings: interrupt is not implemented"
227+
let interrupt _ = ()
229228

230229
let get_statistics _ = Statistics.Map.empty
231230

0 commit comments

Comments
 (0)