X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fcone%2Fnonnegative_orthant.py;h=2bd1b3c85583370a7988ad66731ac5b2693e7173;hb=928b7d49fda98ff105c92293b5797bb7a2b9873a;hp=8c42838d1392daa863a4dda2cf7583c68a69d811;hpb=7b8b7a41b839e1a0180ba0a4f7506dcc655b51e9;p=sage.d.git diff --git a/mjo/cone/nonnegative_orthant.py b/mjo/cone/nonnegative_orthant.py index 8c42838..2bd1b3c 100644 --- a/mjo/cone/nonnegative_orthant.py +++ b/mjo/cone/nonnegative_orthant.py @@ -1,4 +1,4 @@ -""" +r""" The nonnegative orthant in `\mathbb{Z}^{n}`. I'm sick and tired of typing it. """ @@ -48,7 +48,6 @@ def nonnegative_orthant(n, lattice=None): The nonnegative orthant is a proper cone:: - sage: set_random_seed() sage: n = ZZ.random_element(10) sage: K = nonnegative_orthant(n) sage: K.is_proper()