mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
better help
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
0934cb06d8
commit
91096b638a
5 changed files with 133 additions and 38 deletions
|
@ -106,8 +106,13 @@ public:
|
|||
/**
|
||||
\brief Dump information about available parameters in the given output stream.
|
||||
*/
|
||||
static void display(std::ostream & out, unsigned indent = 0, bool smt2_style=false);
|
||||
static void display(std::ostream & out, unsigned indent = 0, bool smt2_style=false, bool include_descr=true);
|
||||
|
||||
// Auxiliary APIs for better command line support
|
||||
static void display_modules(std::ostream & out);
|
||||
static void display_module(std::ostream & out, char const * module_name);
|
||||
static void display_parameter(std::ostream & out, char const * name);
|
||||
|
||||
/**
|
||||
\brief Initialize the global parameter management module.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue