mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 10:30:44 +00:00
optimize model pruning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9828a29b68
commit
0a8be25149
5 changed files with 398 additions and 241 deletions
|
@ -212,6 +212,7 @@ void dl_interface::collect_params(param_descrs& p) {
|
|||
"PDR: (default true) simplify clause set using slicing"););
|
||||
p.insert(":generate-proof-trace", CPK_BOOL,
|
||||
"PDR: (default false) trace for 'sat' answer as proof object");
|
||||
p.insert(":inline-proofs", CPK_BOOL, "PDR: (default true) run PDR with proof mode turned on and extract Farkas coefficients directly (instead of creating a separate proof object when extracting coefficients)");
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue