Differences between revisions 83 and 84
Revision 83 as of 2009-06-11 17:30:02
Size: 5445
Editor: slabbe
Comment:
Revision 84 as of 2009-07-09 12:42:42
Size: 6161
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
----

== Installation instructions ==

Short instructions:

 1. To install the experimental patches provided by Sage-combinat, you first need to install Sage.
    1. Download the source code archive for the latest version [[http://sagemath.org/download-source.html]].
    1. Extract the archive (change the version number appropriately):
        {{{
tar -xvf sage-4.1.tar
}}}
    1. Compile (this may take several hours):
        {{{
cd sage-4.1
make
}}}

 1. Install Sage-combinat:
    {{{
sage -combinat install
    }}}

Long instructions:

 * See the [[http://wiki.sagemath.org/combinat/MercurialStepByStep|Step by step tutorial]] (in particular, how to '''download Sage-Combinat''')
Line 9: Line 35:

Sage-Combinat

Sage-Combinat is a software project whose mission statement is: to improve the open source mathematical system Sage as an extensible toolbox for computer exploration in algebraic combinatorics, and foster code sharing between researchers in this area.

In practice, Sage-combinat is a collection of experimental patches (i.e. extensions) on top of Sage, developed by a community of researchers. The intent is that most of those patches get eventually integrated into sage as soon as they are mature enough, with a typical short life-cycle of a few weeks. In other words: just install Sage, and you will benefit from all the Sage-combinat development, except for the latest bleeding edge features.


Installation instructions

Short instructions:

  1. To install the experimental patches provided by Sage-combinat, you first need to install Sage.
    1. Download the source code archive for the latest version http://sagemath.org/download-source.html.

    2. Extract the archive (change the version number appropriately):
      • tar -xvf sage-4.1.tar
    3. Compile (this may take several hours):
      • cd sage-4.1
        make
  2. Install Sage-combinat:
    • sage -combinat install

Long instructions:


NEWS


Who are we?


How to participate and contribute

Communication

  • Join our mailing lists:
    • Announcement mailing list (to come)
    • sage-combinat-devel: Developpers mailing list

    • sage-combinat-commits: A low traffic mailing list which receives an automatic notice whenever a sage-combinat related ticket is modified (and eventually whenever a commit is done on the patch server).

  • Check the road map and current status

  • Post bug reports, suggestions, patches on the Sage-Combinat trac server or on the mailing list.

  • Cite Sage-Combinat when you use it for research publications (TODO: provide a standard citation here).

Code

Design

Documentation

combinat (last edited 2022-04-05 01:35:07 by mkoeppe)