Skip to content
Snippets Groups Projects
Commit 82c86cdb authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix synthesis test suite to not rely on ADTInduction

parent 316a3a80
No related branches found
No related tags found
No related merge requests found
......@@ -299,20 +299,20 @@ object SortedList {
}
""") {
case "concat" =>
Decomp("ADT Induction on 'in1'", List(
Decomp("ADT Split on 'in1'", List(
Close("CEGIS"),
Close("CEGIS")
))
case "insert" =>
Decomp("ADT Induction on 'in1'", List(
Decomp("ADT Split on 'in1'", List(
Close("CEGIS"),
Close("CEGIS")
))
case "insertSorted" =>
Decomp("Assert isSorted(in1)", List(
Decomp("ADT Induction on 'in1'", List(
Decomp("ADT Split on 'in1'", List(
Decomp("Ineq. Split on 'head*' and 'v*'", List(
Close("CEGIS"),
Decomp("Equivalent Inputs *", List(
......@@ -356,7 +356,7 @@ object ChurchNumerals {
}
""") {
case "add" =>
Decomp("ADT Induction on 'y'", List(
Decomp("ADT Split on 'y'", List(
Close("CEGIS"),
Close("CEGIS")
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment