mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +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
|
@ -146,6 +146,12 @@ public:
|
|||
if (m_context)
|
||||
m_context->set_progress_callback(callback);
|
||||
}
|
||||
|
||||
|
||||
virtual void collect_param_descrs(param_descrs & r) {
|
||||
smt::solver::collect_param_descrs(r);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
solver * mk_non_incremental_smt_solver(cmd_context & ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue