This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/cplint
Vitor Santos Costa 65ff3ed471 Smaller updates:
constant use of longjmp
conflict with python headers
win32 support
dll support
2017-02-20 15:28:46 +00:00
..
approx fixes + win64 2016-11-08 01:37:36 -06:00
doc compiled ver pdf 2016-02-03 08:06:32 +01:00
em updated cplint 2011-10-22 16:33:04 +02:00
examples update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
lemur lemur example 2014-10-16 17:22:57 +02:00
rib updated cplint 2011-10-22 16:33:04 +02:00
slipcase cmake 2016-08-23 11:15:07 -05:00
slipcover Merge ssh://192.168.66.221/~vitor/Yap/yap-6.3 2016-11-02 00:16:36 -05:00
Artistic update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
CMakeLists.txt Smaller updates: 2017-02-20 15:28:46 +00:00
COPYRIGHT_SLG update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
Makefile.in Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3 2015-01-18 02:54:53 +00:00
README updated cplint 2011-10-22 16:33:04 +02:00
configure.in try to clean-up makefiles and autoconfs 2014-10-26 17:39:52 +00:00
cpl.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
cplint.h linux_weird 2016-08-23 15:08:36 -05:00
cplint_Prob.c updated cplint 2011-10-22 16:33:04 +02:00
cplint_yap.c bool 2015-02-03 03:00:37 +00:00
lpad.pl adapation to 6.0.5 (builtin intersection) 2010-05-14 17:38:47 +02:00
lpadclpbn.pl bug fices 2016-01-03 02:06:09 +00:00
lpadsld.pl new CPLint and ProbLog versions. 2011-09-15 15:49:06 +01:00
lpadvel.pl flags 2014-10-23 01:24:18 +01:00
mcintyre.pl updated cplint 2011-10-22 16:33:04 +02:00
picl.pl adapation to 6.0.5 (builtin intersection) 2010-05-14 17:38:47 +02:00
semcpl.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
semlpad.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
semlpadsld.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
slg.pl added approximated cplint 2010-03-18 16:11:21 +01:00
testcpl.pl added approximated cplint 2010-03-18 16:11:21 +01:00
testlpad.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadclpbn.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadsld_gbfalse.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadsld_gbtrue.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadsldit.pl new CPLint and ProbLog versions. 2011-09-15 15:49:06 +01:00
testlpadslditc.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadslditr.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testlpadvel.pl added approximated cplint 2010-03-18 16:11:21 +01:00
testsemcpl.pl update package locations to a subdir packages 2009-02-16 12:23:29 +00:00
testsemlpad.pl added approximated cplint 2010-03-18 16:11:21 +01:00
testsemlpadsld.pl added approximated cplint 2010-03-18 16:11:21 +01:00

README

This directory contains the code of the cplint suite
All the code in this directory is distributed under the terms of the 
The Artistic License 2.0, see the file Artistic.

COMPILATION:
This package requires CUDD
You can download CUDD from http://vlsi.colorado.edu/~fabio/CUDD/ 

INSTALLATION:
Compile CUDD:
	1) downlad cudd-2.4.2.tar.gz
	2) decompress it
	3) cd cudd-2.4.2
	4) check makefile options
	5) make

Installation of cplint:
When compiling Yap, use
	configure --enable-cplint=DIR
Under Windows, you have to use cygwin (CUDD does not compile under MinGW), so
	configure --enable-cplint --enable-cygwin=DIR
where DIR is the directory where you compiled CUDD 


FEEDBACK:

Send feedback to:

Fabrizio Riguzzi
University of Ferrara 
Dept. of Engineering
fabrizio.riguzzi@unife.it
http://www.ing.unife.it/Docenti/FabrizioRiguzzi/