Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Jun 28, 2024
1 parent 8c14bfe commit 707129d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### Added

- Added `Graph.is_complete()` to test if there is a connection between all distinct pairs of vertices.
- Added `Graph.is_clique()` to test if a set of vertices forms a clique.
- Added `Graph.is_independent_vertex_set()` to test if some vertices form an independent set.

### Changed

Expand Down

0 comments on commit 707129d

Please sign in to comment.