/* LPAD and CP-Logic reasoning suite Copyright (c) 2007, Fabrizio Riguzzi list of tests for semlpad.pl */ :-use_module(library(semlpad)). epsilon(0.000001). close_to(V,T):- epsilon(E), TLow is T-E, THigh is T+E, TLow