mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
33f74b9c9f
commit
f748a03ac7
10 changed files with 60 additions and 51 deletions
|
@ -75,7 +75,6 @@ namespace opt {
|
|||
void set_model() { s().get_model(m_model); }
|
||||
virtual void updt_params(params_ref& p);
|
||||
virtual void init_soft(vector<rational> const& weights, expr_ref_vector const& soft);
|
||||
void add_hard(expr* e){ s().assert_expr(e); }
|
||||
solver& s() { return m_s; }
|
||||
void init();
|
||||
expr* mk_not(expr* e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue