Linkgraph: Add support for aborting MCF passes early.
This commit is contained in:
@@ -74,10 +74,11 @@ protected:
|
||||
void EraseFlows(NodeID from);
|
||||
void JoinThread();
|
||||
void SetJobGroup(std::shared_ptr<LinkGraphJobGroup> group);
|
||||
bool IsJobAborted() const;
|
||||
|
||||
public:
|
||||
|
||||
bool IsJobAborted() const;
|
||||
|
||||
/**
|
||||
* A job edge. Wraps a link graph edge and an edge annotation. The
|
||||
* annotation can be modified, the edge is constant.
|
||||
|
Reference in New Issue
Block a user