-
Notifications
You must be signed in to change notification settings - Fork 2
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
CNF with 0 clauses output #2
Comments
Hi, Well, if Arjun is correct, there are 2**100 solutions: it spits out an empty CNF with 100 variables and an independent support of 100. So 2*100 solutions. My understand is that that's correct. Hence, Arjun is doing what it was designed to do: simplify the CNF while preserving the solution count. Unless I am wrong about the number of solutions of that CNF, Arjun is working correctly. Arjun can be this powerful, actually :) [or it's buggy :D hopefully not!] I hope this helps, Mate |
On Thu, Oct 13, 2022 at 06:25:55AM -0700, Mate Soos wrote:
Hi,
Well, if Arjun is correct, there are 2**100 solutions: it spits out an
empty CNF with 100 variables and an independent support of 100. So 2*100
solutions. My understand is that that's correct. Hence, Arjun is doing
what it was designed to do: simplify the CNF while preserving the solution
count.
Unless I am wrong about the number of solutions of that CNF, Arjun is
working correctly. Arjun can be this powerful, actually :) [or it's buggy
:D hopefully not!]
Can run another counter to check.
R
|
I did, it didn't finish.
Mate
…On Thu, Oct 13, 2022, 09:33 Roland Yap ***@***.***> wrote:
On Thu, Oct 13, 2022 at 06:25:55AM -0700, Mate Soos wrote:
> Hi,
>
> Well, if Arjun is correct, there are 2**100 solutions: it spits out an
> empty CNF with 100 variables and an independent support of 100. So 2*100
> solutions. My understand is that that's correct. Hence, Arjun is doing
> what it was designed to do: simplify the CNF while preserving the
solution
> count.
>
> Unless I am wrong about the number of solutions of that CNF, Arjun is
> working correctly. Arjun can be this powerful, actually :) [or it's buggy
> :D hopefully not!]
Can run another counter to check.
R
—
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKF4OIKZTV6QA7PGCKTBVLWDAMR3ANCNFSM6AAAAAARDQ7PIU>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Thank you. I checked the count and it is indeed 2^100. Adtitya |
Hello,
I ran arjun with default parameters on the file mc2022_track1_001.cnf and got the file output.cnf with 0 clauses as output. I am not sure what the issue is or if I am running the tool incorrectly. The command I used was
./arjun --input mc2022_track1_001.cnf output.cnf
I have also attached the output of the tool.
Thanks,
Aditya
issue_files.zip
The text was updated successfully, but these errors were encountered: