powered by
Round errors in halfspace representations
RoundErrors(X, digits = 15)
A rounded halfspace representation.
A halfspace representation to be rounded.
An integer giving the number of significant figures to be kept.
bS=matrix(c(1,1,1,0, 1,0,0,1, 0,1,0,1, 0,0,1,1),byrow=TRUE,ncol=4) RoundErrors("9007199254740992/6004799503160661") #Occurs in ConsMinkSumHrep(bS,c(2,2,2,2))
Run the code above in your browser using DataLab