#18003: Implement Fully Packed Loop class
-------------------------------------+-------------------------------------
       Reporter:  kdilks             |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.6
      Component:  combinatorics      |   Resolution:
       Keywords:  fpl, ncp, days64,  |    Merged in:
  days65, asm, lp, fully packed      |    Reviewers:  Jessica Striker,
  loop                               |  Travis Scrimshaw
        Authors:  James Campbell,    |  Work issues:  create a parent class
  Vince Knight, Jessica Striker,     |       Commit:
  Kevin Dilks, Emily Gunawan         |  94ced9c7a9ec791a18df05e138eb6a39d291f5f1
Report Upstream:  N/A                |     Stopgaps:
         Branch:                     |
  public/ticket/18003                |
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by tscrim):

 Replying to [comment:42 egunawan]:
 > Replying to [comment:35 tscrim]:
 > > You might also want to consider passing other types of data to a
 corresponding SVM in the `_element_constructor_`.
 > What types of data for example?

 Something that could be used to construct a six-vertex configuration:
 {{{
 SVM = SixVertexModel(2)
 SVM([[3,1],[5,3]])
 }}}
 So it would make this work:
 {{{
 sage: FPL = FullyPackedLoops(2)
 sage: FPL([[3,1],[5,3]])
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18003#comment:43>
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