mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
fix compilation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f6fc5045d2
commit
9bba708f9b
3 changed files with 8 additions and 4 deletions
|
@ -92,6 +92,9 @@ namespace smt {
|
|||
sl.push_child(&(new_m->limit()));
|
||||
}
|
||||
|
||||
// Access socres as follows:
|
||||
// ctx.m_scores[lit.sign()][lit.var()]
|
||||
|
||||
// auto cube = [](context& ctx, expr_ref_vector& lasms, expr_ref& c) {
|
||||
// lookahead lh(ctx);
|
||||
// c = lh.choose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue