src/HOL/Tools/SMT/smt_systems.ML
changeset 58496 2ba52ecc4996
parent 58491 5ddbc170e46c
child 59015 627a93f67182
equal deleted inserted replaced
58495:aefcb244423f 58496:2ba52ecc4996
   107     "--proof-merge",
   107     "--proof-merge",
   108     "--disable-print-success",
   108     "--disable-print-success",
   109     "--disable-banner",
   109     "--disable-banner",
   110     "--max-time=" ^ string_of_int (Real.ceil (Config.get ctxt SMT_Config.timeout))]),
   110     "--max-time=" ^ string_of_int (Real.ceil (Config.get ctxt SMT_Config.timeout))]),
   111   smt_options = [],
   111   smt_options = [],
   112   default_max_relevant = 120 (* FUDGE *),
   112   default_max_relevant = 200 (* FUDGE *),
   113   outcome = on_first_non_unsupported_line (outcome_of "unsat" "sat"
   113   outcome = on_first_non_unsupported_line (outcome_of "unsat" "sat"
   114     "warning : proof_done: status is still open"),
   114     "warning : proof_done: status is still open"),
   115   parse_proof = SOME (K VeriT_Proof_Parse.parse_proof),
   115   parse_proof = SOME (K VeriT_Proof_Parse.parse_proof),
   116   replay = NONE }
   116   replay = NONE }
   117 
   117