functions_i.html 9.19 KB
Newer Older
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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
<!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>
        <title>OR-Tools</title>
        <meta http-equiv="Content-Type" content="text/html;"/>
        <meta charset="utf-8"/>
        <!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
        <link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
        <script type="text/javascript" src="jquery.js"></script>
        <script type="text/javascript" src="dynsections.js"></script>
    </head>
    <body>
        <div id="banner-container">
            <div id="banner">
                <span id="sfml">Google OR-Tools 7.7</span>
            </div>
        </div>
        <div id="content" style="width: 100%; overflow: hidden;">
        <div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
        <h2>C++ Reference</h2>
        <ul>
          <li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
          <li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
          <li><a href="../cpp_graph/annotated.html">Graph</a></li>
          <li><a href="../cpp_routing/annotated.html">Routing</a></li>
          <li><a href="../cpp_linear/annotated.html">Linear solver</a></li>
        </ul>
        </div>
        <div id="content">
            <div align="center">
                <h1 style="color: #145A32;">C++ Reference: Linear solver</h1>
            </div>
<!-- Generated by Doxygen 1.8.18 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="functions.html"><span>All</span></a></li>
      <li><a href="functions_func.html"><span>Functions</span></a></li>
      <li><a href="functions_vars.html"><span>Variables</span></a></li>
      <li><a href="functions_type.html"><span>Typedefs</span></a></li>
      <li><a href="functions_enum.html"><span>Enumerations</span></a></li>
      <li><a href="functions_eval.html"><span>Enumerator</span></a></li>
      <li><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="functions.html#index_:"><span>:</span></a></li>
      <li><a href="functions__.html#index__5F"><span>_</span></a></li>
      <li><a href="functions_a.html#index_a"><span>a</span></a></li>
      <li><a href="functions_b.html#index_b"><span>b</span></a></li>
      <li><a href="functions_c.html#index_c"><span>c</span></a></li>
      <li><a href="functions_d.html#index_d"><span>d</span></a></li>
      <li><a href="functions_e.html#index_e"><span>e</span></a></li>
      <li><a href="functions_f.html#index_f"><span>f</span></a></li>
      <li><a href="functions_g.html#index_g"><span>g</span></a></li>
      <li><a href="functions_h.html#index_h"><span>h</span></a></li>
      <li class="current"><a href="functions_i.html#index_i"><span>i</span></a></li>
      <li><a href="functions_k.html#index_k"><span>k</span></a></li>
      <li><a href="functions_l.html#index_l"><span>l</span></a></li>
      <li><a href="functions_m.html#index_m"><span>m</span></a></li>
      <li><a href="functions_n.html#index_n"><span>n</span></a></li>
      <li><a href="functions_o.html#index_o"><span>o</span></a></li>
      <li><a href="functions_p.html#index_p"><span>p</span></a></li>
      <li><a href="functions_q.html#index_q"><span>q</span></a></li>
      <li><a href="functions_r.html#index_r"><span>r</span></a></li>
      <li><a href="functions_s.html#index_s"><span>s</span></a></li>
      <li><a href="functions_t.html#index_t"><span>t</span></a></li>
      <li><a href="functions_u.html#index_u"><span>u</span></a></li>
      <li><a href="functions_v.html#index_v"><span>v</span></a></li>
      <li><a href="functions_w.html#index_w"><span>w</span></a></li>
      <li><a href="functions_x.html#index_x"><span>x</span></a></li>
      <li><a href="functions_~.html#index__7E"><span>~</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="contents">
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>

