Skip to content

Commit

Permalink
modified: Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Jul 21, 2024
1 parent 24a3627 commit 206ad74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ 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
graph_view = [
"crossterm",
"interleave",
"ratatui",
"crossterm",
"spin"
]
incremental_solver = [] # for all solution SAT sover; requires no cluse_elimination
interleave = [] # switch to multi-step search IF
Expand Down

0 comments on commit 206ad74

Please sign in to comment.