mirror of
https://github.com/Z3Prover/z3
synced 2026-02-11 11:24:31 +00:00
don't add viable premises on decisions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a4e29ecd7e
commit
fc6e127cca
4 changed files with 13 additions and 10 deletions
|
|
@ -50,7 +50,6 @@ namespace polysat {
|
|||
m_branch_bool = m_params.get_bool("branch_bool", false);
|
||||
m_max_conflicts = m_params.get_uint("max_conflicts", UINT_MAX);
|
||||
m_max_decisions = m_params.get_uint("max_decisions", UINT_MAX);
|
||||
std::cout << m_max_conflicts << "\n";
|
||||
}
|
||||
|
||||
bool solver::should_search() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue