Skip to content
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

Is there a reason why this sets the blocking literal to other rather than lit? #103

Open
msoos opened this issue Jun 23, 2024 · 1 comment

Comments

@msoos
Copy link

msoos commented Jun 23, 2024

Hi Armin,

Is there a reason why this is not setting the blocking literal to lit? I am getting worse performance in another solver when this is other, rather than lit.

watch_literal (s, other, w.clause);

It may be best this way in CaDiCaL, but it seems a bit odd, given that in the other case, CaDiCaL is also setting lit rather than other as the blocking literal.

@m-fleury
Copy link
Collaborator

As far as I can see, this code is only used with --chrono=2, which is not the default value anyway.

florianpollitt added a commit that referenced this issue Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants