Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#22818 : comment 59.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Monteil committed Jun 10, 2017
1 parent c9dd355 commit c22de1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/sat/solvers/cryptominisat.py
Expand Up @@ -256,7 +256,7 @@ def clauses(self, filename=None):
Note that in cryptominisat, the DIMACS standard format is augmented with
the following extension: having an ``x`` in front of a line makes that
line an XOR clause i Note that cryptominisat has its own
line an XOR clause::
sage: solver.add_xor_clause((1,2,3), rhs=True) # optional - cryptominisat
sage: solver.clauses(fn) # optional - cryptominisat
Expand Down

0 comments on commit c22de1d

Please sign in to comment.