Skip to content

Commit

Permalink
Remove feature EVSIDS
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Feb 7, 2025
1 parent 8f16931 commit eb960db
Show file tree
Hide file tree
Showing 11 changed files with 160 additions and 590 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ default = [
# "bi_clause_completion",
# "clause_rewarding",
"dynamic_restart_threshold",
"LRB_rewarding",
"reason_side_rewarding",
"rephase",
"reward_annealing",
Expand Down Expand Up @@ -57,9 +56,7 @@ clause_vivification = [] # pre(in)-processor setting
debug_propagation = [] # for debug
dynamic_restart_threshold = [] # control restart spans like Glucose
EMA_calibration = [] # each exponential moving average has a calbration value
EVSIDS = [] # Eponential Variable State Independent Decaying Sum
just_used = [] # Var and clause have 'just_used' flags
LRB_rewarding = [] # Vearning Rate Based rewarding, a new var activity criteria
maintain_watch_cache = [] # for DEBUG
no_IO = [] # to embed Splr into non-std environments
platform_wasm = [
Expand Down
47 changes: 0 additions & 47 deletions src/assign/evsids.rs

This file was deleted.

256 changes: 0 additions & 256 deletions src/assign/heap.rs

This file was deleted.

39 changes: 0 additions & 39 deletions src/assign/learning_rate.rs

This file was deleted.

Loading

0 comments on commit eb960db

Please sign in to comment.