serenity_gurobi_test


serenity_gurobi_test, a BASH code which calls gurobi(), which reads the LP file defining the serenity tiling problem, solves the linear programming problem, and writes the solution to a file.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

serenity, an Octave code which considers the serenity puzzle, a smaller version of the eternity puzzle. The serenity puzzle specifies a dodecagonal region R composed of 288 30-60-90 triangles, and a set of 8 "tiles", each consisting of 36 30-60-90 triangles, and seeks an arrangement of the tiles that exactly covers the region.

serenity_cplex_test a BASH code which calls cplex(), to read the LP file defining the serenity tiling problem, solve the linear programming problem, and write the solution to a file.

Source Code:


Last modified on 18 April 2024.