testTermGreaterThan
Tests the queries
?- '@>'(1.0,1).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory.
?- '@>'(aardvark,zebra).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory.
?- '@>'(short,short).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory.
?- '@>'(short,shorter).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory.
?- '@>'(foo(b),foo(a)).Content copied to clipboard
succeeds on a solver initialized with default built-ins and with and empty theory.
?- '@>'(X,X).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory.
?- '@>'(foo(a,X),foo(b,Y)).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory.