#include <search_graph.h>


Go to the source code of this file.
Namespaces | |
| namespace | coco |
| the main namespace of the COCONUT API | |
Typedefs | |
| typedef std::pair< vdbl::rowid, search_node_id > | coco::si_ri_pair |
Functions | |
| void | coco::get_ids (const std::vector< si_ri_pair > &riv, std::vector< search_node_id > &v) |
| void | coco::get_leaves_vector (const search_graph &__sgraph, std::vector< si_ri_pair > &v, search_inspector *sfoc=NULL) |
| Sparsity calculation (Hessian and Jacobian). | |
| bool | coco::get_children_vector (const search_graph &__sgraph, const search_node_id &pid, std::vector< si_ri_pair > &v, search_inspector *sfoc) |
Definition in file search_graph_funcs.h.
1.5.8