Differences between revisions 93 and 94
Revision 93 as of 2009-07-10 19:01:37
Size: 6767
Comment:
Revision 94 as of 2009-07-10 19:13:47
Size: 6828
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
'''Step 2.''' Install the Sage-Combinat patches by running the following command ''inside the sage directory'': '''Step 2.''' If you really need the latest features: install the Sage-Combinat patches by running the following command ''inside the sage directory'':
Line 27: Line 27:
(note: this may require Sage 4.1 which will be out shortly). This works best with the latest version of Sage (4.1 as of 06/10/2009).
Line 94: Line 94:
 * For hg lovers: [[http://hgbook.red-bean.com/read/|Mercurial: The Definite Guide]] an e-book by Bryan O'Sullivan  * For hg/mercurial lovers: [[http://hgbook.red-bean.com/read/|Mercurial: The Definite Guide]] an e-book by Bryan O'Sullivan

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

Step 1. To install the experimental patches provided by Sage-combinat, you first need to install Sage. You have two options.

  1. Binary installation (takes less time; only option on Windows; only works if a binary exists for your system):
  2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a compilier):

Step 2. If you really need the latest features: install the Sage-Combinat patches by running the following command inside the sage directory:

  • ./sage -combinat install

This works best with the latest version of Sage (4.1 as of 06/10/2009). If this step fails, please send an email to the sage-combinat-devel mailing list with the error message.

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)