mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
working on weighted maxsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
906bbb4eeb
commit
d30f183476
5 changed files with 109 additions and 36 deletions
|
@ -78,6 +78,9 @@ namespace opt {
|
|||
toggle_objective(opt_solver& s, bool new_value);
|
||||
~toggle_objective();
|
||||
};
|
||||
|
||||
smt::context& get_context() { return m_context.get_context(); } // used by weighted maxsat.
|
||||
|
||||
private:
|
||||
smt::theory_opt& get_optimizer();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue