mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
integrating diff opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
80ba830091
commit
99b4ce037d
10 changed files with 67 additions and 59 deletions
|
@ -30,6 +30,7 @@ Notes:
|
|||
#include "optsmt.h"
|
||||
#include "maxsmt.h"
|
||||
#include "model_converter.h"
|
||||
#include "tactic.h"
|
||||
|
||||
namespace opt {
|
||||
|
||||
|
@ -89,6 +90,7 @@ namespace opt {
|
|||
obj_map<func_decl, unsigned> m_objective_fns;
|
||||
obj_map<func_decl, expr*> m_objective_orig;
|
||||
func_decl_ref_vector m_objective_refs;
|
||||
tactic_ref m_simplify;
|
||||
public:
|
||||
context(ast_manager& m);
|
||||
~context();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue