mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
separate out file for objectives
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
759d80dfe3
commit
401fced400
10 changed files with 199 additions and 61 deletions
|
@ -28,6 +28,7 @@ Notes:
|
|||
#include "ast.h"
|
||||
#include "solver.h"
|
||||
#include "optimize_objectives.h"
|
||||
#include "opt_maxsmt.h"
|
||||
|
||||
namespace opt {
|
||||
|
||||
|
@ -43,6 +44,7 @@ namespace opt {
|
|||
ref<solver> m_solver;
|
||||
params_ref m_params;
|
||||
optimize_objectives m_opt_objectives;
|
||||
maxsmt m_maxsmt;
|
||||
public:
|
||||
context(ast_manager& m);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue