mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
expose additional external options for muz
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f14cc76caa
commit
3bf6af44bf
2 changed files with 6 additions and 3 deletions
|
@ -968,7 +968,7 @@ namespace datalog {
|
|||
|
||||
p.insert(":fix-unbound-vars", CPK_BOOL, "fix unbound variables in tail");
|
||||
p.insert(":default-table-checker", CPK_SYMBOL, "see :default-table-checked");
|
||||
PRIVATE_PARAMS(p.insert(":inline-linear", CPK_BOOL, "try linear inlining method"););
|
||||
p.insert(":inline-linear", CPK_BOOL, "try linear inlining method");
|
||||
PRIVATE_PARAMS(p.insert(":inline-linear-branch", CPK_BOOL, "try linear inlining method with potential expansion"););
|
||||
|
||||
pdr::dl_interface::collect_params(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue