Hi,
The search engines in the portfolio search have fully independent
search trees, which is intended. It is typically mostly used for cases
for either first-solution search or for optimizing search, not for all
solution search.
If you use a restarting-search, you can add no-goods (see Section 9.6
in MPG) to filter out previously visited parts. This will remove some
of the duplicate search, but also comes at a cost. Always worth
exploring.
You can also use branch and bound-style search to filter out
previously found solutions by adding the requirement that any new
solution is different than the most recent one found. However, it is
fundamentally impossible to avoid a situation where two assets in the
portfolio find the exact same solution at the same time, so you might
need to handle this outside the search.
Cheers;
Mikael
> --
> You received this message because you are subscribed to the Google Groups "Gecode" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
gecode+un...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/gecode/8f93505d-e8f0-4c8f-9150-7ac9c4c259cfn%40googlegroups.com.
--
Mikael Zayenz Lagerkvist