- Natalia García-Colín ([email protected])
- Dimitri Leemans ([email protected])
- Mia Müßig ([email protected])
- Érika Roldán ([email protected]) https://www.erikaroldan.net/
mondrian.jl
: Backtracking with top-left-heuristic to check if a defect of 0 for a givenn
is possible. Single- and Multi-threaded functions are available.Old/mondrian-ideas.jl
: Alternative approaches using Integer Programming and Knuth's Dancing Links algorithm which tend to be slower in practise.
mondrian-defect.jl
: Parallelized search for the minimal defect of a givenn
using Integer Programming and BacktrackingOld/mondrian-defect/mondrian.jl
: Alternative approaches which tend to be slower in practise.
This project is licensed under the MIT License - see LICENSE file for details. If you use this code for academic purposes, please cite the paper:
Natalia García-Colín, Dimitri Leemans, Mia Müßig, and Érika Roldán, There is no perfect Mondrian partition for squares of side lengths less than 1001, Discrete Applied Mathematics Vol. 359, https://doi.org/10.1016/j.dam.2024.09.021, 2024.