We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954132e commit 4b860faCopy full SHA for 4b860fa
experiments/Synth/src/synth_process.jl
@@ -19,7 +19,7 @@ function synth_biodivine(
19
try
20
sat_examples = evaluator(problem, expr, vertex_names)
21
catch
22
- @error "Problem evaluating: Problem name $(problem.name) state: $(in[:state]) $expr, i: $i."
+ @error "Problem evaluating: Problem name $(problem.name), expr: $expr, i: $i."
23
end
24
25
if isnothing(sat_examples)
0 commit comments