Skip to content
Snippets Groups Projects

Add selection mechanism in graph

Merged Olivier BICHLER requested to merge select into dev
1 unresolved thread
3 files
+ 135
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -127,6 +127,8 @@ public:
virtual ~Scheduler();
public:
void tagConditionalNodes();
/**
* @brief Get the static scheduling order of nodes.
* @param step The step of the static schedule to retrieve (default is 0).
Loading