Home
last modified time | relevance | path

Searched refs:should_research (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dtheory_array_bapa.h37 bool should_research(expr_ref_vector & unsat_core);
H A Dtheory_array_full.h62 bool should_research(expr_ref_vector & unsat_core) override;
H A Dtheory_recfun.h101 bool should_research(expr_ref_vector &) override;
H A Dtheory_array_bapa.cpp569 bool should_research(expr_ref_vector & unsat_core) { in should_research() function in smt::theory_array_bapa::imp
640 …bool theory_array_bapa::should_research(expr_ref_vector & unsat_core) { return m_imp->should_resea… in should_research() function in smt::theory_array_bapa
H A Dsmt_theory.h298 virtual bool should_research(expr_ref_vector & unsat_core) { in should_research() function
H A Dtheory_array_full.cpp436 bool theory_array_full::should_research(expr_ref_vector & unsat_core) { in should_research() function in smt::theory_array_full
437 return m_bapa && m_bapa->should_research(unsat_core); in should_research()
H A Dtheory_recfun.cpp430 bool theory_recfun::should_research(expr_ref_vector & unsat_core) { in should_research() function in smt::theory_recfun
H A Dsmt_context.cpp3315 bool context::should_research(lbool r) { in should_research() function in smt::context
3320 if (th->should_research(m_unsat_core)) { in should_research()
3567 while (should_research(r)); in check()
3589 while (should_research(r)); in check()
H A Dtheory_seq.h400 bool should_research(expr_ref_vector &) override;
H A Dsmt_context.h1214 bool should_research(lbool result);
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dtheory_array_bapa.h37 bool should_research(expr_ref_vector & unsat_core);
H A Dtheory_array_full.h63 bool should_research(expr_ref_vector & unsat_core) override;
H A Dtheory_array_bapa.cpp569 bool should_research(expr_ref_vector & unsat_core) { in OBJ_nid2ln()
640 …bool theory_array_bapa::should_research(expr_ref_vector & unsat_core) { return m_imp->should_resea… in OBJ_nid2ln()
H A Dtheory_recfun.h154 bool should_research(expr_ref_vector &) override;
H A Dsmt_theory.h292 virtual bool should_research(expr_ref_vector & unsat_core) { in should_research() function
H A Dtheory_array_full.cpp436 bool theory_array_full::should_research(expr_ref_vector & unsat_core) { in should_research() function in smt::theory_array_full
437 return m_bapa && m_bapa->should_research(unsat_core); in should_research()
H A Dtheory_recfun.cpp473 bool theory_recfun::should_research(expr_ref_vector & unsat_core) { in should_research() function in smt::theory_recfun
H A Dsmt_context.cpp3325 bool context::should_research(lbool r) { in should_research() function in smt::context
3330 if (th->should_research(m_unsat_core)) { in should_research()
3577 while (should_research(r)); in check()
3599 while (should_research(r)); in check()
H A Dtheory_seq.h392 bool should_research(expr_ref_vector &) override;
H A Dsmt_context.h1208 bool should_research(lbool result);
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_extension.h123 virtual bool should_research(sat::literal_vector const& core) { return false;} in should_research() function
/dports/math/z3/z3-z3-4.8.13/src/sat/smt/
H A Drecfun_solver.h110 bool should_research(sat::literal_vector const& core) override;
H A Drecfun_solver.cpp299 bool solver::should_research(sat::literal_vector const& core) { in should_research() function in recfun::solver
H A Deuf_solver.cpp736 bool solver::should_research(sat::literal_vector const& core) { in should_research() function in euf::solver
739 if (e->should_research(core)) in should_research()
H A Deuf_solver.h282 bool should_research(sat::literal_vector const& core) override;

12