cplex_solution_read_test


cplex_solution_read_test, a MATLAB code which calls cplex_solution_read(), which extracts solution data from a CPLEX result file; CPLEX can be "fed" by an LP file created by polyomino_monohedral_matrix() or polyomino_multihedral_matrix(), and the results can be displayed by polyomino_monohedral_tiling_print() or polyomino_multihedral_tiling_print().

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Programs and Data:

gurobi_solution_read, a MATLAB 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 that can be read by load().

Source Code:


Last revised on 20 June 2021.