mirror of
https://github.com/Z3Prover/z3
synced 2026-05-15 22:55:33 +00:00
fixes to tptp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c34332f1c5
commit
4f40c3d888
1 changed files with 0 additions and 2 deletions
|
|
@ -15,7 +15,6 @@
|
|||
#include "cmd_context/cmd_context.h"
|
||||
#include "cmd_context/tptp_frontend.h"
|
||||
#include "solver/solver.h"
|
||||
#include "util/debug.h"
|
||||
#include "util/error_codes.h"
|
||||
#include "util/rational.h"
|
||||
#include "util/timeout.h"
|
||||
|
|
@ -1512,7 +1511,6 @@ expr_ref tptp_parser::parse_formula() {
|
|||
|
||||
static unsigned read_tptp_stream(std::istream& in, char const* current_file) {
|
||||
register_on_timeout_proc(on_timeout);
|
||||
set_default_exit_action(exit_action::throw_exception);
|
||||
try {
|
||||
cmd_context ctx;
|
||||
ctx.set_solver_factory(mk_smt_strategic_solver_factory());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue