LICENSE
README.md
setup.py
motile/__init__.py
motile/solver.py
motile/track_graph.py
motile.egg-info/PKG-INFO
motile.egg-info/SOURCES.txt
motile.egg-info/dependency_links.txt
motile.egg-info/requires.txt
motile.egg-info/top_level.txt
motile/constraints/__init__.py
motile/constraints/constraint.py
motile/constraints/max_children.py
motile/constraints/max_parents.py
motile/constraints/select_edge_nodes.py
motile/costs/__init__.py
motile/costs/appear.py
motile/costs/costs.py
motile/costs/edge_selection.py
motile/costs/node_selection.py
motile/costs/split.py
motile/variables/__init__.py
motile/variables/edge_selected.py
motile/variables/node_appear.py
motile/variables/node_selected.py
motile/variables/node_split.py
motile/variables/variable.py