<h3><a id="index_i"></a>- i -</h3><ul>
<li>INCREMENTALITY
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a7319655592ea63d50ef2a6645e309784adabd0cf2fcb5726b7fc2aa3d54d5f3ff">MPSolverParameters</a>
</li>
<li>INCREMENTALITY_OFF
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a215b66c2ff063ffbf5b538ee402304cba01f385fe2acfe85efe038aa62b31edfb">MPSolverParameters</a>
</li>
<li>INCREMENTALITY_ON
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a215b66c2ff063ffbf5b538ee402304cba34d17de87fc7339e07256ca5319dfa67">MPSolverParameters</a>
</li>
<li>IncrementalityValues
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a215b66c2ff063ffbf5b538ee402304cb">MPSolverParameters</a>
</li>
<li>index()
: <a class="el" href="classoperations__research_1_1MPConstraint.html#acca41811e8aaab0112b987749c0ecb93">MPConstraint</a>
, <a class="el" href="classoperations__research_1_1MPVariable.html#acca41811e8aaab0112b987749c0ecb93">MPVariable</a>
</li>
<li>indicator_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a41f2c1f14fe03a28ca969d4e4cecc61f">PROTOBUF_FINAL</a>
</li>
<li>indicator_value()
: <a class="el" href="classoperations__research_1_1MPConstraint.html#a87e458487b8f14804b579be6228ea78f">MPConstraint</a>
</li>
<li>indicator_variable()
: <a class="el" href="classoperations__research_1_1MPConstraint.html#a5afd87c4abc02aea7fedd93f12a16b60">MPConstraint</a>
</li>
<li>INFEASIBLE
: <a class="el" href="classoperations__research_1_1MPSolver.html#a573d479910e373f5d771d303e440587da2884fa43446c0cbc9c7a9b74d41d7483">MPSolver</a>
</li>
<li>infinity()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a9655632a7a05d89fc1562459b26d7955">MPSolver</a>
</li>
<li>InitAsDefaultInstance()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a05cb7c52e2ce1eea2689c26385612b33">PROTOBUF_FINAL</a>
</li>
<li>integer()
: <a class="el" href="classoperations__research_1_1MPVariable.html#abc6bcaac179c603ad3386fa7449c86a7">MPVariable</a>
</li>
<li>IntegerParam
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a7319655592ea63d50ef2a6645e309784">MPSolverParameters</a>
</li>
<li>internal_default_instance()
: <a class="el" href="classoperations__research_1_1MPModelDeltaProto__ConstraintOverridesEntry__DoNotUse.html#a93fcb491f438f7eea1ea448dc71af7a9">MPModelDeltaProto_ConstraintOverridesEntry_DoNotUse</a>
, <a class="el" href="classoperations__research_1_1MPModelDeltaProto__VariableOverridesEntry__DoNotUse.html#aff897df92b0caf457b662c27ba0ed3fa">MPModelDeltaProto_VariableOverridesEntry_DoNotUse</a>
, <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ae83e69baaf9a61ec45a67692ea440241">PROTOBUF_FINAL</a>
</li>
<li>InterruptSolve()
: <a class="el" href="classoperations__research_1_1MPSolver.html#ac75b700ead5ff5d0944b5161e6dac9e8">MPSolver</a>
, <a class="el" href="classoperations__research_1_1MPSolverInterface.html#ad89da59cde106890e11eb0e3f8b460e2">MPSolverInterface</a>
</li>
<li>InvalidateSolutionSynchronization()
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a315d9a97f1e37fd6773f8312aedc5c93">MPSolverInterface</a>
</li>
<li>is_integer()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a90a6759a08c3d72c4193a0a75aa581bc">PROTOBUF_FINAL</a>
</li>
<li>is_lazy()
: <a class="el" href="classoperations__research_1_1MPConstraint.html#ab0c809243bacbba99e083bddd16ebcaa">MPConstraint</a>
, <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab0c809243bacbba99e083bddd16ebcaa">PROTOBUF_FINAL</a>
</li>
<li>IsContinuous()
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a4544138013b96f9cf723de8bd8529027">MPSolverInterface</a>
</li>
<li>IsInitialized()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a83794439b5a81a507b67b07f09d4f048">PROTOBUF_FINAL</a>
</li>
<li>IsLP()
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#af4eef336b3f51a82d39068505ac1866e">MPSolverInterface</a>
</li>
<li>IsMIP()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a29500cb9138fb0d96b2ed028d9253881">MPSolver</a>
, <a class="el" href="classoperations__research_1_1MPSolverInterface.html#abc7994a741ef4c01ab29ccca957b833b">MPSolverInterface</a>
</li>
<li>iterations()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a8f94769e8f7f3e051ba504be9ed1fa6f">MPSolver</a>
, <a class="el" href="classoperations__research_1_1MPSolverInterface.html#aa16bad1aecd6361a6f87ca03255ea840">MPSolverInterface</a>
</li>
</ul>
</div><!-- contents -->
        </div>
        </div>
        <div id="footer-container">
            <div id="footer">
            </div>
        </div>
    </body>
</html>