MCPcopy Create free account
hub / github.com/bgrimstad/splinter / getTestFunctionWithNumVariables

Function getTestFunctionWithNumVariables

test/testingutilities.cpp:764–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764std::vector<TestFunction *> getTestFunctionWithNumVariables(int numVariables)
765{
766 return testFunctions.at(numVariables);
767}
768
769std::vector<TestFunction *> getPolynomialFunctions()
770{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected