equal
deleted
inserted
replaced
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 |