Home
last modified time | relevance | path

Searched refs:get_num_asserted_formulas (Results 1 – 8 of 8) sorted by relevance

/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dsmt_kernel.cpp63 unsigned num = m_kernel.get_num_asserted_formulas(); in display()
82 return m_kernel.get_num_asserted_formulas(); in size()
H A Dsmt_context.h1679 … unsigned get_num_asserted_formulas() const { return m_asserted_formulas.get_num_formulas(); } in get_num_asserted_formulas() function
H A Dtheory_diff_logic_def.h1408 ptr_vector<expr> formulas(ctx.get_num_asserted_formulas(), ctx.get_asserted_formulas());
H A Dtheory_str.cpp6814 unsigned nFormulas = ctx.get_num_asserted_formulas(); in init_search_eh()
6835 unsigned nFormulas = ctx.get_num_asserted_formulas(); in init_search_eh()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dsmt_kernel.cpp63 unsigned num = m_kernel.get_num_asserted_formulas(); in display()
82 return m_kernel.get_num_asserted_formulas(); in size()
H A Dsmt_context.h1672 … unsigned get_num_asserted_formulas() const { return m_asserted_formulas.get_num_formulas(); } in get_num_asserted_formulas() function
H A Dtheory_diff_logic_def.h1408 ptr_vector<expr> formulas(ctx.get_num_asserted_formulas(), ctx.get_asserted_formulas());
H A Dtheory_str.cpp7011 unsigned nFormulas = ctx.get_num_asserted_formulas(); in init_search_eh()
7033 unsigned nFormulas = ctx.get_num_asserted_formulas(); in init_search_eh()