TSSOS icon indicating copy to clipboard operation
TSSOS copied to clipboard

Inexact Error

Open richardrl opened this issue 1 year ago • 0 comments

I think lines like this: https://github.com/wangjie212/TSSOS/blob/10f935ddef96fc4680246dbb238dde87b88789b9/src/blockpop_uncons.jl#L65

Instead of converting with Int, you should call the ceiling function. Int does not convert non-integer floats to integer, but rather errors with Inexact error

richardrl avatar Aug 15 '23 02:08 richardrl