3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Add pp (debugging function) for params_ref

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-28 09:13:18 -08:00
parent 1a09523c99
commit 9a523defa2
2 changed files with 6 additions and 1 deletions

View file

@ -54,7 +54,7 @@ namespace api {
datalog::dl_decl_util m_datalog_util;
// Support for old solver API
smt_params m_fparams;
smt_params m_fparams;
smt::kernel * m_solver; // General purpose solver for backward compatibility
// -------------------------------