mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
use PB solver instead of full arithmetic for bouding Pareto fronts so that difference logic theory isn't broken. Codeplex issue 175
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
49483fdc28
commit
c3232693f0
5 changed files with 51 additions and 54 deletions
|
@ -122,6 +122,7 @@ namespace opt {
|
|||
bool dump_benchmarks();
|
||||
|
||||
smt::context& get_context() { return m_context.get_context(); } // used by weighted maxsat.
|
||||
void ensure_pb();
|
||||
|
||||
smt::theory_opt& get_optimizer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue