-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask2_10.log
More file actions
39 lines (32 loc) · 1.04 KB
/
task2_10.log
File metadata and controls
39 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
option show_stats 1;
solve;
Presolve eliminates 218 constraints and 98 variables.
Adjusted problem:
2 variables, all binary
2 constraints, all linear; 4 nonzeros
2 equality constraints
1 linear objective; 2 nonzeros.
CPLEX 12.6.2.0: timing = 1
mipdisplay = 2
mipinterval = 1
Found incumbent of value 0.000000 after 0.01 sec. (0.00 ticks)
Found incumbent of value 2.000000 after 0.01 sec. (0.00 ticks)
Root node processing (before b&c):
Real time = 0.01 sec. (0.00 ticks)
Parallel b&c, 4 threads:
Real time = 0.00 sec. (0.00 ticks)
Sync time (average) = 0.00 sec.
Wait time (average) = 0.00 sec.
------------
Total (root+branch&cut) = 0.01 sec. (0.00 ticks)
Times (seconds):
Input = 0.004165
Solve = 0.001784
Output = 0.001102
CPLEX 12.6.2.0: optimal integer solution; objective 2
0 MIP simplex iterations
0 branch-and-bound nodes
No basis.
print Total_swaps > task2_10.log;
2
print {i in (1 .. total_pairs)}: {j in (1 .. total_pairs)} pair_swap[i, j] > task2_10.out;