Adding sypet to repo
[Benchmarks_CSolver.git] / sypet / benchmarks / math / 3 / benchmark3.json
diff --git a/sypet/benchmarks/math/3/benchmark3.json b/sypet/benchmarks/math/3/benchmark3.json
new file mode 100644 (file)
index 0000000..d9d7501
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "id": 3,
+  "methodName": "findRoots",
+  "paramNames": [
+    "sypet_arg0",
+    "sypet_arg1"
+  ],
+  "srcTypes": [
+    "org.apache.commons.math3.analysis.polynomials.PolynomialFunction",
+    "double"
+  ],
+  "tgtType": "org.apache.commons.math3.complex.Complex[]",
+  "packages": [
+         "org.apache.commons.math3"
+  ],
+  "libs": [
+    "./lib/commons-math3-3.5.jar",
+    "./lib/commons-lang-2.6.jar"
+  ],
+  "testPath": "benchmarks/math/3/TestSource.java"
+}