null
Cross Reference: reduceTest.het
xref
: /
hets
/
HasCASL
/
test
/
Double.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
reduceTest.het revision 624e6701e0deb7ac6c03c0cba0190fbc5033cf93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
0
N/A
library reduceTest
3909
N/A
0
N/A
logic Reduce
0
N/A
0
N/A
spec ReduceTest1 =
0
N/A
operator f,h
2362
N/A
then %implies
0
N/A
. solve(x^2=1,x)
2362
N/A
. simplify((x^2-1)/(x-1))
0
N/A
. divide((x+y)*(x+2*y),x+3*y)
0
N/A
. divide((x+y)*(x+2*y),x+3*y)
0
N/A
. factorize(x*x+x*y+x*y+y*y)
0
N/A
. int(x*x,x)
0
N/A
. rlqe(ex(x,x*x=0))
0
N/A
. rlqe(ex(x,x*x-x+1=0))
0
N/A
. rlqe(ex(x,x*x-3*x+1=0))
0
N/A
. rlqe(ex(x,x>6 and x*x-3*x+1=0))
0
N/A
. rlqe(ex(x,7*x*x+3>0 and x*x-3*x+1=0))
0
N/A
end
0
N/A
2362
N/A