src/HOL/Tools/Nitpick/nitpick.ML
changeset 34998 5e492a862b34
parent 34982 7b8c366e34a2
child 35070 96136eb6218f
--- a/src/HOL/Tools/Nitpick/nitpick.ML	Tue Feb 02 23:38:41 2010 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick.ML	Thu Feb 04 13:36:52 2010 +0100
@@ -502,8 +502,8 @@
         val formula = fold (fold s_and) [def_fs, nondef_fs] core_f
         val comment = (if liberal then "liberal" else "conservative") ^ "\n" ^
                       PrintMode.setmp [] multiline_string_for_scope scope
-        val kodkod_sat_solver = Kodkod_SAT.sat_solver_spec effective_sat_solver
-                                |> snd
+        val kodkod_sat_solver =
+          Kodkod_SAT.sat_solver_spec overlord effective_sat_solver |> snd
         val bit_width = if bits = 0 then 16 else bits + 1
         val delay = if liberal then
                       Option.map (fn time => Time.- (time, Time.now ()))