TPTP Problem File: MGT093+1.p

View Solutions - Solve Problem

%--------------------------------------------------------------------------
% File     : MGT093+1 : TPTP v9.3.1. Released v9.3.0.
% Domain   : Management
% Problem  : One match compatible rest conflict => xone=compatible
% Version  : Especial.
% English  : composition xone_compat: xone_verdict(compatible, conflict) =
%            compatible. Exactly one branch pair overlaps, rest conflict
%            (Vr=MAX of rest=conflict).

% Refs     : [MC+26] Mustafa et al. (2026), Axis Decomposition for ODRL
% Source   : [MC+26]
% Names    : ODRL644-1.p [MC+26]

% Status   : Theorem
% Rating   : 0.00 v9.3.0
% Syntax   : Number of formulae    :   37 (   8 unt;   0 def)
%            Number of atoms       :  130 (  52 equ)
%            Maximal formula atoms :    8 (   3 avg)
%            Number of connectives :  106 (  13   ~;  16   |;  48   &)
%                                         (   8 <=>;  21  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   11 (  10 usr;   0 prp; 1-4 aty)
%            Number of functors    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   82 (  79   !;   3   ?)
% SPC      : FOF_THM_RFO_SEQ

% Comments : Requires MGT002+0.ax + MGT002+2.ax.
%--------------------------------------------------------------------------
include('Axioms/MGT002+0.ax').
include('Axioms/MGT002+3.ax').
include('Axioms/MGT002+2.ax').
%--------------------------------------------------------------------------
%----Named constants and ordering 
fof(odrl644,conjecture,
    xone_verdict(compatible,conflict) = compatible ).

%--------------------------------------------------------------------------