/****************************************************************
* This file is part of CLKR - www.fernuni-hagen.de/wbs/clkr/
*               
* File       : all_kb_ab_rhoSPNF_124-124.cl
* Type       : KB
* Domain     : all KBs over {a,b} in rhoNF and SPNF
* Date       : 2023-10-23
* Version    : v1.0
* 
* Details    : Signature size        : 2
*              #Conditionals per KB  : 2
* 
* Refs       : [BH20] Beierle, Haldimann (2020). Normal Forms of Conditional Knowledge Bases Respecting Entailments and Renamings (DOI: 10.1007/978-3-030-39951-1_2)
*              [BHK] 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_rhoSPNF_124{
( !a,!b   | a,!b ; !a,!b   ),
( a,b ; !a,!b   | a,b ; !a,b ; !a,!b   )
}