|
Algorithm 2 relax |
| In: edge , const vertex , const trait , other trait , |
| previous search-tree node
|
| Here, we concentrate on tentative solutions . |
for each CU in do
if
then
if
then
else if
and not then
// Make sure we should be interested in .
if
then
if
then
// Make sure we are not reusing .
if
not used by ancestors then
// Discard worse tentative solutions.
// Add to the tentative solutions for .
|