Adds a lower bound method that gets the current minimum lower bound in the entire algorithm.
Resolves #89, although it was difficult to modify the "Alogorthm"s
Incidentally, to implement this i had to make DFS sorted :). Resolves #79.
BTW single threaded DFS 11 nodes 4 processors runs in 565ms now
Adds a lower bound method that gets the current minimum lower bound in the entire algorithm. Resolves #89, although it was difficult to modify the "Alogorthm"s
Incidentally, to implement this i had to make DFS sorted :). Resolves #79.
BTW single threaded DFS 11 nodes 4 processors runs in 565ms now