From 8689f5d339c31b542d94ef52c856c3a3938c750c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 2 Mar 2013 14:34:00 +0100 Subject: subcircuit library: implied allExtern for mining --- libs/subcircuit/README | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/subcircuit/README') diff --git a/libs/subcircuit/README b/libs/subcircuit/README index d1bdb1f6..a2467f6a 100644 --- a/libs/subcircuit/README +++ b/libs/subcircuit/README @@ -333,10 +333,6 @@ at most maxNodes nodes that occurs at least minMatches times: std::vector results; mySolver.mine(results, minNodes, maxNodes, minMatches); -The miner works by finding frequent pairs of nodes and then combining them -to larger subcircuits. Because of this incremental strategy the miner only -works as expected on graphs with markAllExtern() set. - The mine() method has an optional fifth parameter that limits the number of matches counted in one graph. This can be useful when mining for circuits that are found in at least a number of graphs. E.g. the following call -- cgit v1.2.3