mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
parent
20870c43ec
commit
33525007ab
5 changed files with 42 additions and 36 deletions
|
@ -34,7 +34,11 @@ namespace q {
|
|||
m_parser(m),
|
||||
m_evaluator(m),
|
||||
m_subst(m)
|
||||
{}
|
||||
{
|
||||
init_parser_vars();
|
||||
m_vals.resize(15, 0.0f);
|
||||
setup();
|
||||
}
|
||||
|
||||
void queue::setup() {
|
||||
TRACE("q", tout << "qi_cost: " << m_params.m_qi_cost << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue