07-Jan-2022 18:15:20 cplex_solution_read_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 cplex_solution_read_demo() demonstrates cplex_solution_read() on a particular CPLEX solution file: cplex_solution_read_demo(): cplex_solution_read() reads the CPLEX XML file "2x4_solution.xml" 20x4 solution data: Number of nonzero entries per column: 3 3 3 3 Sum of entries per column: 3 3 3 3 1: 1 0 0 0 2: 0 1 0 0 3: 0 0 1 0 4: 0 0 0 1 5: 0 0 0 0 6: 1 0 0 0 7: 0 0 0 1 8: 0 0 0 0 9: 0 1 0 0 10: 0 0 0 0 11: 0 0 0 0 12: 0 0 1 0 13: 0 0 1 0 14: 0 0 0 0 15: 0 0 0 0 16: 0 0 0 1 17: 1 0 0 0 18: 0 0 0 0 19: 0 0 0 0 20: 0 1 0 0 Wrote the ASCII file "2x4_solution.txt" cplex_solution_read_demo(): Normal end of execution. cplex_solution_read_demo(): cplex_solution_read() reads the CPLEX XML file "4x5_solution.xml" 62x1 solution data: Number of nonzero entries per column: 4 Sum of entries per column: 4 1: 1 2: 0 3: 0 4: 0 5: 0 6: 0 7: 0 8: 0 9: 1 10: 0 11: 0 12: 0 13: 0 14: 0 15: 0 16: 0 17: 0 18: 0 19: 0 20: 0 21: 0 22: 0 23: 0 24: 0 25: 0 26: 0 27: 0 28: 0 29: 0 30: 1 31: 0 32: 0 33: 0 34: 0 35: 0 36: 0 37: 0 38: 0 39: 0 40: 0 41: 0 42: 1 43: 0 44: 0 45: 0 46: 0 47: 0 48: 0 49: 0 50: 0 51: 0 52: 0 53: 0 54: 0 55: 0 56: 0 57: 0 58: 0 59: 0 60: 0 61: 0 62: 0 Wrote the ASCII file "4x5_solution.txt" cplex_solution_read_demo(): Normal end of execution. cplex_solution_read_demo(): cplex_solution_read() reads the CPLEX XML file "l_triomino_solution.xml" 259x1 solution data: Number of nonzero entries per column: 30 Sum of entries per column: 30 The solution is large. We won't print it. Wrote the ASCII file "l_triomino_solution.txt" cplex_solution_read_demo(): Normal end of execution. cplex_solution_read_demo(): cplex_solution_read() reads the CPLEX XML file "octomino_solution.xml" 1736x8 solution data: Number of nonzero entries per column: 8 8 8 8 8 8 8 8 Sum of entries per column: 8 8 8 8 8 8 8 8 The solution is large. We won't print it. Wrote the ASCII file "octomino_solution.txt" cplex_solution_read_demo(): Normal end of execution. cplex_solution_read_demo(): cplex_solution_read() reads the CPLEX XML file "pent5x6_solution.xml" 176x10 solution data: Number of nonzero entries per column: 6 6 6 6 6 6 6 6 6 6 Sum of entries per column: 6 6 6 6 6 6 6 6 6 6 The solution is large. We won't print it. Wrote the ASCII file "pent5x6_solution.txt" cplex_solution_read_demo(): Normal end of execution. cplex_solution_read_demo(): cplex_solution_read() reads the CPLEX XML file "pent20x36_solution.xml" 38836x1 solution data: Number of nonzero entries per column: 144 Sum of entries per column: 144 The solution is large. We won't print it. Wrote the ASCII file "pent20x36_solution.txt" cplex_solution_read_demo(): Normal end of execution. cplex_solution_read_demo(): cplex_solution_read() reads the CPLEX XML file "pentomino_solution.xml" 1568x1 solution data: Number of nonzero entries per column: 12 Sum of entries per column: 12 The solution is large. We won't print it. Wrote the ASCII file "pentomino_solution.txt" cplex_solution_read_demo(): Normal end of execution. cplex_solution_read_test: Normal end of execution. 07-Jan-2022 18:15:41