| 746 | |
| 747 | |
| 748 | TestFunction *getTestFunction(int numVariables, int degree) |
| 749 | { |
| 750 | return testFunctions.at(numVariables).at(degree); |
| 751 | } |
| 752 | |
| 753 | std::vector<TestFunction *> getTestFunctionsOfDegree(int degree) |
| 754 | { |
no outgoing calls
no test coverage detected