Properties
Type
ComputableDAGs.GraphProperties
— TypeCreate
Utility
Base.:+
— Method+(prop1::GraphProperties, prop2::GraphProperties)
Add prop1
and prop2
and return the result as a new GraphProperties
. Also take care to keep consistent compute intensity.
Base.:-
— Method-(prop1::GraphProperties, prop2::GraphProperties)
Subtract prop1
from prop2
and return the result as a new GraphProperties
. Also take care to keep consistent compute intensity.
Base.:-
— Method-(prop::GraphProperties)
Unary negation of the graph properties. .compute_intensity
will not be negated because .data
and .compute_effort
both are.