9 #ifndef IMPDOMINO_BRANCH_AND_BOUND_SAMPLER_H
10 #define IMPDOMINO_BRANCH_AND_BOUND_SAMPLER_H
12 #include <IMP/domino/domino_config.h>
19 IMPDOMINO_BEGIN_NAMESPACE
30 std::string name =
"BranchAndBoundSampler %1%");
32 std::string name =
"BranchAndBoundSampler %1%");
40 IMPDOMINO_END_NAMESPACE
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A base class for discrete samplers in Domino2.
Represent a subset of the particles being optimized.
Various general useful macros for IMP.
Class for storing model, its restraints, constraints, and particles.
A base class for discrete samplers.
Base class for all samplers.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
A nullptr-initialized pointer to an IMP Object.
Sample best solutions using BranchAndBound.