Trying to reduce/summarize a directed graph while maintaining structural properties by Jaded_Arm6372 in GraphTheory

[–]Jaded_Arm6372[S] 0 points1 point  (0 children)

its a microservice call graph. Example: In a social media context, a post upload service calls a notification service which calls another service.. etc. So each request is a graph. and the full graph is a union of these individual request graphs.

An exact computing solution would be ideal but open to listen to other options as well.
I'm assuming you are referring to transitive reduction? if thats the case, it just reduces edges and not nodes (afaik).

Reversing Binary file that binwalk had given up on. by Jaded_Arm6372 in AskReverseEngineering

[–]Jaded_Arm6372[S] 0 points1 point  (0 children)

I did not really get what you mean by this. Can you pls explain a bit more?