_______________________________________________ Gecode users mailing list users@gecode.org https://www.gecode.org/mailman/listinfo/gecode-users
Hello, I developed a custom brancher that works as expected. However,
sometimes a choice is made that leads to lot of failures. When this
situation occurs, I would like to call an external function that decides
whether or not the subtree should fail. I don't think afc or cutoff can
help here. Am I wrong ? Thank you for your help.