mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 01:05:47 +00:00
ported VCC trace streams
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
80405dbd62
commit
288a96610f
21 changed files with 149 additions and 160 deletions
|
@ -53,7 +53,6 @@ namespace smt {
|
|||
cached_var_subst m_subst;
|
||||
svector<float> m_vals;
|
||||
double m_eager_cost_threshold;
|
||||
std::ostream * m_trace_stream;
|
||||
struct entry {
|
||||
fingerprint * m_qb;
|
||||
float m_cost;
|
||||
|
@ -81,7 +80,7 @@ namespace smt {
|
|||
void display_instance_profile(fingerprint * f, quantifier * q, unsigned num_bindings, enode * const * bindings, unsigned proof_id, unsigned generation);
|
||||
|
||||
public:
|
||||
qi_queue(quantifier_manager & qm, context & ctx, qi_params & params, std::ostream *trace);
|
||||
qi_queue(quantifier_manager & qm, context & ctx, qi_params & params);
|
||||
~qi_queue();
|
||||
void setup();
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue