#18812: latte_int: count integer points
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.8
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  geometry               |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  28ad77b9babd48ecee6e9026d2311aa944574fe4
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/18812           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by jdemeyer):

 Replying to [comment:8 ncohen]:
 > Why would you oppose having a way to store a polytope into a file?
 Making simple code more complicated. Writing to a file can already be done
 using
 {{{
 with open(filename, 'w') as f:
     f.write(whatever)
 }}}

 I don't see the advantage of the `file_input` argument here.

--
Ticket URL: <http://trac.sagemath.org/ticket/18812#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to