/* LPAD and CP-Logic interpreter test program Copyright (c) 2007, Fabrizio Riguzzi use :-t. to execute the test */ :-use_module(library(cplint)). epsilon(0.000001). close_to(V,T):- epsilon(E), TLow is T-E, THigh is T+E, TLow