[jgrapht-users] Implement composition of graphs
Brought to you by:
barak_naveh,
perfecthash
From: Victor P. <po...@na...> - 2017-12-28 14:11:11
|
I need composition of digraphs (I mean composition of binary relations represented as digraphs.) in my project. It seems that JGraphT is missing this operation. Is it really missing? If it is missing I want to implement it. I remind that composition is defined by the formula x(R*S)z <=> exists y: (xSy and yRz) |