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 14957bb commit 26372b4Copy full SHA for 26372b4
README.md
@@ -92,9 +92,8 @@ julia> solve(problem, CountingMax(2))[]
92
30.0*x^3 + 5.0*x^4
93
```
94
95
-#### 2. compute the independence polynomial
96
-
97
The following code computes independence polynomial using the finite field algebra (default) approach.
+It is equivalent to counting independent sets of an arbituary size.
98
99
```julia
100
julia> solve(problem, GraphPolynomial())[]
0 commit comments