mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
added Z3_global_param_reset_all API
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
7d24cd4ae3
commit
92a29b1e43
7 changed files with 56 additions and 71 deletions
|
@ -27,6 +27,11 @@ class gparams {
|
|||
public:
|
||||
typedef default_exception exception;
|
||||
|
||||
/**
|
||||
\brief Reset all global and module parameters.
|
||||
*/
|
||||
static void reset();
|
||||
|
||||
/**
|
||||
\brief Set a global parameter \c name with \c value.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue