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 fc680ae commit a4212d6Copy full SHA for a4212d6
src/twosat.rs
@@ -54,7 +54,7 @@ pub struct TwoSat {
54
answer: Vec<bool>,
55
}
56
impl TwoSat {
57
- /// Creates a new `TwoSat` of `n` variables and 0 clause.
+ /// Creates a new `TwoSat` of `n` variables and 0 clauses.
58
///
59
/// # Constraints
60
0 commit comments