netmic.heuristics.ell1_model

l_1-slack model (heuristic).

 
Modules
       
netmic.algorithmic_utility
netmic.network_utility
networkx
pulp

 
Classes
       
ell1Model

 
class ell1Model
    set up and solve ell_1-norm model of MIAC
 
  Methods defined here:
__init__(self, N, write=False)
buildCover(self, timelimit=900)
Solve model, build and return cover and flow according to solution.
buildModel(self, write)
Add objective function and constraints to model.
buildVariables(self)
Set up variables and bounds.

 
Functions
       
solveEll1(N, timelimit=900)
Return cover computed via ell_1-norm model.