mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
more viable scaffolding
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8f0c408c0a
commit
b9719768a0
2 changed files with 17 additions and 6 deletions
|
@ -157,7 +157,7 @@ namespace polysat {
|
|||
#if POLYSAT_LOGGING_ENABLED
|
||||
void viable::log() {
|
||||
// only for small problems
|
||||
for (pvar v = 0; v < std::min(10u, m_viable.size()); ++v)
|
||||
for (pvar v = 0; v < std::min(10u, m_viable_bdd.size()); ++v)
|
||||
log(v);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue