mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
include model/proof/unsat_core as part of model parameters
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
136b172b5a
commit
c739d803ab
3 changed files with 13 additions and 3 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
*/
|
||||
void get_solver_params(ast_manager const & m, params_ref & p, bool & proofs_enabled, bool & models_enabled, bool & unsat_core_enabled);
|
||||
|
||||
static void collect_solver_param_descrs(param_descrs & d);
|
||||
|
||||
/**
|
||||
\brief Include in p parameters derived from this context_params.
|
||||
These are parameters that are meaningful for tactics and solvers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue