Skip to content

chinhodado/CSI4105-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSI4105-Project

Minimum feedback vertex set problem

This project explores the following algorithms:

  • Bruteforce
  • Bruteforce-cycle
  • Iterative Compression (optimization version)
  • Maximum Induced Forest

A randomized algorithm was also implemented, but it is horribly slow, so don't use it, unless you want to make bruteforce looks better.

Require the NetworkX library.

About

Minimum feedback vertex set problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages