Skip to content

Commit e43e09a

Browse files
author
Matthias Koeppe
committed
src/sage/sat: Update file-level doctest tag
1 parent a12c38c commit e43e09a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/sage/sat/boolean_polynomials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.rings.polynomial.pbori
1+
# sage.doctest: needs sage.rings.polynomial.pbori
22
"""
33
SAT Functions for Boolean Polynomials
44

src/sage/sat/converters/polybori.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.rings.polynomial.pbori
1+
# sage.doctest: needs sage.rings.polynomial.pbori
22
"""
33
An ANF to CNF Converter using a Dense/Sparse Strategy
44

src/sage/sat/solvers/sat_lp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.numerical.mip
1+
# sage.doctest: needs sage.numerical.mip
22
r"""
33
Solve SAT problems Integer Linear Programming
44

0 commit comments

Comments
 (0)