MinLCA algorithms
Functions
greedy_lp_read_graph.cc File Reference

Program to test the greedy algorithms with linear programming on graphs from files. More...

#include <iostream>
#include <vector>
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <minlca/greedy.hh>
#include <minlca/greedy-lp.hh>
Include dependency graph for greedy_lp_read_graph.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main function. More...
 

Detailed Description

Program to test the greedy algorithms with linear programming on graphs from files.

Definition in file greedy_lp_read_graph.cc.