Evgeny Naumov

Results 2 issues of Evgeny Naumov

Details for the issue -------------------- #### What did you do? Warm started an LpMaximize COIN_CMD problem with a heuristic solution. #### What did you expect to see? The heuristic objective...

stylish-haskell fails on the following: ``` {-# LANGUAGE GADTs #-} data Foo a where Foo :: (Eq a) => { fooBar :: [a], fooBaz :: Int } -> Foo a...