mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a9946578b
commit
700f413e26
3 changed files with 7 additions and 6 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
/**
|
||||
\brief Retrieve set of parameters set on solver.
|
||||
*/
|
||||
virtual params_ref const& get_params() { return m_params; }
|
||||
virtual params_ref const& get_params() const { return m_params; }
|
||||
|
||||
/**
|
||||
\brief Store in \c r a description of the configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue