3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 08:42:15 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-04-29 10:04:42 -07:00
parent c64d044e60
commit b8193a0ae6
7 changed files with 35 additions and 47 deletions

View file

@ -106,7 +106,8 @@ public:
/**
\brief Return the global parameter set (i.e., parameters that are not associated with any particular module).
*/
static params_ref get();
static params_ref const& get_ref();
/**
\brief Dump information about available parameters in the given output stream.