mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
dealing with cancel
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
946b888b32
commit
86151b4d52
5 changed files with 28 additions and 20 deletions
|
@ -27,6 +27,7 @@ Notes:
|
|||
|
||||
#include "ast.h"
|
||||
#include "solver.h"
|
||||
#include "optimize_objectives.h"
|
||||
|
||||
namespace opt {
|
||||
|
||||
|
@ -41,7 +42,7 @@ namespace opt {
|
|||
svector<bool> m_is_max;
|
||||
ref<solver> m_solver;
|
||||
params_ref m_params;
|
||||
|
||||
optimize_objectives m_opt_objectives;
|
||||
public:
|
||||
context(ast_manager& m);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue