manual for yap version
This commit is contained in:
parent
c6b7a186c1
commit
504407eac3
@ -1,8 +1,9 @@
|
||||
|
||||
manual.pdf: manual.tex manual.bbl
|
||||
manual.pdf: manual.tex bib.bib
|
||||
pdflatex manual
|
||||
bibtex manual
|
||||
pdflatex manual
|
||||
pdflatex manual
|
||||
|
||||
manual.html: manual.tex manual.bbl
|
||||
htlatex manual
|
||||
|
||||
manual.html: manual.tex bib.bib
|
||||
pandoc manual.tex -o manual.html -s --bibliography bib.bib --csl acm-sigchi-proceedings.csl --table-of-contents --toc-depth=2
|
||||
|
183
packages/cplint/doc/acm-sigchi-proceedings.csl
Normal file
183
packages/cplint/doc/acm-sigchi-proceedings.csl
Normal file
@ -0,0 +1,183 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
|
||||
<info>
|
||||
<title>ACM SIGCHI Proceedings (2016)</title>
|
||||
<id>http://www.zotero.org/styles/acm-sigchi-proceedings</id>
|
||||
<link href="http://www.zotero.org/styles/acm-sigchi-proceedings" rel="self"/>
|
||||
<link href="http://cscw.acm.org/2016/submit/sigchi-word-proceedings.zip" rel="documentation"/>
|
||||
<author>
|
||||
<name>Yevgeniy Medynskiy</name>
|
||||
<email>eugenem@gatech.edu</email>
|
||||
</author>
|
||||
<contributor>
|
||||
<name>Sebastian Karcher</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Eric Baumer</name>
|
||||
<email>ebaumer@ics.uci.edu</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Svetlana Yarosh</name>
|
||||
<email>lana@cc.gatech.edu</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Lilly Irani</name>
|
||||
<email>lirani@ics.uci.edu</email>
|
||||
</contributor>
|
||||
<category citation-format="numeric"/>
|
||||
<category field="engineering"/>
|
||||
<updated>2012-09-27T22:06:38+00:00</updated>
|
||||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
||||
</info>
|
||||
<macro name="author">
|
||||
<group suffix=".">
|
||||
<names variable="author">
|
||||
<name delimiter=", " and="text" sort-separator=", "/>
|
||||
<label form="short" prefix=" (" suffix=")"/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="editor">
|
||||
<names variable="editor">
|
||||
<name delimiter=", " and="text" delimiter-precedes-last="never"/>
|
||||
<label form="short" prefix=" (" suffix=")"/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="title">
|
||||
<choose>
|
||||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
|
||||
<text variable="title" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="year">
|
||||
<date variable="issued">
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
</macro>
|
||||
<macro name="journal">
|
||||
<group delimiter=", ">
|
||||
<group delimiter=" ">
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<text variable="volume"/>
|
||||
</group>
|
||||
<text variable="issue"/>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="edition">
|
||||
<choose>
|
||||
<if is-numeric="edition">
|
||||
<group delimiter=" ">
|
||||
<number variable="edition" form="ordinal"/>
|
||||
<text term="edition" form="short"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="edition"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="conference">
|
||||
<group delimiter=", ">
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<text variable="publisher"/>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="book-publisher">
|
||||
<group delimiter=", ">
|
||||
<text variable="publisher"/>
|
||||
<text variable="publisher-place"/>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="access">
|
||||
<choose>
|
||||
<if variable="DOI">
|
||||
<text variable="DOI" prefix="http://doi.org/"/>
|
||||
</if>
|
||||
<else-if variable="URL">
|
||||
<group delimiter=" ">
|
||||
<text term="retrieved" text-case="capitalize-first"/>
|
||||
<date variable="accessed" form="text"/>
|
||||
<text term="from"/>
|
||||
<text variable="URL"/>
|
||||
</group>
|
||||
</else-if>
|
||||
</choose>
|
||||
</macro>
|
||||
<citation collapse="citation-number">
|
||||
<sort>
|
||||
<key variable="citation-number"/>
|
||||
</sort>
|
||||
<layout prefix="[" suffix="]" delimiter=",">
|
||||
<group delimiter=":">
|
||||
<text variable="citation-number"/>
|
||||
<text variable="locator"/>
|
||||
</group>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
|
||||
<sort>
|
||||
<key macro="author"/>
|
||||
<key variable="issued"/>
|
||||
</sort>
|
||||
<layout>
|
||||
<text variable="citation-number" suffix="."/>
|
||||
<group delimiter=". " suffix=". ">
|
||||
<text macro="author"/>
|
||||
<text macro="year"/>
|
||||
<text macro="title"/>
|
||||
</group>
|
||||
<group suffix=".">
|
||||
<choose>
|
||||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
|
||||
<text macro="book-publisher" suffix="."/>
|
||||
</if>
|
||||
<else-if type="paper-conference">
|
||||
<group suffix="." delimiter=", ">
|
||||
<text macro="conference"/>
|
||||
<text variable="page"/>
|
||||
</group>
|
||||
</else-if>
|
||||
<else-if type="chapter paper-conference" match="any">
|
||||
<group delimiter=" ">
|
||||
<text term="in" text-case="capitalize-first"/>
|
||||
<group delimiter=", ">
|
||||
<group delimiter=" ">
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<text macro="edition" prefix="(" suffix=")"/>
|
||||
</group>
|
||||
<text macro="editor"/>
|
||||
</group>
|
||||
</group>
|
||||
<group suffix="." delimiter=", " prefix=". ">
|
||||
<text macro="book-publisher"/>
|
||||
<text variable="page"/>
|
||||
</group>
|
||||
</else-if>
|
||||
<else-if type="article-journal">
|
||||
<group suffix="." delimiter=": ">
|
||||
<text macro="journal"/>
|
||||
<text variable="page"/>
|
||||
</group>
|
||||
</else-if>
|
||||
<else>
|
||||
<group suffix="." delimiter=", ">
|
||||
<group delimiter=" " font-style="italic">
|
||||
<text variable="container-title"/>
|
||||
<text variable="volume"/>
|
||||
</group>
|
||||
<text variable="page"/>
|
||||
</group>
|
||||
</else>
|
||||
</choose>
|
||||
</group>
|
||||
<text macro="access" prefix=" "/>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
Binary file not shown.
Before Width: | Height: | Size: 206 B |
Binary file not shown.
Before Width: | Height: | Size: 226 B |
@ -1,90 +0,0 @@
|
||||
\begin{thebibliography}{10}
|
||||
|
||||
\bibitem{DBLP:journals/ngc/AptB91}
|
||||
K.~R. Apt and M.~Bezem.
|
||||
\newblock Acyclic programs.
|
||||
\newblock {\em New Generation Comput.}, 9(3/4):335--364, 1991.
|
||||
|
||||
\bibitem{Blo04-ILP04WIP-IC}
|
||||
H.~Blockeel.
|
||||
\newblock Probabilistic logical models for mendel's experiments: An exercise.
|
||||
\newblock In {\em Inductive Logic Programming ({ILP} 2004), Work in Progress
|
||||
Track}, 2004.
|
||||
|
||||
\bibitem{DBLP:journals/jacm/ChenW96}
|
||||
Weidong Chen and David~Scott Warren.
|
||||
\newblock Tabled evaluation with delaying for general logic programs.
|
||||
\newblock {\em J. ACM}, 43(1):20--74, 1996.
|
||||
|
||||
\bibitem{DBLP:conf/ijcai/RaedtKT07}
|
||||
L.~De~Raedt, A.~Kimmig, and H.~Toivonen.
|
||||
\newblock Problog: A probabilistic prolog and its application in link
|
||||
discovery.
|
||||
\newblock In {\em Proceedings of the 20th International Joint Conference on
|
||||
Artificial Intelligence}, pages 2462--2467, 2007.
|
||||
|
||||
\bibitem{GetFri01-BC}
|
||||
L.~Getoor, N.~Friedman, D.~Koller, and A.~Pfeffer.
|
||||
\newblock Learning probabilistic relational models.
|
||||
\newblock In Saso Dzeroski and Nada Lavrac, editors, {\em Relational Data
|
||||
Mining}. Springer-Verlag, Berlin, 2001.
|
||||
|
||||
\bibitem{Getoor+al:JMLR02}
|
||||
L.~Getoor, N.~Friedman, D.~Koller, and B.~Taskar.
|
||||
\newblock Learning probabilistic models of relational structure.
|
||||
\newblock {\em Journal of Machine Learning Research}, 3:679--707, December
|
||||
2002.
|
||||
|
||||
\bibitem{Rig-AIIA07-IC}
|
||||
Fabrizio Riguzzi.
|
||||
\newblock A top down interpreter for lpad and cp-logic.
|
||||
\newblock In {\em 10th Congress of the Italian Association for Artificial
|
||||
Intelligence}. Springer, 2007.
|
||||
\newblock
|
||||
\href{http://www.ing.unife.it/docenti/FabrizioRiguzzi/Papers/Rig-AIIA07.pdf}%
|
||||
{http://www.ing.unife.it/docenti/FabrizioRiguzzi/Papers/Rig-AIIA07.pdf}.
|
||||
|
||||
\bibitem{Rig-RCRA07-IC}
|
||||
Fabrizio Riguzzi.
|
||||
\newblock A top down interpreter for lpad and cp-logic.
|
||||
\newblock In {\em The 14th RCRA workshop Experimental Evaluation of Algorithms
|
||||
for Solving Problems with Combinatorial Explosion}, 2007.
|
||||
\newblock
|
||||
\href{http://pst.istc.cnr.it/RCRA07/articoli/P19-riguzzi-RCRA07.pdf}{http://%
|
||||
pst.istc.cnr.it/RCRA07/articoli/P19-riguzzi-RCRA07.pdf}.
|
||||
|
||||
\bibitem{SanPagQaz03-UAI-IC}
|
||||
V.~Santos~Costa, D.~Page, M.~Qazi, and J.~Cussens.
|
||||
\newblock {CLP(BN)}: Constraint logic programming for probabilistic knowledge.
|
||||
\newblock In {\em Uncertainty in Artificial Intelligence ({UAI} 2003)}, 2003.
|
||||
|
||||
\bibitem{VenDenBru-JELIA06}
|
||||
J.~Vennekens, M.~Denecker, and M.~Bruynooghe.
|
||||
\newblock Representing causal information about a probabilistic process.
|
||||
\newblock In {\em 10th European Conference on Logics in Artificial
|
||||
Intelligence, JELIA 2006}, LNAI. Springer, September 2006.
|
||||
|
||||
\bibitem{VenVer03-TR}
|
||||
J.~Vennekens and S.~Verbaeten.
|
||||
\newblock Logic programs with annotated disjunctions.
|
||||
\newblock Technical Report CW386, K. U. Leuven, 2003.
|
||||
\newblock
|
||||
\href{http://www.cs.kuleuven.ac.be/~joost/techrep.ps}{http://www.cs.kuleuven%
|
||||
.ac.be/$\sim$joost/techrep.ps}.
|
||||
|
||||
\bibitem{VenVer04-ICLP04-IC}
|
||||
J.~Vennekens, S.~Verbaeten, and M.~Bruynooghe.
|
||||
\newblock Logic programs with annotated disjunctions.
|
||||
\newblock In {\em The 20th International Conference on Logic Programming
|
||||
({ICLP} 2004)}, 2004.
|
||||
\newblock
|
||||
\href{http://www.cs.kuleuven.ac.be/~joost/}{http://www.cs.kuleuven.ac.be/$\sim$joost/}.
|
||||
|
||||
\bibitem{CP-logic-unp}
|
||||
Joost Vennekens, Marc Denecker, and Maurice Bruynooge.
|
||||
\newblock Extending the role of causality in probabilistic modeling.
|
||||
\newblock
|
||||
\href{http://www.cs.kuleuven.ac.be/~joost/cplogic.pdf}{http://www.cs.kuleuve%
|
||||
n.ac.be/$\sim$joost/cplogic.pdf}, 2006.
|
||||
|
||||
\end{thebibliography}
|
@ -1,123 +0,0 @@
|
||||
|
||||
/* start css.sty */
|
||||
.cmr-7{font-size:70%;}
|
||||
.cmmi-7{font-size:70%;font-style: italic;}
|
||||
.cmmi-10{font-style: italic;}
|
||||
.cmr-17{font-size:170%;}
|
||||
.cmtt-12x-x-144{font-size:172%;font-family: monospace;}
|
||||
.cmtt-12x-x-144{font-family: monospace;}
|
||||
.cmr-12{font-size:120%;}
|
||||
.cmtt-10{font-family: monospace;}
|
||||
.cmtt-10{font-family: monospace;}
|
||||
.cmbx-10{ font-weight: bold;}
|
||||
.cmti-10{ font-style: italic;}
|
||||
p.noindent { text-indent: 0em }
|
||||
td p.noindent { text-indent: 0em; margin-top:0em; }
|
||||
p.nopar { text-indent: 0em; }
|
||||
p.indent{ text-indent: 1.5em }
|
||||
@media print {div.crosslinks {visibility:hidden;}}
|
||||
a img { border-top: 0; border-left: 0; border-right: 0; }
|
||||
center { margin-top:1em; margin-bottom:1em; }
|
||||
td center { margin-top:0em; margin-bottom:0em; }
|
||||
.Canvas { position:relative; }
|
||||
img.math{vertical-align:middle;}
|
||||
li p.indent { text-indent: 0em }
|
||||
li p:first-child{ margin-top:0em; }
|
||||
li p:last-child, li div:last-child { margin-bottom:0.5em; }
|
||||
li p~ul:last-child, li p~ol:last-child{ margin-bottom:0.5em; }
|
||||
.enumerate1 {list-style-type:decimal;}
|
||||
.enumerate2 {list-style-type:lower-alpha;}
|
||||
.enumerate3 {list-style-type:lower-roman;}
|
||||
.enumerate4 {list-style-type:upper-alpha;}
|
||||
div.newtheorem { margin-bottom: 2em; margin-top: 2em;}
|
||||
.obeylines-h,.obeylines-v {white-space: nowrap; }
|
||||
div.obeylines-v p { margin-top:0; margin-bottom:0; }
|
||||
.overline{ text-decoration:overline; }
|
||||
.overline img{ border-top: 1px solid black; }
|
||||
td.displaylines {text-align:center; white-space:nowrap;}
|
||||
.centerline {text-align:center;}
|
||||
.rightline {text-align:right;}
|
||||
div.verbatim {font-family: monospace; white-space: nowrap; text-align:left; clear:both; }
|
||||
.fbox {padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
|
||||
div.fbox {display:table}
|
||||
div.center div.fbox {text-align:center; clear:both; padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
|
||||
div.minipage{width:100%;}
|
||||
div.center, div.center div.center {text-align: center; margin-left:1em; margin-right:1em;}
|
||||
div.center div {text-align: left;}
|
||||
div.flushright, div.flushright div.flushright {text-align: right;}
|
||||
div.flushright div {text-align: left;}
|
||||
div.flushleft {text-align: left;}
|
||||
.underline{ text-decoration:underline; }
|
||||
.underline img{ border-bottom: 1px solid black; margin-bottom:1pt; }
|
||||
.framebox-c, .framebox-l, .framebox-r { padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
|
||||
.framebox-c {text-align:center;}
|
||||
.framebox-l {text-align:left;}
|
||||
.framebox-r {text-align:right;}
|
||||
span.thank-mark{ vertical-align: super }
|
||||
span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript{ font-size:80%; }
|
||||
div.tabular, div.center div.tabular {text-align: center; margin-top:0.5em; margin-bottom:0.5em; }
|
||||
table.tabular td p{margin-top:0em;}
|
||||
table.tabular {margin-left: auto; margin-right: auto;}
|
||||
td p:first-child{ margin-top:0em; }
|
||||
td p:last-child{ margin-bottom:0em; }
|
||||
div.td00{ margin-left:0pt; margin-right:0pt; }
|
||||
div.td01{ margin-left:0pt; margin-right:5pt; }
|
||||
div.td10{ margin-left:5pt; margin-right:0pt; }
|
||||
div.td11{ margin-left:5pt; margin-right:5pt; }
|
||||
table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
|
||||
td.td00{ padding-left:0pt; padding-right:0pt; }
|
||||
td.td01{ padding-left:0pt; padding-right:5pt; }
|
||||
td.td10{ padding-left:5pt; padding-right:0pt; }
|
||||
td.td11{ padding-left:5pt; padding-right:5pt; }
|
||||
table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
|
||||
.hline hr, .cline hr{ height : 1px; margin:0px; }
|
||||
.tabbing-right {text-align:right;}
|
||||
span.TEX {letter-spacing: -0.125em; }
|
||||
span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
|
||||
a span.TEX span.E {text-decoration: none; }
|
||||
span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
|
||||
span.LATEX span.TEX{ position:relative; left: -0.4em; }
|
||||
div.float, div.figure {margin-left: auto; margin-right: auto;}
|
||||
div.float img {text-align:center;}
|
||||
div.figure img {text-align:center;}
|
||||
.marginpar {width:20%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;}
|
||||
.marginpar p{margin-top:0.4em; margin-bottom:0.4em;}
|
||||
table.equation {width:100%;}
|
||||
.equation td{text-align:center; }
|
||||
td.equation { margin-top:1em; margin-bottom:1em; }
|
||||
td.equation-label { width:5%; text-align:center; }
|
||||
td.eqnarray4 { width:5%; white-space: normal; }
|
||||
td.eqnarray2 { width:5%; }
|
||||
table.eqnarray-star, table.eqnarray {width:100%;}
|
||||
div.eqnarray{text-align:center;}
|
||||
div.array {text-align:center;}
|
||||
div.pmatrix {text-align:center;}
|
||||
table.pmatrix {width:100%;}
|
||||
span.pmatrix img{vertical-align:middle;}
|
||||
div.pmatrix {text-align:center;}
|
||||
table.pmatrix {width:100%;}
|
||||
span.bar-css {text-decoration:overline;}
|
||||
img.cdots{vertical-align:middle;}
|
||||
.partToc a, .partToc, .likepartToc a, .likepartToc {line-height: 200%; font-weight:bold; font-size:110%;}
|
||||
.index-item, .index-subitem, .index-subsubitem {display:block}
|
||||
div.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:left;}
|
||||
div.caption span.id{font-weight: bold; white-space: nowrap; }
|
||||
h1.partHead{text-align: center}
|
||||
p.bibitem { text-indent: -2em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
|
||||
p.bibitem-p { text-indent: 0em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
|
||||
.paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;}
|
||||
.subparagraphHead, .likesubparagraphHead { font-weight: bold;}
|
||||
.quote {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; margin-right:1em; text-align:justify;}
|
||||
.verse{white-space:nowrap; margin-left:2em}
|
||||
div.maketitle {text-align:center;}
|
||||
h2.titleHead{text-align:center;}
|
||||
div.maketitle{ margin-bottom: 2em; }
|
||||
div.author, div.date {text-align:center;}
|
||||
div.thanks{text-align:left; margin-left:10%; font-size:85%; font-style:italic; }
|
||||
div.author{white-space: nowrap;}
|
||||
.quotation {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; }
|
||||
.abstract p {margin-left:5%; margin-right:5%;}
|
||||
div.abstract {width:100%;}
|
||||
.figure img.graphics {margin-left:10%;}
|
||||
/* end css.sty */
|
||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,23 +1,24 @@
|
||||
\ifnum\pdfoutput>0 % pdflatex compilation
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
%\ifnum\pdfoutput>0 % pdflatex compilation
|
||||
\documentclass[a4paper,10pt]{scrartcl}
|
||||
\usepackage[pdftex]{graphicx}
|
||||
\DeclareGraphicsExtensions{.pdf,.png,.jpg}
|
||||
\RequirePackage[hyperindex]{hyperref}
|
||||
\else % htlatex compilation
|
||||
\documentclass{article}
|
||||
\usepackage{graphicx}
|
||||
\DeclareGraphicsExtensions{.png, .gif, .jpg}
|
||||
\newcommand{\href}[2]{\Link[#1]{}{} #2 \EndLink}
|
||||
\newcommand{\hypertarget}[2]{\Link[]{}{#1} #2 \EndLink}
|
||||
\newcommand{\hyperlink}[2]{\Link[]{#1}{} #2 \EndLink}
|
||||
\newcommand{\url}[1]{\Link[#1]{}{} #1 \EndLink}
|
||||
\fi
|
||||
%\else % htlatex compilation
|
||||
%\documentclass{article}
|
||||
%\usepackage{graphicx}
|
||||
%\DeclareGraphicsExtensions{.png, .gif, .jpg}
|
||||
%\newcommand{\href}[2]{\Link[#1]{}{} #2 \EndLink}
|
||||
%\newcommand{\hypertarget}[2]{\Link[]{}{#1} #2 \EndLink}
|
||||
%\newcommand{\hyperlink}[2]{\Link[]{#1}{} #2 \EndLink}
|
||||
%\newcommand{\url}[1]{\Link[#1]{}{} #1 \EndLink}
|
||||
%\fi
|
||||
|
||||
|
||||
|
||||
\begin{document}
|
||||
\title{\texttt{cplint} Manual}
|
||||
|
||||
\subtitle{Yap Version}
|
||||
|
||||
\author{Fabrizio Riguzzi\\
|
||||
fabrizio.riguzzi@unife.it}
|
||||
@ -30,8 +31,11 @@ fabrizio.riguzzi@unife.it}
|
||||
|
||||
\texttt{cplint} is a suite of programs for reasoning with ICL \cite{DBLP:journals/ai/Poole97}, LPADs \cite{VenVer03-TR,VenVer04-ICLP04-IC} and CP-logic programs \cite{VenDenBru-JELIA06,DBLP:journals/tplp/VennekensDB09}. It contains programs both for inference and learning.
|
||||
|
||||
\texttt{cplint} is available in two versions, one for Yap Prolog and one for SWI-Prolog. They differ slightly in the features offered.
|
||||
This manual is about the Yap version. You can find the manual for the SWI-Prolog version at \url{http://ds.ing.unife.it/~friguzzi/software/cplint-swi/manual.html}.
|
||||
|
||||
\section{Installation}
|
||||
\texttt{cplint} is distributed in source code in the source code development tree of Yap. It includes Prolog and C files. Download it by following the instruction in \url{http://www.dcc.fc.up.pt/\string ~vsc/Yap/downloads.html}.
|
||||
\texttt{cplint} is distributed in the source code development tree of Yap. It includes Prolog and C files. Download it by following the instruction in \url{http://www.dcc.fc.up.pt/\string ~vsc/Yap/downloads.html}.
|
||||
|
||||
\texttt{cplint} requires \href{http://vlsi.colorado.edu/\string ~fabio/CUDD/}{CUDD}.
|
||||
You can download CUDD from \url{ftp://vlsi.colorado.edu/pub/cudd-2.5.0.tar.gz}.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user