5 #include "dreal/util/box.h" 6 #include "dreal/util/dynamic_bitset.h" 15 const DynamicBitset& active_set);
30 Box* left, Box* right);
Sum type of symbolic::Expression and symbolic::Formula.
Definition: api.cc:9
pair< double, int > FindMaxDiam(const Box &box, const DynamicBitset &active_set)
Finds the dimension with the maximum diameter in a box.
Definition: brancher.cc:11
int BranchLargestFirst(const Box &box, const DynamicBitset &active_set, Box *const left, Box *const right)
Finds the largest dimension in active_set and partitions box into two sub-boxes by branching on the c...
Definition: brancher.cc:28