Conversation
Variables Arjun must keep verbatim: same numbering, never eliminated, never dropped from the sampling set. Must be the prefix 1..k and every one of them must also be in "c p show". The count is then preserved conditioned on every assignment of 1..k, not just globally. The prefix property means a single count is the whole set, and orig_to_new_var already tracks each var through every renumbering, so nothing new has to be maintained per-pass: - backward: pinned into indep, never a candidate for removal - get_empty_occs()/puura: held back (with their equivalence class) before clean_sampl_get_empties(), which elims the empties it finds - get_cnf(): re-materialised when CMS fixes one, collapses two into one, or maps one to a NEGATED literal -- the last of these otherwise silently flips the var's polarity in the output - renumber_sampling_vars_for_ganak(): placed back at slots 0..k-1 Rejected with --synth and with --renumber 0. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
Ah, shit, that will not work. You need the Where cryptominisat should have been cloned to So: git clone https://github.com/msoos/cryptominisat
cd cryptominisat
git checkout develop
mkdir build && cd build
cmake ..
make -j4
cd../../
git clone https://github.com/meelgroup/arjun
cd arjun
git checkout no-touch-header
mkdir build && cd build
cmake -Dcryptominisat5_DIR="../../cryptominisat/build" ..
make -j4should do the trick |
Collaborator
Author
|
Try to follow the above. It should work. But don't struggle, just ask an AI like Talk to it, in 3 minutes it'll guide you through how to do this. Don't struggle for hours, just ask the AI. |
This file contains hidden or 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
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.
Implement #59
@Gad1001 -- Check this PR out, hopefully you can figure out how to build. Usually just:
If that doesn't work, ask an AI.