Closed gvarga2 closed 1 year ago
Oh, now I see that the docker image is not the latest version, building it from scratch seems to work.
Oh, glad it works from non-Docker. Yeah, the Docker is outdated, I should remove it. Thanks for letting me know!
Mate
Hi Mate!
I have a cnf file, maybe a little bit big: p cnf 40397 108920 sat.cnf.gz
My problem is that while it is easily solved by cryptominisat, after I convert it into anf, it will be unsatisfiable.
I do the conversion using the docker image:
It's unsat with --xl 0, but sat with --el 0, so I guess the ElimLin causes it somehow. I tried to make the cnf smaller, but then the issue was not reproducible. Do you have any idea? Am I doing something wrong?
Thanks!
Regards, Gábor