Cluster lib/backtracking

  Provide a framework to make backtracking easy.
  ->See description

BACKTRACKING

This class is intended to explore structures that matches the and/or graph of BACKTRACKING_NODE.


 
BACKTRACKING_NODE

Parent class of all the nodes that are explored by BACKTRACKING


 

->

Description

Provide a framework to make backtracking easy.