Skip to content

zhanpon/qe_problems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.7%