This file is indexed.

/usr/share/doc/coinor-libflopc++-doc/html/MP__set_8cpp_source.html is in coinor-libflopc++-doc 1.0.6-3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>FLOPC++: MP_set.cpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">FLOPC++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<div class="title">MP_set.cpp</div>  </div>
</div>
<div class="contents">
<a href="MP__set_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// ******************** FlopCpp **********************************************</span>
<a name="l00002"></a>00002 <span class="comment">// File: MP_set.cpp</span>
<a name="l00003"></a>00003 <span class="comment">// $Id$</span>
<a name="l00004"></a>00004 <span class="comment">// Author: Tim Helge Hultberg (thh@mat.ua.pt)</span>
<a name="l00005"></a>00005 <span class="comment">// Copyright (C) 2003 Tim Helge Hultberg</span>
<a name="l00006"></a>00006 <span class="comment">// All Rights Reserved.</span>
<a name="l00007"></a>00007 <span class="comment">//****************************************************************************</span>
<a name="l00008"></a>00008 
<a name="l00009"></a>00009 <span class="preprocessor">#include &quot;<a class="code" href="MP__set_8hpp.html">MP_set.hpp</a>&quot;</span>
<a name="l00010"></a>00010 <span class="preprocessor">#include &quot;<a class="code" href="MP__model_8hpp.html">MP_model.hpp</a>&quot;</span>
<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;sstream&gt;</span>
<a name="l00012"></a>00012 <span class="keyword">using namespace </span>flopc;
<a name="l00013"></a>00013 
<a name="l00014"></a>00014 <span class="keyword">namespace </span>flopc {
<a name="l00015"></a>00015 
<a name="l00016"></a>00016   <a class="code" href="classflopc_1_1MP__set.html" title="Representation of a set for indexing into some other construct.This is one of the main public interfa...">MP_set</a> <a class="code" href="classflopc_1_1MP__set.html#a052a22b1e31417faf8a59aeb77462058">MP_set::Empty</a> = *<span class="keyword">new</span> <a class="code" href="classflopc_1_1MP__set.html" title="Representation of a set for indexing into some other construct.This is one of the main public interfa...">MP_set</a>(1);
<a name="l00017"></a><a class="code" href="classflopc_1_1MP__set.html#a23d5cd95f9426b0c762b65ddb1365ea1">00017</a>   <a class="code" href="classflopc_1_1MP__set.html" title="Representation of a set for indexing into some other construct.This is one of the main public interfa...">MP_set</a> &amp;<a class="code" href="classflopc_1_1MP__set.html#a23d5cd95f9426b0c762b65ddb1365ea1" title="gets the distinct &#39;empty&#39; MP_set.">MP_set::getEmpty</a>() {
<a name="l00018"></a>00018     <span class="keywordflow">return</span> Empty;
<a name="l00019"></a>00019   }
<a name="l00020"></a>00020     
<a name="l00021"></a>00021 <span class="comment">//   void MP_set_base::display() const { </span>
<a name="l00022"></a>00022 <span class="comment">//     //I don&#39;t like this hack.  However, until messenger is segregated from the </span>
<a name="l00023"></a>00023 <span class="comment">//     // model, it&#39;s pretty impossible to use it in a shared fashion.</span>
<a name="l00024"></a>00024 <span class="comment">// ///  MP_model::getCurrentModel()-&gt;getMessenger()-&gt;logMessage(5,toString().c_str());</span>
<a name="l00025"></a>00025 <span class="comment">//   }</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 }
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Jun 28 2011 23:46:24 for FLOPC++ by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>