mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
remove separate API for setting solver log, use parameter setting instead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bc50b6bea2
commit
7a5ca96095
5 changed files with 8 additions and 24 deletions
|
@ -6331,21 +6331,6 @@ extern "C" {
|
|||
def_API('Z3_solver_dec_ref', VOID, (_in(CONTEXT), _in(SOLVER)))
|
||||
*/
|
||||
void Z3_API Z3_solver_dec_ref(Z3_context c, Z3_solver s);
|
||||
|
||||
/**
|
||||
\brief Log solver interactions into an SMT2 file.
|
||||
The tracked interactions are:
|
||||
- Z3_solver_assert
|
||||
- Z3_solver_assert_and_track
|
||||
- Z3_solver_push
|
||||
- Z3_solver_pop
|
||||
- Z3_solver_check
|
||||
- Z3_solver_check_assumptions
|
||||
Assertions that are loaded from a file are also going to be tracked.
|
||||
|
||||
def_API('Z3_solver_open_smt2log', VOID, (_in(CONTEXT), _in(SOLVER), _in(STRING)))
|
||||
*/
|
||||
void Z3_API Z3_solver_open_smt2log(Z3_context c, Z3_solver s, Z3_string file);
|
||||
|
||||
/**
|
||||
\brief Create a backtracking point.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue