From 4134fc013a8c07c6410c3f07225e6c5b0da48539 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 21 Nov 2005 08:10:17 +0000 Subject: 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 --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') 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 -- cgit