The Bongard data generator program generates random synthetic data akin to a simplified version of Bongard problems used as benchmarks in ILP. For the ILP version of the Bongard problem,

Two restrictions are enforced when the data is generated: 1) Each picture cannot have a pair of partially overlapped objects; 2) All objects must be fully enclosed in the boundary of the picture specified in Configurations.hpp.

The source code of the generator program is available for download from the public Github repository.

git clone git://github.com/qiangzeng/BongardGenerator.git

This program is free software distributed under the terms of the Apache License, Version 2.0.

Email: q...@cs.wisc.edu (click to show the address)