Skip to content
Snippets Groups Projects
Commit 53e920b0 authored by Mikaël Mayer's avatar Mikaël Mayer
Browse files

Added TEGIS back.

parent 318d65ce
Branches
Tags
No related merge requests found
......@@ -29,8 +29,6 @@ abstract class TEGISLike[T <% Typed](name: String) extends Rule(name) {
def instantiateOn(implicit hctx: SearchContext, p: Problem): Traversable[RuleInstantiation] = {
return Nil
List(new RuleInstantiation(this.name) {
def apply(hctx: SearchContext): RuleApplication = {
val sctx = hctx.sctx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment