mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
remove output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0f896503a9
commit
1c163dbad2
6 changed files with 45 additions and 22 deletions
|
@ -189,6 +189,8 @@ namespace euf {
|
|||
euf::enode* mk_true();
|
||||
euf::enode* mk_false();
|
||||
|
||||
vector<std::pair<expr_ref, expr_ref>> m_initial_values;
|
||||
|
||||
// replay
|
||||
typedef std::tuple<expr_ref, unsigned, sat::bool_var> reinit_t;
|
||||
vector<reinit_t> m_reinit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue