#include <cstdio>
#include "BCP_tm.hpp"
#include "BCP_tm_functions.hpp"
Go to the source code of this file.
Functions | |
static int | BCP_tm_trim_tree (BCP_tm_prob &p, BCP_tm_node *node, const bool between_phases) |
void | BCP_tm_trim_tree_wrapper (BCP_tm_prob &p, const bool between_phases) |
void | BCP_tm_remove_explored (BCP_tm_prob &p, BCP_tm_node *node) |
int BCP_tm_trim_tree | ( | BCP_tm_prob & | p, | |
BCP_tm_node * | node, | |||
const bool | between_phases | |||
) | [static] |
Definition at line 121 of file BCP_tm_trimming.cpp.
void BCP_tm_trim_tree_wrapper | ( | BCP_tm_prob & | p, | |
const bool | between_phases | |||
) |
Definition at line 18 of file BCP_tm_trimming.cpp.
void BCP_tm_remove_explored | ( | BCP_tm_prob & | p, | |
BCP_tm_node * | node | |||
) |
Definition at line 180 of file BCP_tm_trimming.cpp.