source: CGBLisp/examples/klee.lisp@ 1

Last change on this file since 1 was 1, checked in by Marek Rychlik, 15 years ago

First import of a version circa 1997.

File size: 317 bytes
Line 
1(string-grobner-system
2"[-Y1^2-X1^2-2*A*X1+R1^2-A^2,-Y1^2-X1^2+2*A*X1+R2^2-A^2,R2+R1-2,-Y2^2-X2^2-2*A*X2+S1^2-A^2,-Y2^2-X2^2+2*A*X2+S2^2-A^2,S2+S1-2,X1*Y2+A*Y2-X2*Y1-A*Y1,R1*S1*U*V-S1*V-R1*V+1]"
3'(X1 Y1 X2 Y2 R1 R2 S1 S2 V)
4'(U A)
5:cover '(("[-A^2*U+U-2]" "[A]"))
6:main-order #'grevlex>
7:parameter-order #'grevlex>
8)
Note: See TracBrowser for help on using the repository browser.