/usr/share/mozart/doc/cpitut/ct.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>2 Building Constraint Systems from Scratch</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node1.html#chapter.ip"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="lp.html#chapter.lp">Next >></A></TD></TR></TABLE><DIV id="chapter.ct"><H1><A name="chapter.ct">2 Building Constraint Systems from Scratch</A></H1><HR><UL class="toc"><LI><A href="node9.html#ct.introduction">2.1 The Generic Part of the C<SPAN class="allcaps">PI</SPAN></A><UL class="toc"><LI><A href="node10.html#ct.intro.model">2.1.1 The Model of a Generic Constraint Solver</A></LI><LI><A href="node11.html#ct.intro.overview">2.1.2 Overview over Generic Part of the C<SPAN class="allcaps">PI</SPAN></A></LI></UL></LI></UL><UL class="toc"><LI><A href="node12.html#ct.casestudy">2.2 A Casestudy: Real Interval Constraints</A><UL class="toc"><LI><A href="node13.html#ct.casestudy.impl">2.2.1 An Implementation</A><UL class="toc"><LI><A href="node14.html#ct.casestudy.impl.ridef">A Definition Class for Real-Interval Constraints</A></LI><LI><A href="node15.html#ct.casestudy.impl.profilewakeup">Determining Wake-up Events for Real-Interval Constraints</A></LI><LI><A href="node16.html#ct.casestudy.impl.constraint">The Actual Real-Interval Constraint</A></LI><LI><A href="node17.html#ct.casestudy.impl.rivar">Accessing the Constraint Store</A></LI><LI><A href="node18.html#ct.casestudy.impl.expect">Extending <CODE>OZ_Expect</CODE></A></LI><LI><A href="node19.html#ct.casestudy.impl.propagator">A Simple Propagator</A></LI></UL></LI><LI><A href="node20.html#ct.casestudy.reference">2.2.2 The Reference of the Implemented Real-Interval Constraint Solver</A></LI></UL></LI></UL></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node1.html#chapter.ip"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="lp.html#chapter.lp">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|