/**************************************************************** * This file is part of CLKR - www.fernuni-hagen.de/wbs/clkr/ * * File : all_kb_ab_SPNF_1-1.cl * Type : KB * Domain : all KBs over {a,b} in SPNF * Date : 2023-10-23 * Version : v1.0 * * Details : Signature size : 2 * #Conditionals per KB : 1 * * Refs : [BHK21] Beierle, Haldimann, Kutsch (2021). A Complete Map of Conditional Knowledge Bases in Different Normal Forms and Their Induced System P Inference Relations Over Small Signatures (DOI: 10.32473/flairs.v34i1.128467) * * Comments : * ****************************************************************/ signature a,b conditionals kb_ab_SPNF_001{ ( a,b | a,b ; a,!b ) }