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