diff options
author | pav <pav@FreeBSD.org> | 2005-11-21 16:10:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-21 16:10:17 +0800 |
commit | 4134fc013a8c07c6410c3f07225e6c5b0da48539 (patch) | |
tree | 351d429afda25d53c64db2e0c859f577717c4eb5 /math/Makefile | |
parent | e8d8870df39df2bc6e3bb0dd465e9b13b11f3e9b (diff) | |
download | freebsd-ports-gnome-4134fc013a8c07c6410c3f07225e6c5b0da48539.tar.gz freebsd-ports-gnome-4134fc013a8c07c6410c3f07225e6c5b0da48539.tar.zst freebsd-ports-gnome-4134fc013a8c07c6410c3f07225e6c5b0da48539.zip |
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>
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 |