-
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
Switch to WatchLiteralIndexWeaver #250
Merged
Merged
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 feature 'interleave' * add ratatui * add experimental executable 'splw' * Add feature `deterministic` (#249) * WeaverIF: rename `collect` to `reweave` * 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' * bump version up to 0.18.0-dev1 * deleted: .gitlab-ci.yml * rename feature 'watch' to 'graph_view' * new file(a non-deterministic instance): cnfs/uf200-074.cnf * Rename ClauseWeaverIF functions * tweak: `remove_next_watch` takes 3 args * fix region controlled by feature 'clause_elimination' * ClauseWeaverIF: rename functions again * activate feature 'deterministic' * make 'deterministic' default * Use only simple features * revert (some) eliminator settings
shnarazk
added a commit
that referenced
this pull request
Jul 16, 2024
* 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
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.