OpenMS
2.7.0
|
#include <OpenMS/KERNEL/StandardTypes.h>
#include <OpenMS/KERNEL/FeatureMap.h>
#include <OpenMS/KERNEL/MSExperiment.h>
#include <OpenMS/DATASTRUCTURES/LPWrapper.h>
#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>
Go to the source code of this file.
Classes | |
class | PSLPFormulation |
Implements ILP formulation of precursor selection problems. More... | |
struct | PSLPFormulation::IndexTriple |
Struct that holds the indices of the precursors in the feature map and the ilp formulation. More... | |
struct | PSLPFormulation::IndexLess |
struct | PSLPFormulation::ScanLess |
struct | PSLPFormulation::VariableIndexLess |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const PSLPFormulation::IndexTriple &triple) |
struct OpenMS::PSLPFormulation::IndexTriple |