All Implemented Interfaces:
DatalogEngine, DatalogEngineWithProvenance

public class SemiNaiveEngine extends BottomUpEngineFrameWithProvenance
A Datalog engine that implements the classic semi-naive bottom-up evaluation algorithm. It supports explicit unification and stratified negation.
  • Constructor Details

    • SemiNaiveEngine

      public SemiNaiveEngine(boolean collectProv)
  • Method Details