-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Adding class Kissat in sage/sat/solvers/dimacs.py #34911
Comments
Last 10 new commits:
|
Branch: u/slabbe/34911 |
Commit: |
Dependencies: #34909 |
Author: Sébastien Labbé |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
My |
comment:6
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:8
Thanks for the list. Meanwhile I fixed my Rebased on top of the additional commit which was made in #34909. Fixed tabulation, doctests and docbuild. Needs review! |
comment:9
With
With glucose:
With kissat:
It turns out kissat is comparable but not better than glucose for this question. Anyway, this is just to confirm the code here works. |
comment:12
Thanks for the review! Please add your complete name to the Reviewer field, as otherwise the release manager will change the status to "needs work". |
Reviewer: Andrey Belgorodski |
Changed branch from u/slabbe/34911 to |
We add a class Kissat in sage/sat/solvers/dimacs.py
We also use the opportunity to improve the dimacs.py file (uniformize the classes so that they can inherit the same
__call__
method, added documentation and new doctests).This is a follow up of #34909.
Depends on #34909
Component: packages: optional
Author: Sébastien Labbé
Branch/Commit:
27a3125
Reviewer: Andrey Belgorodski
Issue created by migration from https://trac.sagemath.org/ticket/34911
The text was updated successfully, but these errors were encountered: