Skip to content

Commit

Permalink
fix execution context in DummyInstances.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jun 23, 2020
1 parent 5635a1a commit 812c5b0
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,17 @@ object DummyInstances {
): Solver {
throw NotImplementedError()
}

override fun update(
libraries: Libraries,
flags: PrologFlags,
staticKb: Theory,
dynamicKb: Theory,
operators: OperatorSet,
inputChannels: PrologInputChannels<*>,
outputChannels: PrologOutputChannels<*>
): ExecutionContext {
throw NotImplementedError()
}
}
}

0 comments on commit 812c5b0

Please sign in to comment.