Go to the first, previous, next, last section, table of contents.
The SUIF mathematics library can be used by any program written in c++. The library is currently compiled using the the GNU g++ compiler version 2.4.5.
#include <suif1.h> #include <suifmath.h> #include <dependence.h>
g++ -g -I${SUIFHOME}/include your_file.cc
g++ -o your_proc_name your_file.o -L${SUIFHOME}/${MACHINE}/lib -ldependence -lsuifmath -lbuilder -luseful -lsuif -lm
Go to the first, previous, next, last section, table of contents.