mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
ng_calc_components: add Grey box control
This commit is contained in:
committed by
Matthew Barr
parent
ba867ebaff
commit
560e522457
@@ -42,6 +42,7 @@ namespace ue2 {
|
||||
|
||||
Grey::Grey(void) :
|
||||
optimiseComponentTree(true),
|
||||
calcComponents(true),
|
||||
performGraphSimplification(true),
|
||||
prefilterReductions(true),
|
||||
removeEdgeRedundancy(true),
|
||||
@@ -209,6 +210,7 @@ void applyGreyOverrides(Grey *g, const string &s) {
|
||||
} while (0)
|
||||
|
||||
G_UPDATE(optimiseComponentTree);
|
||||
G_UPDATE(calcComponents);
|
||||
G_UPDATE(performGraphSimplification);
|
||||
G_UPDATE(prefilterReductions);
|
||||
G_UPDATE(removeEdgeRedundancy);
|
||||
|
Reference in New Issue
Block a user