mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3e6bddbad1
commit
6195ed7c66
17 changed files with 120 additions and 326 deletions
8
src/ast/normal_forms/nnf_params.pyg
Normal file
8
src/ast/normal_forms/nnf_params.pyg
Normal file
|
@ -0,0 +1,8 @@
|
|||
def_module_params('nnf',
|
||||
export=True,
|
||||
params=(max_memory_param(),
|
||||
('sk_hack', BOOL, False, 'hack for VCC'),
|
||||
('mode', SYMBOL, 'skolem',
|
||||
'NNF translation mode: skolem (skolem normal form), quantifiers (skolem normal form + quantifiers in NNF), full'),
|
||||
('ignore_labels', BOOL, False, 'remove/ignore labels in the input formula, this option is ignored if proofs are enabled'),
|
||||
('skolemize', BOOL, True, 'skolemize (existential force) quantifiers')))
|
Loading…
Add table
Add a link
Reference in a new issue