TPTP Problem File: MGT009-1.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : MGT009-1 : TPTP v9.0.0. Released v2.4.0.
% Domain : Management (Organisation Theory)
% Problem : Large organization have higher reproducibility
% Version : [PB+94] axioms.
% English :
% Refs : [PB+92] Peli et al. (1992), A Logical Approach to Formalizing
% : [PB+94] Peli et al. (1994), A Logical Approach to Formalizing
% : [Kam94] Kamps (1994), Email to G. Sutcliffe
% Source : [TPTP]
% Names :
% Status : Unsatisfiable
% Rating : 0.00 v5.4.0, 0.06 v5.3.0, 0.10 v5.2.0, 0.00 v2.4.0
% Syntax : Number of clauses : 16 ( 12 unt; 0 nHn; 16 RR)
% Number of literals : 44 ( 0 equ; 29 neg)
% Maximal clause size : 10 ( 2 avg)
% Maximal term depth : 2 ( 1 avg)
% Number of predicates : 7 ( 7 usr; 0 prp; 2-3 aty)
% Number of functors : 10 ( 10 usr; 9 con; 0-2 aty)
% Number of variables : 27 ( 0 sgn)
% SPC : CNF_UNS_RFO_NEQ_HRN
% Comments : Created with tptp2X -f tptp -t clausify:otter MGT009+1.p
%--------------------------------------------------------------------------
cnf(mp5_1,axiom,
( ~ organization(A,B)
| inertia(A,sk1(B,A),B) ) ).
cnf(a3_FOL_2,hypothesis,
( ~ organization(A,B)
| ~ organization(C,D)
| ~ reorganization_free(A,B,B)
| ~ reorganization_free(C,D,D)
| ~ reproducibility(A,E,B)
| ~ reproducibility(C,F,D)
| ~ inertia(A,G,B)
| ~ inertia(C,H,D)
| ~ greater(F,E)
| greater(H,G) ) ).
cnf(a3_FOL_3,hypothesis,
( ~ organization(A,B)
| ~ organization(C,D)
| ~ reorganization_free(A,B,B)
| ~ reorganization_free(C,D,D)
| ~ reproducibility(A,E,B)
| ~ reproducibility(C,F,D)
| ~ inertia(A,G,B)
| ~ inertia(C,H,D)
| ~ greater(H,G)
| greater(F,E) ) ).
cnf(a5_FOL_4,hypothesis,
( ~ organization(A,B)
| ~ organization(C,D)
| ~ class(A,E,B)
| ~ class(C,E,D)
| ~ size(A,F,B)
| ~ size(C,G,D)
| ~ inertia(A,H,B)
| ~ inertia(C,I,D)
| ~ greater(G,F)
| greater(I,H) ) ).
cnf(t9_FOL_5,negated_conjecture,
organization(sk2,sk9) ).
cnf(t9_FOL_6,negated_conjecture,
organization(sk3,sk10) ).
cnf(t9_FOL_7,negated_conjecture,
reorganization_free(sk2,sk9,sk9) ).
cnf(t9_FOL_8,negated_conjecture,
reorganization_free(sk3,sk10,sk10) ).
cnf(t9_FOL_9,negated_conjecture,
class(sk2,sk4,sk9) ).
cnf(t9_FOL_10,negated_conjecture,
class(sk3,sk4,sk10) ).
cnf(t9_FOL_11,negated_conjecture,
reproducibility(sk2,sk5,sk9) ).
cnf(t9_FOL_12,negated_conjecture,
reproducibility(sk3,sk6,sk10) ).
cnf(t9_FOL_13,negated_conjecture,
size(sk2,sk7,sk9) ).
cnf(t9_FOL_14,negated_conjecture,
size(sk3,sk8,sk10) ).
cnf(t9_FOL_15,negated_conjecture,
greater(sk8,sk7) ).
cnf(t9_FOL_16,negated_conjecture,
~ greater(sk6,sk5) ).
%--------------------------------------------------------------------------