- Each file defines a list of lists
[[a1, b1], [a2, b2], ...]:
where eachai
is an (extended) first-order formula andbi
is a quantifier-free formula which equivalent toai
.
AUTHOR
(required)DOMAIN
(required)CITATION
(required)
LaTeX | Notation |
---|---|
= |
= |
\ne |
<> |
< |
< |
\leq |
<= |
> |
> |
\geq |
>= |
area
volume
abs
F := parse(FileTools[Text][ReadFile]("filename.mpl")):
for fml in F do
SyNRAC[qe](fml[1]);
end do;
See CONTRIBUTING-JP.md (in Japanese)