netmic (version 0.1)

 netmic
========
 
netmic is a python package for computing
   Irreducible Infeasible Subsystem Arc Covers
on directed, connected network flow problems.
 
netmic requires python >= 2.7, networkx >= 1.9, and pulp.

 
Package Contents
       
algorithmic_utility
exceptions
graphml_checker
heuristics (package)
mic
network_utility
optimal (package)
postprocessing (package)
preprocessing
solution_output
timer

 
Data
        __authors__ = 'Imke Joormann (joormann@mathematik.tu-darmstadt.de)'
__version__ = '0.1'