Skip to content

igraph 0.11.8

Latest
Compare
Choose a tag to compare
@ntamas ntamas released this 28 Oct 12:48
· 14 commits to main since this release
9017167

Added

  • Added Graph.feedback_vertex_set() to calculate a feedback vertex set of the graph.
  • Added new methods to Graph.feedback_arc_set() that allows the user to select the specific integer problem formulation used by the underlying solver.

Changed

  • Ensured compatibility with Python 3.13.
  • The C core of igraph was updated to version 0.10.14.

Fixed

  • Fixed a potential memory leak in the Graph.get_shortest_path_astar() heuristic function callback.

Full Changelog: 0.11.6...0.11.8