PREV INDEX NEXT

Author: Unknown
Subject: ending recursion
Date: Monday, 10 Feb 2020, 16:02:45

for backtracking heuristic B: are there any suggestions on how to quit recursion when we find an assignment that equals the lower bound? would exit(0) work in this case? (i.e. would it take us back to the next line in main from the backtracking function?)

thank you
PREV INDEX NEXT