Did you know ... Search Documentation:
Pack prologmud_I7 -- prolog/ec_planner/examples/Mueller2006/Chapter12/MethodB.txt

# # Copyright (c) 2005 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html # # Contributors: # IBM - Initial implementation #

loading examples/Mueller2006/Chapter12/MethodB.e loading foundations/Root.e loading foundations/EC.e 10 variables and 10 clauses relsat solver 2 models --- model 1: 0 P(A). P(B). Q(A). Q(B). P Ab(A, 0). !Ab(B, 0). !ReleasedAt(P(A), 0). !ReleasedAt(P(B), 0). !ReleasedAt(Q(A), 0). !ReleasedAt(Q(B), 0). --- model 2: 0 P(A). P(B). Q(B). P Ab(A, 0). !Ab(B, 0). !ReleasedAt(P(A), 0). !ReleasedAt(P(B), 0). !ReleasedAt(Q(A), 0). !ReleasedAt(Q(B), 0). EC: 7 predicates, 0 functions, 0 fluents, 0 events, 0 axioms MethodB: 1 predicates, 0 functions, 2 fluents, 0 events, 4 axioms Root: 0 predicates, 0 functions, 0 fluents, 0 events, 0 axioms encoding 0.0s solution 0.0s total 0.1s Discrete Event Calculus Reasoner 1.0