mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
expose description of global parameters #6048
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
de892ed9f2
commit
7da9f12521
6 changed files with 34 additions and 0 deletions
|
@ -225,6 +225,10 @@ class Context:
|
|||
"""
|
||||
Z3_interrupt(self.ref())
|
||||
|
||||
def param_descrs(self):
|
||||
"""Return the global parameter description set."""
|
||||
return ParamDescrsRef(Z3_get_global_param_descrs(self.ref()), self)
|
||||
|
||||
|
||||
# Global Z3 context
|
||||
_main_ctx = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue