Skip to content

Commit

Permalink
Start v2.0.0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 15, 2024
1 parent 680999e commit c292111
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*~
__pycache__
/.python-version
/Mathics3_Combinatorica.egg-info
/tmp
7 changes: 4 additions & 3 deletions test/test_combinatorica_v09.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ def reset_and_load_package():


# A number of examples from:
# * Implementing Discrete Mathematics by Steven Skiena and
# * Computation Discrete Mathematics by Sriram Pemmaraju and Steven Skiena.
# Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica
# by Steven S. Skiena, Addison-Wesley Publishing Co., Advanced Book Program,
# 350 Bridge Parkway, Redwood City CA 94065. ISBN 0-201-50943-1.

# Page numbers below come from the first book
# Page numbers below come from thise. book
# Some tests have been altered to speed them up, or to make the intent
# more clear in a test.

Expand Down
Loading

0 comments on commit c292111

Please sign in to comment.