[BACK]Return to READ_ME CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / C

File: [local] / OpenXM_contrib / PHC / C / READ_ME (download)

Revision 1.1.1.1 (vendor branch), Sun Oct 29 17:45:34 2000 UTC (23 years, 6 months ago) by maekawa
Branch: PHC, MAIN
CVS Tags: v2, maekawa-ipv6, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, HEAD
Changes since 1.1: +0 -0 lines

Import the second public release of PHCpack.

OKed by Jan Verschelde.

This is a simple C interface to the black-box solver of phc,
written by Nobuki Takayama (taka@math.kobe-u.ac.jp).
Requirements:
  1) executable version of phc must be on /tmp;
  2) user of this program has write permissions to create
     the files "input" and "output" in the directory where
     this program is executed.

Files :
  call_phc.c : C program
  input      : simple example

Type
      gcc -o call_phc call_phc.c
to create the program call_phc.