mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +00:00
local
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5fa5719c6f
commit
69d7d8ff87
3 changed files with 9 additions and 8 deletions
|
@ -201,8 +201,10 @@ namespace sat {
|
|||
m_pb_solver = PB_SOLVER;
|
||||
else if (s == symbol("segmented"))
|
||||
m_pb_solver = PB_SEGMENTED;
|
||||
else if (s == symbol("binary_merge"))
|
||||
m_pb_solver == PB_BINARY_MERGE;
|
||||
else
|
||||
throw sat_param_exception("invalid PB solver: solver, totalizer, circuit, sorting, segmented");
|
||||
throw sat_param_exception("invalid PB solver: solver, totalizer, circuit, sorting, segmented, binary_merge");
|
||||
|
||||
s = p.pb_resolve();
|
||||
if (s == "cardinality")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue