mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
Add groovy R.U.Stan option to retrieve models even when they don't exist #4924
Usage: z3 4924.smt2 smt.candidate_models=true
This commit is contained in:
parent
799de71a9f
commit
f519c58ace
3 changed files with 10 additions and 8 deletions
|
@ -16,16 +16,17 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#include "solver/solver_na2as.h"
|
||||
#include "smt/smt_kernel.h"
|
||||
|
||||
#include "util/dec_ref_util.h"
|
||||
#include "ast/reg_decl_plugins.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
#include "smt/params/smt_params_helper.hpp"
|
||||
#include "solver/mus.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "ast/func_decl_dependencies.h"
|
||||
#include "util/dec_ref_util.h"
|
||||
#include "smt/smt_kernel.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
#include "smt/params/smt_params_helper.hpp"
|
||||
#include "solver/solver_na2as.h"
|
||||
#include "solver/mus.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue