Fixpoint3.Solver
Definitions
@LoweringTargetDatalog Returns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog Returns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts10(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts11(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts12(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts13(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12], Order[t13]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts14(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12], Order[t13], Order[t14]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts15(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12], Order[t13], Order[t14], Order[t15]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog Returns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts3(p: PredSym, d: Datalog): Vector[(t1, t2, t3)] with Order[t1], Order[t2], Order[t3]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts4(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4)] with Order[t1], Order[t2], Order[t3], Order[t4]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts5(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts6(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts7(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts8(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog def facts9(p: PredSym, d: Datalog): Vector[(t1, t2, t3, t4, t5, t6, t7, t8, t9)] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9]§ SourceReturns all facts in d associated with the predicate symbol p.
@LoweringTargetDatalog Insert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to #{p(t1). p(t1').}
given the sequence (t1), (t1').
@LoweringTargetDatalog def injectInto10(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10). p(t1', t2', t3', t4', t5', t6', t7', t8', t9', t10').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10), (t1', t2', t3', t4', t5', t6', t7', t8', t9', t10').
@LoweringTargetDatalog def injectInto11(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11). p(t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11), (t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11').
@LoweringTargetDatalog def injectInto12(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12). p(t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12), (t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12').
@LoweringTargetDatalog def injectInto13(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12], Order[t13], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13). p(t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12', t13').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13), (t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12', t13').
@LoweringTargetDatalog def injectInto14(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12], Order[t13], Order[t14], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14). p(t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12', t13', t14').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14), (t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12', t13', t14').
@LoweringTargetDatalog def injectInto15(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Order[t10], Order[t11], Order[t12], Order[t13], Order[t14], Order[t15], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15). p(t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12', t13', t14', t15').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15), (t1', t2', t3', t4', t5', t6', t7', t8', t9', t10', t11', t12', t13', t14', t15').
@LoweringTargetDatalog def injectInto2(p: PredSym, ts: f[(t1, t2)]): Datalog \ Aef[f] with Order[t1], Order[t2], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to #{p(t1, t2). p(t1', t2').}
given the sequence (t1, t2), (t1', t2').
@LoweringTargetDatalog def injectInto3(p: PredSym, ts: f[(t1, t2, t3)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to #{p(t1, t2, t3). p(t1', t2', t3').}
given the sequence (t1, t2, t3), (t1', t2', t3').
@LoweringTargetDatalog def injectInto4(p: PredSym, ts: f[(t1, t2, t3, t4)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4). p(t1', t2', t3', t4').}
given the sequence (t1, t2, t3, t4), (t1', t2', t3', t4').
@LoweringTargetDatalog def injectInto5(p: PredSym, ts: f[(t1, t2, t3, t4, t5)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5). p(t1', t2', t3', t4', t5').}
given the sequence (t1, t2, t3, t4, t5), (t1', t2', t3', t4', t5').
@LoweringTargetDatalog def injectInto6(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6). p(t1', t2', t3', t4', t5', t6').}
given the sequence (t1, t2, t3, t4, t5, t6), (t1', t2', t3', t4', t5', t6').
@LoweringTargetDatalog def injectInto7(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7). p(t1', t2', t3', t4', t5', t6', t7').}
given the sequence (t1, t2, t3, t4, t5, t6, t7), (t1', t2', t3', t4', t5', t6', t7').
@LoweringTargetDatalog def injectInto8(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8). p(t1', t2', t3', t4', t5', t6', t7', t8').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8), (t1', t2', t3', t4', t5', t6', t7', t8').
@LoweringTargetDatalog def injectInto9(p: PredSym, ts: f[(t1, t2, t3, t4, t5, t6, t7, t8, t9)]): Datalog \ Aef[f] with Order[t1], Order[t2], Order[t3], Order[t4], Order[t5], Order[t6], Order[t7], Order[t8], Order[t9], Foldable[f]§ SourceInsert all facts in the given sequence f into the given relation p.
I.e. returns a Datalog program corresponding to
#{p(t1, t2, t3, t4, t5, t6, t7, t8, t9). p(t1', t2', t3', t4', t5', t6', t7', t8', t9').}
given the sequence
(t1, t2, t3, t4, t5, t6, t7, t8, t9), (t1', t2', t3', t4', t5', t6', t7', t8', t9').
@LoweringTargetDatalog Project all facts in the given Datalog program d that has p in its head.
@LoweringTargetDatalog def provenanceOf(p: PredSym, f: Vector[Boxed], withh: Vector[PredSym], mkExtVar: PredSym -> (Vector[Boxed] -> t), d: Datalog): Vector[t]§ SourceReturns the provenance of fact f of relation p given Datalog program d.
@LoweringTargetDatalog Renames every predicate symbol in d with a fresh name, except for those in preds.
@LoweringTargetDatalog Returns the minimal model of the given Datalog program d.
The minimal model is given by the model semantics for Datalog programs with stratified negation.
The stratification is computed automatically by the solver.
@LoweringTargetDatalog Returns a provenance model of the given Datalog program d.
The provenance model can later be used for provenance queries.