csirmaz / witip

web based information theoretic inequality prover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

witip - a web based Information Theoretic Inequality Prover

This is a port of minitip as a web based utility. The server-side routines are written in perl with the exception of the LP solver engine which is C frontend to glpk, the Gnu Linear Programming Kit.

Requirements

Once the server is up and running, you can use wITIP with any decent browser.

On the server-side:

  • an Apache webserver with mod_perl configured in;
  • the glpk header files and runtime library;
  • perl interpreter and a C complier

Server-side installation

Unpack wITIP and run the program

PROMPT> perl bin/install.pl

It asks questions, and configures all necessary files; creates and include file to be included in the Apache configuration. If everything goes smoothly, edit the Apache configuration, and restart Apache. wITIP should be up and running.

Content

  • bin for install.pl and the perl startup file
  • config the generated apache include file is here
  • html static html files: starting page, images, style sheets and javascript
  • w dynamic html files
  • perl_lib perl library
  • prog the C frontend to the LP solver
  • template template files to the install script

About

web based information theoretic inequality prover


Languages

Language:Perl 65.0%Language:JavaScript 22.8%Language:CSS 5.9%Language:HTML 3.2%Language:C 3.1%