We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd20a8c commit c9717a3Copy full SHA for c9717a3
src/sage/sat/converters/__init__.py
@@ -1,2 +1,5 @@
1
+from sage.misc.lazy_import import lazy_import
2
+
3
from .anf2cnf import ANF2CNFConverter
-from sage.rings.polynomial.pbori.cnf import CNFEncoder as PolyBoRiCNFEncoder
4
5
+lazy_import('sage.rings.polynomial.pbori.cnf', 'CNFEncoder', as_='PolyBoRiCNFEncoder')
0 commit comments