Skip to content
Snippets Groups Projects
Commit 5a074d0d authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Make clear that repair uses synthesis options

parent 88014640
No related branches found
No related tags found
No related merge requests found
...@@ -197,6 +197,8 @@ Code extraction ...@@ -197,6 +197,8 @@ Code extraction
Synthesis Synthesis
********* *********
These options are also used by repair during the synthesis stage.
* ``--cegis:opttimeout`` * ``--cegis:opttimeout``
Consider a time-out of CE-search as untrusted solution. Consider a time-out of CE-search as untrusted solution.
......
...@@ -13,7 +13,7 @@ import graph._ ...@@ -13,7 +13,7 @@ import graph._
object SynthesisPhase extends LeonPhase[Program, Program] { object SynthesisPhase extends LeonPhase[Program, Program] {
val name = "Synthesis" val name = "Synthesis"
val description = "Partial synthesis of \"choose\" constructs" val description = "Partial synthesis of \"choose\" constructs. Also used by repair during the synthesis stage."
val optManual = LeonStringOptionDef("manual", "Manual search", default = "", "cmd") val optManual = LeonStringOptionDef("manual", "Manual search", default = "", "cmd")
val optCostModel = LeonStringOptionDef("costmodel", "Use a specific cost model for this search", "FIXME", "cm") val optCostModel = LeonStringOptionDef("costmodel", "Use a specific cost model for this search", "FIXME", "cm")
......
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