CoinSearchTreeComparePreferred

Function objects to compare search tree nodes.

Function objects to compare search tree nodes.

Description

The comparison function must return true if the first argument is "better" than the second one, i.e., it should be processed first. Depth First Search.

Public Methods

name

const char * name()

operator()

bool operator()(const CoinTreeSiblings * x, const CoinTreeSiblings * y)

Parameters:

Source

Header: layer-0/CoinUtils/src/CoinSearchTree.hpp