Discrete Optimization Global Search framework. Implements various search algorithms that can be found in combinatorial optimization or heuristic search.
/** wrapper that stores the guide value and implements the Ord trait on the node */pubmodguided_node;/** implements a generic iterative serch procedure */pubmoditerative;