mirror of
https://github.com/Z3Prover/z3
synced 2026-05-05 01:45:15 +00:00
exposed solver object param descrs
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f7bcd40137
commit
44db8c083d
4 changed files with 19 additions and 10 deletions
|
|
@ -228,7 +228,7 @@ namespace smt {
|
|||
/**
|
||||
\brief Collect a description of the configuration parameters.
|
||||
*/
|
||||
void collect_param_descrs(param_descrs & d) const;
|
||||
static void collect_param_descrs(param_descrs & d);
|
||||
|
||||
/**
|
||||
\brief Return a reference to the kernel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue