mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
encoding options #4665
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e8826bb20f
commit
dbe2c9b305
3 changed files with 12 additions and 6 deletions
|
@ -48,6 +48,8 @@ public:
|
|||
|
||||
void collect_param_descrs(param_descrs & r) override {
|
||||
r.insert("keep_cardinality_constraints", CPK_BOOL, "(default: true) retain cardinality constraints for solver");
|
||||
pb2bv_rewriter rw(m, m_params);
|
||||
rw.collect_param_descrs(r);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue