Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.2K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Loading the Combinatorica Package

Posted 11 years ago

Sorry for the newbie-ish question, but I'm having trouble loading the Combinatorica package onto Mathematica 8. I would like to use the AllPairsShortestPath function loaded onto Combinatorica, but I don't know the basics of loading packages onto Mathematica. I've been to combinatorica.com, but the download link is just a large webpage with the code. Could someone show me how to load the Combinatorica package onto Mathematica 8? I am not able to upgrade to Mathematica 9, by the way.

POSTED BY: Pat Dillon
3 Replies
Posted 11 years ago

Thanks, I'll try that out.

POSTED BY: Pat Dillon

Regarding Combinatorica there is something I found useful. As Bill says it it conflicts with some of the built-in functions/definitions that Mathematica uses. Unloading Combinatorica to get the standard definitions back is sometimes a problem. This here works. First, before loading Combinatorica you need to execute:

<< Utilities`CleanSlate`

then you can load Combinatorica

<< Combinatorica`

and work with it. When you want to go "back to normal" you can use:

CleanSlate["Combinatorica`"]

and you start with a, well, clean slate.

M.

POSTED BY: Marco Thiel
Posted 11 years ago
POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard