Linkgraph: Split demand annotations from edge flow annotations
Use sparse storage format for demand annotations
This commit is contained in:
@@ -212,9 +212,7 @@ void LinkGraphJob::Init()
|
||||
*/
|
||||
void LinkGraphJob::EdgeAnnotation::Init()
|
||||
{
|
||||
this->demand = 0;
|
||||
this->flow = 0;
|
||||
this->unsatisfied_demand = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user