Information Theoretic Inequality Prover (ITIP)    Raymond W. Yeung^1 and Ying-On Yan^2

Instructions for Installing ITIP under PC
1. Where to get a YACC equivalent for Windows?

http://www.monmouth.com/~wstreett/lex-yacc/lex-yacc.html

2. What version of Matlab is tested?

Matlab Version 6.0.0.88 Release 12 for Windows.  The C source files were compiled using Matlab's built-in lcc compiler.

3. What files are needed if I only want to use ITIP?

Download the file itip3.0_pc.zip by pressing the above button and put it in your MATLAB's working directory.  Then extract the files 

    ITIP_kern.m, ITIP.dll, make_D.dll, and make_NS.dll.  

4. What files are needed if I want to modify ITIP?

You'll need the following files in the directory "ITIP_PC/src" on this CD-ROM:

    make_D.c, make_ND.c, ITIP.y, and makefile

and Matlab's mex compiler and lcc compiler.  You'll also need a YACC-compatible compiler-compiler. See Question 1 above.