mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
cleanups
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5533fc9dbc
commit
7de8c72246
9 changed files with 17 additions and 14 deletions
|
@ -206,6 +206,8 @@ public:
|
|||
std::istringstream istrm(ostrm.str());
|
||||
params_ref p;
|
||||
auto srt = parse_smt2_sort(ctx, istrm, false, p, "quantifier");
|
||||
if (!srt)
|
||||
goto bail;
|
||||
names.push_back(name);
|
||||
domain.push_back(srt);
|
||||
}
|
||||
|
@ -215,7 +217,6 @@ public:
|
|||
sexpr->display(std::cout);
|
||||
std::cout << "\n";
|
||||
exit(0);
|
||||
|
||||
}
|
||||
|
||||
void parse_sexpr(sexpr_ref const& sexpr, cmd_context& ctx, expr_ref_vector const& args, expr_ref& result) {
|
||||
|
@ -428,4 +429,4 @@ unsigned read_drat(char const* drat_file, char const* problem_file) {
|
|||
}
|
||||
verify_smt(drat_file, problem_file);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue