============================== Mace4 ================================= Mace4 (32) version June-2007, June 2007. Process 20533 was started by zalta on mally, Fri Jul 27 15:00:13 2007 The command was "mace -c -N 8 -p 1". ============================== end of head =========================== ============================== INPUT ================================= formulas(assumptions). (all x (Object(x) -> (Ex1(none_greater,x) <-> Ex1(conceivable,x) & -(exists y (Object(y) & Ex2(greater_than,y,x) & Ex1(conceivable,y)))))). (all x all y (Object(x) & Object(y) -> Ex2(greater_than,x,y) | Ex2(greater_than,y,x) | x = y)). end_of_list. formulas(goals). end_of_list. % From the command line: assign(iterate_up_to, 8). % set(print_models) -> clear(print_models_portable). % From the command line: set(print_models). ============================== end of input ========================== ============================== PROCESS NON-CLAUSAL FORMULAS ========== % Formulas that are not ordinary clauses: 1 (all x (Object(x) -> (Ex1(none_greater,x) <-> Ex1(conceivable,x) & -(exists y (Object(y) & Ex2(greater_than,y,x) & Ex1(conceivable,y)))))) # label(non_clause). [assumption]. 2 (all x all y (Object(x) & Object(y) -> Ex2(greater_than,x,y) | Ex2(greater_than,y,x) | x = y)) # label(non_clause). [assumption]. ============================== end of process non-clausal formulas === ============================== CLAUSES FOR SEARCH ==================== formulas(mace4_clauses). -Object(x) | -Ex1(none_greater,x) | Ex1(conceivable,x). -Object(x) | -Ex1(none_greater,x) | -Object(y) | -Ex2(greater_than,y,x) | -Ex1(conceivable,y). -Object(x) | Ex1(none_greater,x) | -Ex1(conceivable,x) | Object(f1(x)). -Object(x) | Ex1(none_greater,x) | -Ex1(conceivable,x) | Ex2(greater_than,f1(x),x). -Object(x) | Ex1(none_greater,x) | -Ex1(conceivable,x) | Ex1(conceivable,f1(x)). -Object(x) | -Object(y) | Ex2(greater_than,x,y) | Ex2(greater_than,y,x) | y = x. end_of_list. ============================== end of clauses for search ============= % The maximum domain element in the input is 0. ============================== DOMAIN SIZE 2 ========================= ============================== MODEL ================================= % Model 1 at 0.00 seconds. conceivable : 0 greater_than : 0 none_greater : 0 f1 : 0 1 ------- 0 0 Object : 0 1 ------- 0 0 Ex1 : | 0 1 --+---- 0 | 0 0 1 | 0 0 Ex2(0,0,0) = 0. Ex2(0,0,1) = 0. Ex2(0,1,0) = 0. Ex2(0,1,1) = 0. Ex2(1,0,0) = 0. Ex2(1,0,1) = 0. Ex2(1,1,0) = 0. Ex2(1,1,1) = 0. ============================== end of model ========================== ============================== STATISTICS ============================ For domain size 2. Current CPU time: 0.00 seconds (total CPU time: 0.00 seconds). Ground clauses: seen=16, kept=14. Selections=19, assignments=19, propagations=0, current_models=1. Rewrite_terms=42, rewrite_bools=17, indexes=36. Rules_from_neg_clauses=0, cross_offs=0. ============================== end of statistics ===================== User_CPU=0.00, System_CPU=0.00, Wall_clock=0. Exiting with 1 model. Process 20533 exit (max_models) Fri Jul 27 15:00:13 2007 The process finished Fri Jul 27 15:00:13 2007