mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
removed ini_file
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
823dd6ca47
commit
9374a4e20a
38 changed files with 82 additions and 1971 deletions
|
@ -47,7 +47,6 @@ Revision History:
|
|||
#include"proto_model.h"
|
||||
#include"model.h"
|
||||
#include"timer.h"
|
||||
#include"instruction_count.h"
|
||||
#include"statistics.h"
|
||||
#include"progress_callback.h"
|
||||
|
||||
|
@ -77,7 +76,6 @@ namespace smt {
|
|||
setup m_setup;
|
||||
volatile bool m_cancel_flag;
|
||||
timer m_timer;
|
||||
instruction_count m_instr;
|
||||
asserted_formulas m_asserted_formulas;
|
||||
scoped_ptr<quantifier_manager> m_qmanager;
|
||||
scoped_ptr<model_generator> m_model_generator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue