Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.14 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.14 KB

QE problems

Build Status

format

  • Each file defines a list of lists [[a1, b1], [a2, b2], ...]: where each ai is an (extended) first-order formula and bi is a quantifier-free formula which equivalent to ai.

header

  • AUTHOR (required)
  • DOMAIN (required)
  • CITATION (required)

relational operators

LaTeX Notation
= =
\ne <>
< <
\leq <=
> >
\geq >=

functions

notation

  • area
  • volume
  • abs

How to use

SyNRAC/Maple

F := parse(FileTools[Text][ReadFile]("filename.mpl")):
for fml in F do
  SyNRAC[qe](fml[1]);
end do;

Contribution

See CONTRIBUTING-JP.md (in Japanese)

Related Project