====== Kaplan ====== ===== What is Kaplan? ===== Kaplan is an extension of the Scala programming language that supports constraint-solving. Kaplan is described in the following paper: A.S. Köksal, V. Kuncak, P. Suter, //Constraints as Control//, POPL 2012, pp. 151-164. [[http://lara.epfl.ch/~kuncak/papers/KoeksalETAL12ConstraintsControl.pdf|PDF]] ===== Obtaining Kaplan ===== **From source** This will give you read-only access to the source repository (includes the source code of [[http://lara.epfl.ch/leon/|Leon]]). git clone git://laragit.epfl.ch/projects/leon-kaplan.git Please be advised that due to the numerous dependencies, compiling Kaplan from source can be quite a challenge. **Precompiled** We provide a distribution of Kaplan for 32 bit Linux systems.((The restriction comes from the version of Z3 that is packaged with the distribution.)) Scala and Z3 are included in the distribution, so the only dependencies are Java and Bash. You can download the distribution [[http://lara.epfl.ch/~psuter/kaplan/kaplan.tgz|here]] (~25MB). Please go through the included ''README'' file. The distribution includes example programs. Please note that we are actively working on related techniques and that the distribution may therefore not include our most recent progress.