12 #ifndef IMPCONTAINER_EVENT_SINGLETONS_OPTIMIZER_STATE_H
13 #define IMPCONTAINER_EVENT_SINGLETONS_OPTIMIZER_STATE_H
15 #include <IMP/container/container_config.h>
21 IMPCONTAINER_BEGIN_NAMESPACE
30 IMP::OwnerPointer<SingletonPredicate> pred_;
31 IMP::OwnerPointer<SingletonContainer> container_;
36 SingletonContainerAdaptor container,
37 int value,
int min_count,
int max_count,
38 std::string name=
"ConstSingletonPredicate%1%");
42 IMPCONTAINER_END_NAMESPACE