Skip to content
Snippets Groups Projects
Commit 0ecddfff authored by Nicolas Voirol's avatar Nicolas Voirol
Browse files

You know where this is going by now...

parent 8ef8c170
No related branches found
No related tags found
No related merge requests found
...@@ -593,7 +593,9 @@ trait QuantificationTemplates { self: Templates => ...@@ -593,7 +593,9 @@ trait QuantificationTemplates { self: Templates =>
handledMatchers.containsAll(ms.map(_.substitute(substituter, msubst))) handledMatchers.containsAll(ms.map(_.substitute(substituter, msubst)))
} }
if (isOpt) 0 else 3 if (isOpt) 0
else if (grounds(q)(bs, m.args(i))) 10
else 3
} }
(bs, map, c + cost) (bs, map, c + cost)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment