diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 08:10:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 08:10:17 +0000 |
commit | e0e026723a244e259ab2cbf5f582765e0b009878 (patch) | |
tree | 1ce3c667d4e9bf2c82b7e041480d25e0f7190219 /math/Makefile | |
parent | - Fix typo SUBDUR -> SUBDIR (diff) |
Tablix is a powerful free software kernel for solving general timetabling
problems. It uses a coarse-grained parallel genetic algorithm in
combination with other techniques to construct sensible timetables from XML
formatted problem descriptions. Tablix can run on a single host as well as
on a heterogeneous parallel virtual machine using PVM3.
PR: ports/87553
Submitted by: amir husaini <amir.husaini@gmail.com>
Notes
Notes:
svn path=/head/; revision=148920
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6df8453dc757..5d8b45eb7f52 100644 --- a/math/Makefile +++ b/math/Makefile @@ -263,6 +263,7 @@ SUBDIR += superlu SUBDIR += superlu_mt SUBDIR += surf + SUBDIR += tablix SUBDIR += taucs SUBDIR += tomsfastmath SUBDIR += topaz |