We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f2036 commit 07b65cbCopy full SHA for 07b65cb
package.yaml
@@ -39,6 +39,7 @@ executables:
39
ghc-options:
40
- -threaded
41
- -rtsopts
42
+ - -O2
43
- -with-rtsopts=-N
44
dependencies:
45
- icfpc2018
src/Algorithms.hs
@@ -103,6 +103,5 @@ dumbHighSolver modelPath tracePath = do
103
move bid (0,0,0)
104
issue bid Flip
105
issue bid Halt
106
- print trace
107
writeTrace tracePath trace
108
0 commit comments