Skip to content

Commit b97dc2a

Browse files
committed
commenting code in relation to #66
1 parent dc61f76 commit b97dc2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/denoptim/fragspace/FragsCombinationIterator.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ public class FragsCombinationIterator
112112
* @param rootGraph
113113
* @throws DENOPTIMException
114114
*/
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.
115121

116122
public FragsCombinationIterator(FragmentSpaceParameters settings,
117123
DGraph rootGraph) throws DENOPTIMException

0 commit comments

Comments
 (0)