oliviercailloux / decision-uta-method

A repository containing the doc and the work done during my research about UTA method.
MIT License
0 stars 0 forks source link

IVTOutput graph building #7

Closed oliviercailloux closed 6 years ago

oliviercailloux commented 6 years ago

computeKset(): Use builder ; don’t copy the graph after building

tonyseg commented 6 years ago

The method used to craft graph kPN is the method given in guava's doc :

"You create an instance of an ImmutableGraph, etc. by calling its static copyOf() method: ImmutableGraph immutableGraph = ImmutableGraph.copyOf(graph);"

oliviercailloux commented 6 years ago

T’as raison !