ghorn / dynobud

your dynamic optimization buddy
GNU Lesser General Public License v3.0
27 stars 5 forks source link

suspicious Cov sizes implementation #37

Open ghorn opened 10 years ago

ghorn commented 10 years ago
  sizes k0 = const (Seq.singleton (k0 + n))

shouldn't it be k0 + n*n ?

ghorn commented 10 years ago

(in Cov.hs)