Skip to content

Windows/MSVC-Compatible INDDGO version 1.1

Compare
Choose a tag to compare
@bdsullivan bdsullivan released this 20 Sep 18:38

This release has been tested for compilation using g++ on Windows and Linux, as well as the Microsoft Visual Studio C++ compiler. It contains all functionality needed to run serial and parallel versions of the MWIS solver.

Highlights since 1.0.0:

  • Improved graph library class structure makes it easier for developers to add new methods.
  • Faster I/O routines.
  • New graph feature calculations available in GraphProperties
  • Improved code documentation and Doxygen support
  • Integrated unit testing with gtest for functions in lib_graphd
  • Support for parallel make
  • Several new executables (including graph_stats utility)
  • Assorted bug fixes