I propose to get rid of this alternation in the course of enabling warm starts, using one of floor and round but not both. That will make it easier to record/convey what was done. If the solution has too large a maxerr, the user should start it again w/ lower tolerance.
As to which of the two discretization functions to use, probably round()?
SubDivStrat()
hasand then later, if maximum "error" associated w/
temp
was too large,I propose to get rid of this alternation in the course of enabling warm starts, using one of
floor
andround
but not both. That will make it easier to record/convey what was done. If the solution has too large amaxerr
, the user should start it again w/ lower tolerance.As to which of the two discretization functions to use, probably
round()
?