mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
preparing for more efficient asymmetric branching
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7e56d05dcf
commit
a4dc68766d
11 changed files with 47 additions and 27 deletions
|
@ -575,8 +575,8 @@ namespace sat {
|
|||
}
|
||||
|
||||
void decay_activity() {
|
||||
m_activity_inc *= 11;
|
||||
m_activity_inc /= 10;
|
||||
m_activity_inc *= m_config.m_variable_decay;
|
||||
m_activity_inc /= 100;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue