This folder contains basic example implementations using the flowpaths package:
-
Minimum Flow Decomposition: basic usage of the Minimum Flow Decomposition solver
-
Minimum Flow Decomposition with Subpath Constraints: an example of setting subpath constraints when solving the Minimum Flow Decomposition problem
-
$k$-Minimum Minimum Path Error: basic usage of the
$k$ -Minimum Path Error solver -
$k$-Least Absolute Errors: basic usage of the
$k$ -Least Absolute Errors solver -
Inexact Flow Solver: basic example of using the
AbstractPathModelDAG
class to implement a new solver