-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnotes.txt
21 lines (18 loc) · 1.23 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
make && simplex -r --random-problem-seed 2 --num-variables 1000 --num-constraints 1000 --constraint-density 0.8 --force-padding > gpu.out && tail gpu.out -n 2
128
256
512
1024
2048
4096
8192
16384
32768
65536
simplex -r --random-problem-seed 2 --num-variables 128 --num-constraints 128 --constraint-density 0.9 --force-padding > gpu.out && tail gpu.out -n 5
simplex -r --random-problem-seed 2 --num-variables 256 --num-constraints 256 --constraint-density 0.9 --force-padding > gpu.out && tail gpu.out -n 5
simplex -r --random-problem-seed 2 --num-variables 512 --num-constraints 512 --constraint-density 0.9 --force-padding > gpu.out && tail gpu.out -n 5
simplex -r --random-problem-seed 2 --num-variables 1024 --num-constraints 1024 --constraint-density 0.9 --force-padding > gpu.out && tail gpu.out -n 5
simplex -r --random-problem-seed 2 --num-variables 2048 --num-constraints 2048 --constraint-density 0.9 --force-padding > gpu.out && tail gpu.out -n 5
simplex -r --random-problem-seed 2 --num-variables 4096 --num-constraints 4096 --constraint-density 0.9 --force-padding > gpu.out && tail gpu.out -n 5
simplex -r --random-problem-seed 2 --num-variables 8192 --num-constraints 8192 --constraint-density 0.9 --force-padding > gpu.out && tail gpu.out -n 5