From bc8d94b4aeb43fd7cc6b77725bb379650a0575a3 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 3 Mar 2013 21:19:55 +0100 Subject: Added "shared nodes" feature to the subcircuit library --- libs/subcircuit/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/subcircuit/README') diff --git a/libs/subcircuit/README b/libs/subcircuit/README index f304d2a5..757a9f54 100644 --- a/libs/subcircuit/README +++ b/libs/subcircuit/README @@ -266,7 +266,9 @@ After this code has been executed, the results vector contains all non-overlapping matches of the three macrocells. The method clearOverlapHistory() can be used to reset the internal state used for this feature. The default value for the third argument to solve() -is true (allow overlapping). +is true (allow overlapping). The optional boolean fourth argument to the +Graph::createNode() method can be used to mark a node as shareable even +in non-overlapping solver mode. The solve() method also has a fourth optional integer argument. If it is set to a positive integer, this integer specifies the maximum number of solutions to -- cgit v1.2.3