gurobi_solution_read, a Python code which reads a file created by the optimization package GUROBI, representing the solution of a polyomino tiling problem, and writes out a simple ASCII file.
The computer code and data files described and made available on this web page are distributed under the MIT license
gurobi_solution_read is available in a MATLAB version and a Python version.
gurobi, examples which call gurobi(), which is an mathematical programming package for optimization, solving problems in linear programming, mixed integer programming, and mixed integer quadratic programming.
polyomino_parity, a Python code which uses parity to determine whether a given set of polyominoes tile a specified region.
polyominoes, a Python code which defines, solves, and plots a variety of polyomino tiling problems, which are solved by a direct algebraic approach involving the reduced row echelon form (RREF) of a specific matrix, instead of the more typical brute-force or backtracking methods.