mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d57bca8f8c
commit
f7e49501af
4 changed files with 109 additions and 57 deletions
|
@ -178,8 +178,10 @@ namespace sat {
|
|||
m_pb_solver = PB_TOTALIZER;
|
||||
else if (s == symbol("solver"))
|
||||
m_pb_solver = PB_SOLVER;
|
||||
else if (s == symbol("segmented"))
|
||||
m_pb_solver = PB_SEGMENTED;
|
||||
else
|
||||
throw sat_param_exception("invalid PB solver: solver, totalizer, circuit, sorting");
|
||||
throw sat_param_exception("invalid PB solver: solver, totalizer, circuit, sorting, segmented");
|
||||
|
||||
m_card_solver = p.cardinality_solver();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue