We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc61f76 commit b97dc2aCopy full SHA for b97dc2a
src/main/java/denoptim/fragspace/FragsCombinationIterator.java
@@ -112,6 +112,12 @@ public class FragsCombinationIterator
112
* @param rootGraph
113
* @throws DENOPTIMException
114
*/
115
+
116
+ //TODO-V3+: this usage of the getBuildingBlockId recorded inside the
117
+ // vertex means that any change to the space of building blocks
118
+ // that alter the list of the BBs before the value returnes by
119
+ // getBuildingBlockId has the pitential of generating a mistmatch
120
+ // between the apId in the graph and those obrained from the library.
121
122
public FragsCombinationIterator(FragmentSpaceParameters settings,
123
DGraph rootGraph) throws DENOPTIMException
0 commit comments