MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / getListParticipatingVariables

Method getListParticipatingVariables

src/engine/Equation.cpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192List<unsigned> Equation::getListParticipatingVariables() const
193{
194 List<unsigned> result;
195 for ( const auto &addend : _addends )
196 result.append( addend._variable );
197
198 return result;
199}
200
201double Equation::getCoefficient( unsigned variable ) const
202{

Callers 1

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected