Skip to content

Releases: KarlsruheMIS/KaMIS

Version 3.0

11 Oct 11:22
adb64be
Compare
Choose a tag to compare
  • added mmwis (Memetic Maxmimum Weight Independent Set): Our iterative reduce and evolution algorithm to solve the maximum weight independent set problem.

  • added struction: Our branch and reduce algorithm using increasing transformations.

Version 2.1

28 Nov 08:58
f6e5720
Compare
Choose a tag to compare

Bugfixes.

Version 2.0

17 Jun 11:32
Compare
Choose a tag to compare

In this version, we added branch and reduce codes for weighted independent sets, local search for weighted independents sets, online mis (fast local search for unweighted independent sets) as well as faster reductions. Moreover, we switched our build system to CMake and the license to MIT.