Expand description
Dynamic argument-generation engine — build a Dung framework directly from raw deontic / LTL trace verdicts. Each verdict becomes an argument concluding a signed literal; verdicts with complementary conclusions (same literal, opposite polarity) attack each other. This is the bridge from the engine’s modal/deontic traces into abstract argumentation, so a conflict in the trace becomes a resolvable debate.
Functions§
- framework_
from_ trace - Build a framework from trace
entries(arg_id, conclusion_literal, positive): each becomes an argument; any two with the sameconclusion_literaland oppositepositivemutually attack (a rebuttal). The conclusion is encoded into the argument’sconclusion_quin(subject = literal,predicate = polarity).