cplex_solution_read_test
cplex_solution_read_test,
a MATLAB program which
calls cplex_solution_read() to extract 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 GNU LGPL license.
Related Programs and Data:
GUROBI_SOLUTION_READ,
a MATLAB program 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:
-
cplex_solution_read_tests.m,
calls all the tests.
-
cplex_solution_read_tests.sh,
runs all the tests.
-
cplex_solution_read_tests.txt,
the output file.
-
cplex_solution_read_test.m,
processes a single CPLEX solution file.
-
cplex_solution.xml,
a CPLEX file containing multiple solutions and other information.
-
cplex_solution.txt,
a simple text file containing the extracted solution data.
-
l_triomino_solution.xml,
a CPLEX file containing one solution and other information.
-
l_triomino_solution.txt,
a simple text file containing the extracted solution data.
-
octomino_solution.xml,
a CPLEX file for an octomino problem.
-
octoomino_solution.txt,
a simple text file for an octomino problem.
-
pentomino_solution.xml,
a CPLEX file for a pentomino problem.
-
pentomino_solution.txt,
a simple text file for a pentomino problem.
Last revised on 13 December 2018.