-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just dance 20241213 #276
Draft
shnarazk
wants to merge
30
commits into
main
Choose a base branch
from
just-dance-20241213
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Just dance 20241213 #276
Conversation
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
* Add dancing links to `Clause` * Remove watch_cache * Refactor `assign` * (StageManager) change stage unit * redesign Clause::search_from * Switch to WatchLiteralIndexWeaver (#250) * change feature "no_clause_elimination" to "clause_elimination" * remove feature `unsafe_access` * Add feature 'interleave' (#245) * add ratatui * add experimental executable 'splw' * Add feature `deterministic` (#249) * eliminator: ditch `timedout` * delete old `Solver::search` * eliminator: use the length of a clause instead of the number of clauses for abort condition * solver: rename 'SearchContext' to 'SearchState' * deleted: .gitlab-ci.yml * rename feature 'watch' to 'graph_view' * new file (a non-deterministic instance): cnfs/uf200-074.cnf * fix the region controlled by feature 'clause_elimination' * make 'deterministic' default * revert (some) eliminator settings * 0.18.0-dev1 as 0240705-WatchLiteralIndexDancingWeaver * new file: cnfs/uf75-01.cnf * `update_lbd` counts unassigned literals * debug; change `Lit` definition to use `u32` * Fix a crucial typo in `try_subsume` * Rename `Clause::links` to `link` * Remove FlagClause::DEAD * `AssignReason::Implication` takes `WatchLiteralIndex`; drop `FlagClause::PROPAGATEBY1` * Weavers select push-head or push-tail automatically based on c.rank * 20240714 delete biclause loop (#253) * revert `update_lbd` to take a working buffer * Delete biclause loop; various optimizations guided by profiler * change the condition to call minimize_with_bi_clauses * (src/bin/splw.rs) add var activity moving history * Rename `Var::reward` to `activity` * bump version to 0.18.0-dev3
* Fix errors under 'clause_rewarding'; redefine 'just_used' * src/solver/search.rs: add more branches on clause reduction
* 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
* bump to 0.18.0-dev5 * conflict-side-rewarding + just_used (non)reduction * cargo: update rust-verion; cargo update * (conflict_analyze) Switch from `loop` to `for`
shnarazk
force-pushed
the
just-dance-20241213
branch
from
December 14, 2024 00:37
e34127e
to
455828f
Compare
shnarazk
force-pushed
the
just-dance-20241213
branch
from
December 14, 2024 00:38
455828f
to
8811f90
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.