mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
move model_evaluator from pdr to model, call it model_implicant
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b35088f7e5
commit
2ff51e9a60
11 changed files with 1514 additions and 1341 deletions
|
@ -46,7 +46,8 @@ namespace opt {
|
|||
bool m_objective_enabled;
|
||||
svector<smt::theory_var> m_objective_vars;
|
||||
vector<inf_eps> m_objective_values;
|
||||
bool m_is_dump;
|
||||
bool m_dump_benchmarks;
|
||||
unsigned m_dump_count;
|
||||
statistics m_stats;
|
||||
public:
|
||||
opt_solver(ast_manager & m, params_ref const & p, symbol const & l);
|
||||
|
@ -79,7 +80,7 @@ namespace opt {
|
|||
|
||||
static opt_solver& to_opt(solver& s);
|
||||
void set_interim_stats(statistics & st);
|
||||
bool is_dumping_benchmark();
|
||||
bool dump_benchmarks();
|
||||
|
||||
class toggle_objective {
|
||||
opt_solver& s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue