-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to dev3-spin * Ema* are derived from `Default` * `Var` has `spin` * Splw displays the development of spins * Delegate AssignStack::activity to Var::activity
- Loading branch information
Showing
6 changed files
with
255 additions
and
89 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "splr" | ||
version = "0.18.0-dev3" | ||
version = "0.18.0-dev3-spin" | ||
authors = ["Narazaki Shuji <[email protected]>"] | ||
description = "A modern CDCL SAT solver in Rust" | ||
edition = "2021" | ||
|
@@ -49,6 +49,7 @@ default = [ | |
|
||
### For SAT researcher | ||
"graph_view", | ||
"spin", | ||
|
||
### platform dependency | ||
# "platform_wasm" | ||
|
@@ -83,6 +84,7 @@ rephase = [ # search around the best-so-far candidate repeat | |
"best_phases_tracking", | ||
] | ||
reward_annealing = [] # use bigger and smaller decay rates cycliclly | ||
spin = [] | ||
stochastic_local_search = [ # since 0.17 | ||
# "reward_annealing", | ||
"rephase", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.