(svn r25356) -Add: Multi-Commodity-Flow solver for link graph

This commit is contained in:
fonsinchen
2013-06-09 13:00:41 +00:00
parent 6a46b5262f
commit 9824d53d6a
9 changed files with 682 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ private:
friend const SaveLoad *GetLinkGraphScheduleDesc();
protected:
ComponentHandler *handlers[2]; ///< Handlers to be run for each job.
ComponentHandler *handlers[4]; ///< Handlers to be run for each job.
GraphList schedule; ///< Queue for new jobs.
JobList running; ///< Currently running jobs.