mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
a mistake
This commit is contained in:
parent
c3eae9bf2a
commit
de7a675afa
2 changed files with 3 additions and 2 deletions
|
@ -34,6 +34,6 @@ using System.Security.Permissions;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("4.2.0.0")]
|
// [assembly: AssemblyVersion("4.2.0.0")]
|
||||||
[assembly: AssemblyVersion("4.3.2.0")]
|
[assembly: AssemblyVersion("4.3.2.0")]
|
||||||
[assembly: AssemblyFileVersion("4.3.2.0")]
|
[assembly: AssemblyFileVersion("4.3.2.0")]
|
||||||
|
|
||||||
|
|
|
@ -64,6 +64,7 @@ def_module_params('fixedpoint',
|
||||||
('use_underapprox', BOOL, False, 'DUALITY: Use underapproximations'),
|
('use_underapprox', BOOL, False, 'DUALITY: Use underapproximations'),
|
||||||
('stratified_inlining', BOOL, False, 'DUALITY: Use stratified inlining'),
|
('stratified_inlining', BOOL, False, 'DUALITY: Use stratified inlining'),
|
||||||
('recursion_bound', UINT, UINT_MAX, 'DUALITY: Recursion bound for stratified inlining'),
|
('recursion_bound', UINT, UINT_MAX, 'DUALITY: Recursion bound for stratified inlining'),
|
||||||
|
('profile', BOOL, False, 'DUALITY: profile run time'),
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue