simplecudd link
This commit is contained in:
parent
69b1f51a4e
commit
d87bb830cd
@ -7,7 +7,7 @@
|
|||||||
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
|
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
|
||||||
<!-- html -->
|
<!-- html -->
|
||||||
<meta name="src" content="manual.tex">
|
<meta name="src" content="manual.tex">
|
||||||
<meta name="date" content="2013-07-12 14:51:00">
|
<meta name="date" content="2013-07-12 15:02:00">
|
||||||
<link rel="stylesheet" type="text/css" href="manual.css">
|
<link rel="stylesheet" type="text/css" href="manual.css">
|
||||||
</head><body
|
</head><body
|
||||||
>
|
>
|
||||||
@ -244,7 +244,7 @@ href="#XRig11-CILC11-NC">17</a>]</span></li></ul>
|
|||||||
class="cmtt-10">approx/exact.pl </span>as <span
|
class="cmtt-10">approx/exact.pl </span>as <span
|
||||||
class="cmtt-10">lpadsld.pl </span>but uses SimplecuddLPADs, a modification
|
class="cmtt-10">lpadsld.pl </span>but uses SimplecuddLPADs, a modification
|
||||||
of the <a
|
of the <a
|
||||||
href="http://www.cs.kuleuven.be/~theo/tools/simplecudd.html" > Simplecudd </a> instead of the <span
|
href="http://dtai.cs.kuleuven.be/problog/download.html" > Simplecudd </a> instead of the <span
|
||||||
class="cmtt-10">cplint </span>library for building BDDs and
|
class="cmtt-10">cplint </span>library for building BDDs and
|
||||||
computing the probability.</li></ul>
|
computing the probability.</li></ul>
|
||||||
<!--l. 149--><p class="indent" > These modules answer queries using the definition of the semantics of LPADs and
|
<!--l. 149--><p class="indent" > These modules answer queries using the definition of the semantics of LPADs and
|
||||||
@ -505,7 +505,7 @@ class="cmtt-10">X=1,X1=0 </span>and variable <span
|
|||||||
class="cmtt-10">X2 </span>corresponds to clause <span
|
class="cmtt-10">X2 </span>corresponds to clause <span
|
||||||
class="cmtt-10">1 </span>with the
|
class="cmtt-10">1 </span>with the
|
||||||
empty substitution. You can view the graph with <a
|
empty substitution. You can view the graph with <a
|
||||||
href="www.graphviz.org" > <span
|
href="http://www.graphviz.org" > <span
|
||||||
class="cmtt-10">graphviz </span></a> using the
|
class="cmtt-10">graphviz </span></a> using the
|
||||||
command
|
command
|
||||||
|
|
||||||
@ -1284,7 +1284,7 @@ class="cmtt-10">cplint</span>, as Yap, follows the Artistic License 2.0 that you
|
|||||||
dir. The copyright is by Fabrizio Riguzzi.
|
dir. The copyright is by Fabrizio Riguzzi.
|
||||||
<!--l. 613--><p class="indent" > The modules in the approx subdirectory use SimplecuddLPADs, a modification of
|
<!--l. 613--><p class="indent" > The modules in the approx subdirectory use SimplecuddLPADs, a modification of
|
||||||
the <a
|
the <a
|
||||||
href="http://www.cs.kuleuven.be/~theo/tools/simplecudd.html" > Simplecudd </a> library whose copyright is by Katholieke Universiteit Leuven and
|
href="http://dtai.cs.kuleuven.be/problog/download.html" > Simplecudd </a> library whose copyright is by Katholieke Universiteit Leuven and
|
||||||
that follows the Artistic License 2.0.
|
that follows the Artistic License 2.0.
|
||||||
<!--l. 616--><p class="indent" > Some modules use the library <a
|
<!--l. 616--><p class="indent" > Some modules use the library <a
|
||||||
href="http://vlsi.colorado.edu/~fabio/" > CUDD </a> for manipulating BDDs that is included in
|
href="http://vlsi.colorado.edu/~fabio/" > CUDD </a> for manipulating BDDs that is included in
|
||||||
|
Binary file not shown.
@ -143,7 +143,7 @@ It is also able to deal with extensions of LPADs and CP-logic: the clause bodies
|
|||||||
\item \texttt{montecarlo.pl} performs Monte Carlo \cite{BraRig10-ILP10-IC}
|
\item \texttt{montecarlo.pl} performs Monte Carlo \cite{BraRig10-ILP10-IC}
|
||||||
\item \texttt{mcintyre.pl}: implements the algorithm MCINTYRE (Monte Carlo INference wiTh Yap REcord) \cite{Rig11-CILC11-NC}
|
\item \texttt{mcintyre.pl}: implements the algorithm MCINTYRE (Monte Carlo INference wiTh Yap REcord) \cite{Rig11-CILC11-NC}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item \texttt{approx/exact.pl} as \texttt{lpadsld.pl} but uses SimplecuddLPADs, a modification of the \href{http://www.cs.kuleuven.be/\string ~theo/tools/simplecudd.html}{Simplecudd} instead of the \texttt{cplint} library for building BDDs and computing the probability.
|
\item \texttt{approx/exact.pl} as \texttt{lpadsld.pl} but uses SimplecuddLPADs, a modification of the \href{http://dtai.cs.kuleuven.be/problog/download.html}{Simplecudd} instead of the \texttt{cplint} library for building BDDs and computing the probability.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
These modules answer queries using the definition of the semantics of LPADs and CP-logic:
|
These modules answer queries using the definition of the semantics of LPADs and CP-logic:
|
||||||
@ -268,7 +268,7 @@ Variables: [(2,[X=2,X1=1]),(2,[X=1,X1=0]),(1,[])]
|
|||||||
In the example above variable \texttt{X0} corresponds to clause \texttt{2} with the substitutions \texttt{X=2,X1=1},
|
In the example above variable \texttt{X0} corresponds to clause \texttt{2} with the substitutions \texttt{X=2,X1=1},
|
||||||
variable \texttt{X1} corresponds to clause \texttt{2} with the substitutions \texttt{X=1,X1=0} and
|
variable \texttt{X1} corresponds to clause \texttt{2} with the substitutions \texttt{X=1,X1=0} and
|
||||||
variable \texttt{X2} corresponds to clause \texttt{1} with the empty substitution.
|
variable \texttt{X2} corresponds to clause \texttt{1} with the empty substitution.
|
||||||
You can view the graph with \href{www.graphviz.org}{\texttt{graphviz}} using the
|
You can view the graph with \href{http://www.graphviz.org}{\texttt{graphviz}} using the
|
||||||
command
|
command
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
dotty cpl.dot &
|
dotty cpl.dot &
|
||||||
@ -610,7 +610,7 @@ and call
|
|||||||
\texttt{cplint}, as Yap, follows the Artistic License 2.0 that you can find in Yap CVS root dir. The copyright is by Fabrizio Riguzzi.
|
\texttt{cplint}, as Yap, follows the Artistic License 2.0 that you can find in Yap CVS root dir. The copyright is by Fabrizio Riguzzi.
|
||||||
\vspace{3mm}
|
\vspace{3mm}
|
||||||
|
|
||||||
The modules in the approx subdirectory use SimplecuddLPADs, a modification of the \href{http://www.cs.kuleuven.be/\string ~theo/tools/simplecudd.html}{Simplecudd} library whose copyright is by Katholieke Universiteit Leuven and that follows the Artistic License 2.0.
|
The modules in the approx subdirectory use SimplecuddLPADs, a modification of the \href{http://dtai.cs.kuleuven.be/problog/download.html}{Simplecudd} library whose copyright is by Katholieke Universiteit Leuven and that follows the Artistic License 2.0.
|
||||||
\vspace{3mm}
|
\vspace{3mm}
|
||||||
|
|
||||||
Some modules use the library \href{http://vlsi.colorado.edu/\string ~fabio/}{CUDD} for manipulating BDDs that is included in glu.
|
Some modules use the library \href{http://vlsi.colorado.edu/\string ~fabio/}{CUDD} for manipulating BDDs that is included in glu.
|
||||||
|
Reference in New Issue
Block a user