My Popper page

Here is a collection of my Popper encodings.

Popper is an inductive logic programming (ILP) system. For more about Popper, see github.com/logic-and-learning-lab/Popper and the paper Learning programs by learning from failures by Andrew Cropper and Rolf Morel.

My Popper encodings

Many of these encoding are ports from Metagol, Progol, the old Popper version, etc. Note that some of them might not be of general interest. My Popper page at Github: github.com/hakank/hakank/tree/master/popper.

Most programs are run like this:
$ popper3 popper.py --timeout 999999 problem_directory
The links below are to a directory which contains three files (all are needed to run Popper):

MagicPopper

MagicPopper is an extension of Popper which can handle "magic constants" . The plan is probably to integrate MagicPopper into Popper.
Here are some problems encoded in MagicPopper:

Back to my homepage
Created by Hakan Kjellerstrand (hakank@gmail.com)