| 762 | } |
| 763 | |
| 764 | std::vector<TestFunction *> getTestFunctionWithNumVariables(int numVariables) |
| 765 | { |
| 766 | return testFunctions.at(numVariables); |
| 767 | } |
| 768 | |
| 769 | std::vector<TestFunction *> getPolynomialFunctions() |
| 770 | { |
nothing calls this directly
no outgoing calls
no test coverage detected