Skip to content
Evgenii Balai edited this page Feb 26, 2020 · 18 revisions

Welcome to the plog2.0 wiki!

Links:

Source Code

Program Examples

Installation Instructions

User Manual

Running Instructions

To run a program stored in file program.plog (any other file name and extension will work as well), run the solver:

plog2 program.plog

For example, to run the program squirrel.plog from the provided examples, put the file squirrel.plog in the same folder with plog1 solver binary, and run:

You should see the output as follows:

./plog2 squirrel.plog

answer: 0.143820

0.143820 the is probability of the squirrel finding the nut on 15-th day (as requested by the program;)

A manual on the new language syntax will be added soon.

Bugs

The solver is currently under development and may contain bugs. Please email them to me: evgbalai[at]ttu.edu

Acknowledgements

The authors would like to thank

for providing a free open source license for CLion IDE which is used to develop this project.