Skip to content

Implementation of "A fast and effective heuristic for the feedback arc set problem"

Notifications You must be signed in to change notification settings

epfl-dlab/GraphCyclesRemoval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fast and effective heuristic for the feedback arc set problem

Original paper

Topological Ordering

Input format:

A set of edges in TSV (Tab Separated Values) format:

node1⇥parent_node1
node1⇥parent_node2
node1⇥parent_node3

one per line.

Output format:

The set of edges that respect the topological ordering in the same format.

Usage:

Once the code is compiled and packed in runnable jar:

java -jar cycles_removal.jar input_file.tsv output_file.tsv

About

Implementation of "A fast and effective heuristic for the feedback arc set problem"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages