This file is indexed.

/usr/share/doc/coinor-libosi-doc/html/_osi_collections_8hpp_source.html is in coinor-libosi-doc 0.103.0-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
<!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>/build/buildd/coinor-osi-0.103.0/Osi/src/OsiCollections.hpp 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.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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 class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>/build/buildd/coinor-osi-0.103.0/Osi/src/OsiCollections.hpp</h1>  </div>
</div>
<div class="contents">
<a href="_osi_collections_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (C) 2000, International Business Machines</span>
<a name="l00002"></a>00002 <span class="comment">// Corporation and others.  All Rights Reserved.</span>
<a name="l00003"></a>00003 <span class="preprocessor">#ifndef OsiCollections_H</span>
<a name="l00004"></a>00004 <span class="preprocessor"></span><span class="preprocessor">#define OsiCollections_H</span>
<a name="l00005"></a>00005 <span class="preprocessor"></span>
<a name="l00006"></a>00006 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00007"></a>00007 
<a name="l00008"></a>00008 <span class="comment">//Forward declarations</span>
<a name="l00009"></a>00009 <span class="keyword">class </span><a class="code" href="class_osi_col_cut.html" title="Column Cut Class.">OsiColCut</a>;
<a name="l00010"></a>00010 <span class="keyword">class </span><a class="code" href="class_osi_row_cut.html" title="Row Cut Class.">OsiRowCut</a>;
<a name="l00011"></a>00011 <span class="keyword">class </span><a class="code" href="class_osi_cut.html">OsiCut</a>;
<a name="l00012"></a>00012 
<a name="l00013"></a>00013 
<a name="l00014"></a>00014 
<a name="l00015"></a>00015 <span class="comment">/* Collection Classes */</span>
<a name="l00016"></a>00016 
<a name="l00019"></a>00019 
<a name="l00020"></a><a class="code" href="_osi_collections_8hpp.html#a2c63f603bad899c58fefcee0253fd75a">00020</a> <span class="keyword">typedef</span> std::vector&lt;int&gt;    OsiVectorInt;
<a name="l00022"></a><a class="code" href="_osi_collections_8hpp.html#ad4d4f116239932a94181ac8b786617d4">00022</a> <span class="keyword">typedef</span> std::vector&lt;double&gt; OsiVectorDouble;
<a name="l00024"></a><a class="code" href="_osi_collections_8hpp.html#a55289824a9470c394d311e8dbafc3083">00024</a> <span class="keyword">typedef</span> std::vector&lt;OsiColCut *&gt; OsiVectorColCutPtr;
<a name="l00026"></a><a class="code" href="_osi_collections_8hpp.html#a1d90a61c53e315bc7128c7b281d376aa">00026</a> <span class="keyword">typedef</span> std::vector&lt;OsiRowCut *&gt; OsiVectorRowCutPtr;
<a name="l00028"></a><a class="code" href="_osi_collections_8hpp.html#a3cfe0f5592995b22e941da5b1f4227db">00028</a> <span class="keyword">typedef</span> std::vector&lt;OsiCut *&gt;    OsiVectorCutPtr;
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Mon Oct 18 2010 06:52:51 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>