IMP  2.3.0
The Integrative Modeling Platform
Subset.h File Reference

A Bayesian inference-based sampler. More...

#include <IMP/domino/domino_config.h>
#include "IMP/macros.h"
#include <IMP/container/ListSingletonContainer.h>
#include <IMP/base/Pointer.h>
#include <IMP/base/Value.h>
#include <IMP/base/ConstVector.h>
#include <algorithm>
#include <IMP/base/hash.h>
+ Include dependency graph for Subset.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::domino::Subset
 Represent a subset of the particles being optimized. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::domino
 Divide-and-conquer inferential optimization in discrete space.
 

Typedefs

typedef IMP::base::Vector< Subset > IMP::domino::Subsets
 

Functions

Subset IMP::domino::get_difference (const Subset &a, const Subset &b)
 
Subset IMP::domino::get_intersection (const Subset &a, const Subset &b)
 
Subset IMP::domino::get_union (const Subset &a, const Subset &b)
 
void IMP::domino::swap (Subset &a, Subset &b)
 

Detailed Description

A Bayesian inference-based sampler.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file Subset.h.