mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
perf improvements
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e183f8b743
commit
4695ca16c8
3 changed files with 22 additions and 4 deletions
|
@ -610,7 +610,7 @@ struct pb2bv_rewriter::imp {
|
|||
m_keep_pb_constraints(false),
|
||||
m_pb_num_system(false),
|
||||
m_pb_totalizer(false),
|
||||
m_min_arity(2)
|
||||
m_min_arity(3)
|
||||
{}
|
||||
|
||||
bool mk_app(bool full, func_decl * f, unsigned sz, expr * const* args, expr_ref & result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue