Skip to content

Commit

Permalink
modified: ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Sep 19, 2024
1 parent 65edaf1 commit 2a733a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ travese a list forward and backward. With this double-linked list structure, mov
a clause from a list to another, or deleting a clause at any place in a list are
O(1) operations.

#### Luby sequence controls restart points and var activity decay rate
#### Use Luby sequence in more various modules

0.17 uses state model and dynamic restart controller simultaneously. But it's not in a harmonic way.
Now 0.18 uses Luby sequence to decide when solver checks restart conditions.

Furthermore, the same sequence also controls var activity decay rate directly
to archive both of deep search mode and exploration mode.
Furthermore, the same sequence also controls var activity decay rate
directly to archive both of deep search mode and exploration mode.
And clause reduction uses a cutoff value based on Luby value.

- `Solver` has `search_stage` method to investigate its internal periodically, without modifing solver code.
- Splr becomes a deterministic solver again
Expand Down

0 comments on commit 2a733a3

Please sign in to comment.