Skip to content

eryxcc/lois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOIS

LOIS (Looping Over Infinite Sets) is a C++ library allowing iterating through certain infinite sets, in finite time. The resulting language has an intuitive semantics, corresponding to execution of infinitely many threads in parallel. This allows to merge the power of abstract mathematical constructions into imperative programming. Infinite sets are internally represented using first order formulas over some underlying logical structure. To effectively handle such sets, we use and implement SMT solvers for various first order theories. LOIS has applications in education, and in verification of infinite state systems.

See the official homepage of LOIS for more information.

Subdirectories

The subdirectory includes contains the headers of the LOIS library.

The subdirectory src contains sources of the LOIS library itself.

The subdirectory obj contains generated object files.

The subdirectory tests contains programs using LOIS -- this includes the tutorial from the technical documentation, automatic testing program (autotest), a program comparing solvers (soltest), and some applications (e.g. learning).

The subdirectory out contains output from the executables.

The subdirectory bin contains generated binaries (both liblois.a and test executables).

The subdirectory manual contains the LateX sources of the manual. This manual should be up-to-date with the contents of the repository (and thus more up-to-date than the technical documentation on the LOIS webpage). Run make manual/manual.pdf to compile them.

About

Looping over Infinite Sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published