MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setEdgeScore

Method setEdgeScore

src/openms/source/DATASTRUCTURES/ChargePair.cpp:157–160  ·  view source on GitHub ↗

Sets the ILP edge score

Source from the content-addressed store, hash-verified

155
156 /// Sets the ILP edge score
157 void ChargePair::setEdgeScore(double score)
158 {
159 score_ = score;
160 }
161
162 /// is this pair realized?
163 bool ChargePair::isActive() const

Callers 5

inferMoreEdges_Method · 0.80
inferMoreEdges_Method · 0.80
computeSlice_Method · 0.80
computeSliceOld_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected