Closed allrtaken closed 2 years ago
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 2100 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 2100 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 2100 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 https://github.com/meelgroup/arjun/issues/2#issuecomment-1277710789, 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