Skip to content

Commit 26372b4

Browse files
committed
update readme
1 parent 14957bb commit 26372b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ julia> solve(problem, CountingMax(2))[]
9292
30.0*x^3 + 5.0*x^4
9393
```
9494

95-
#### 2. compute the independence polynomial
96-
9795
The following code computes independence polynomial using the finite field algebra (default) approach.
96+
It is equivalent to counting independent sets of an arbituary size.
9897

9998
```julia
10099
julia> solve(problem, GraphPolynomial())[]

0 commit comments

Comments
 (0)