-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update vendored sources to igraph/igraph@a6441e7
chore: trim trailing whitespace in interface file interface: add missing interface for igraph_get_isomorphisms_vf2_callback() interface: mark all callback extra parameters and some callback functions as optional interface: add default parameter values for fundamental_cycles() and minimum_cycle_basis() interface: even more missing OPTIONAL markers interface: add more missing OPTIONAL markers fix: some weights parameters were incorrectly marked as OPTIONAL in functions.yaml fix: mark some optional weight parameters as OPTIONAL in functions.yaml fix: type -> types in is_bipartite interface fix: some BIPARTITE_TYPES parameters were incorrectly marked as optional refactor: use OPTIONAL instead of =NULL in interfaces feat: functionality for listing all simple cycles interface: default OUT mode for igraph_find_cycle() refactor: better error reporting for igraph_find_cycle() chore: some copyright header cleanup in public headers refactor: minor readability improvements fix: add some missing IGRAPH_CHECKs
- Loading branch information
Showing
20 changed files
with
1,018 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.