inherits.html 13.8 KB
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
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 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
<!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"/>-->
        <script type="text/javascript" src="jquery.js"></script>
        <script type="text/javascript" src="dynsections.js"></script>
        <link href="doxygen.css" rel="stylesheet" type="text/css" />
        <link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
    </head>
    <body>
        <div id="banner-container">
            <div id="banner">
                <span id="sfml">Google OR-Tools 8.1</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: CP-SAT</h1>
            </div>
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">Class Hierarchy</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock">
<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
</div><table border="0" cellspacing="10" cellpadding="0">
<tr><td><img src="inherit_graph_0.png" border="0" usemap="#a_bool_var" alt=""/>
<map name="_bool_var" id="a_bool_var">
<area shape="rect" href="classoperations__research_1_1sat_1_1_bool_var.html" title="A Boolean variable." alt="" coords="5,5,77,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_1.png" border="0" usemap="#a_closed_interval" alt=""/>
<map name="_closed_interval" id="a_closed_interval">
<area shape="rect" href="structoperations__research_1_1_closed_interval.html" title="Represents a closed interval [start, end]." alt="" coords="5,5,121,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_2.png" border="0" usemap="#a_constraint" alt=""/>
<map name="_constraint" id="a_constraint">
<area shape="rect" href="classoperations__research_1_1sat_1_1_constraint.html" title="A constraint." alt="" coords="5,157,95,184"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_automaton_constraint.html" title="Specialized automaton constraint." alt="" coords="154,5,315,32"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_circuit_constraint.html" title="Specialized circuit constraint." alt="" coords="169,56,300,83"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_cumulative_constraint.html" title="Specialized cumulative constraint." alt="" coords="153,107,317,133"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_multiple_circuit_constraint.html" title="Specialized circuit constraint." alt="" coords="143,157,327,184"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_no_overlap2_d_constraint.html" title="Specialized no_overlap2D constraint." alt="" coords="147,208,323,235"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_reservoir_constraint.html" title="Specialized reservoir constraint." alt="" coords="159,259,310,285"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_table_constraint.html" title="Specialized assignment constraint." alt="" coords="173,309,296,336"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_3.png" border="0" usemap="#a_cp_model_builder" alt=""/>
<map name="_cp_model_builder" id="a_cp_model_builder">
<area shape="rect" href="classoperations__research_1_1sat_1_1_cp_model_builder.html" title="Wrapper class around the cp_model proto." alt="" coords="5,5,131,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_4.png" border="0" usemap="#a_domain" alt=""/>
<map name="_domain" id="a_domain">
<area shape="rect" href="classoperations__research_1_1_domain.html" title="We call domain any subset of Int64 = [kint64min, kint64max]." alt="" coords="5,5,79,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_5.png" border="0" usemap="#a_interval_var" alt=""/>
<map name="_interval_var" id="a_interval_var">
<area shape="rect" href="classoperations__research_1_1sat_1_1_interval_var.html" title="Represents a Interval variable." alt="" coords="5,5,99,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_6.png" border="0" usemap="#a_int_var" alt=""/>
<map name="_int_var" id="a_int_var">
<area shape="rect" href="classoperations__research_1_1sat_1_1_int_var.html" title="An integer variable." alt="" coords="5,5,65,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_7.png" border="0" usemap="#ais__proto__enum_3_01_1_1operations__research_1_1sat_1_1_cp_solver_status_01_4" alt=""/>
<map name="is__proto__enum_3_01_1_1operations__research_1_1sat_1_1_cp_solver_status_01_4" id="ais__proto__enum_3_01_1_1operations__research_1_1sat_1_1_cp_solver_status_01_4">
<area shape="rect" title=" " alt="" coords="5,526,89,553"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_cp_solver_status_01_4.html" title=" " alt="" coords="145,5,379,47"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_decision_strategy_proto___domain_reduction_strategy_01_4.html" title=" " alt="" coords="137,71,387,127"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_decision_strategy_proto___variable_selection_strategy_01_4.html" title=" " alt="" coords="139,151,385,207"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___binary_minization_algorithm_01_4.html" title=" " alt="" coords="153,231,371,287"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___clause_ordering_01_4.html" title=" " alt="" coords="154,311,370,367"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___clause_protection_01_4.html" title=" " alt="" coords="154,391,370,447"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___conflict_minimization_algorithm_01_4.html" title=" " alt="" coords="141,471,383,527"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___f_p_rounding_method_01_4.html" title=" " alt="" coords="154,551,370,607"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___max_sat_assumption_order_01_4.html" title=" " alt="" coords="154,631,370,687"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___max_sat_stratification_algorithm_01_4.html" title=" " alt="" coords="142,711,382,767"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___polarity_01_4.html" title=" " alt="" coords="154,791,370,847"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___restart_algorithm_01_4.html" title=" " alt="" coords="154,871,370,927"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___search_branching_01_4.html" title=" " alt="" coords="154,951,370,1007"/>
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1_sat_parameters___variable_order_01_4.html" title=" " alt="" coords="154,1031,370,1087"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_8.png" border="0" usemap="#a_linear_expr" alt=""/>
<map name="_linear_expr" id="a_linear_expr">
<area shape="rect" href="classoperations__research_1_1sat_1_1_linear_expr.html" title="A dedicated container for linear expressions." alt="" coords="5,5,96,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_9.png" border="0" usemap="#a_model" alt=""/>
<map name="_model" id="a_model">
<area shape="rect" href="classoperations__research_1_1sat_1_1_model.html" title="Class that owns everything related to a particular optimization model." alt="" coords="5,5,68,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_10.png" border="0" usemap="#a_nested_time_limit" alt=""/>
<map name="_nested_time_limit" id="a_nested_time_limit">
<area shape="rect" href="classoperations__research_1_1_nested_time_limit.html" title="Provides a way to nest time limits for algorithms where a certain part of the computation is bounded ..." alt="" coords="5,5,140,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_11.png" border="0" usemap="#a_p_r_o_t_o_b_u_f___f_i_n_a_l" alt=""/>
<map name="_p_r_o_t_o_b_u_f___f_i_n_a_l" id="a_p_r_o_t_o_b_u_f___f_i_n_a_l">
<area shape="rect" title=" " alt="" coords="5,5,85,32"/>
<area shape="rect" href="classoperations__research_1_1sat_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html" title=" " alt="" coords="133,5,272,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_12.png" border="0" usemap="#a_shared_time_limit" alt=""/>
<map name="_shared_time_limit" id="a_shared_time_limit">
<area shape="rect" href="classoperations__research_1_1_shared_time_limit.html" title=" " alt="" coords="5,5,139,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_13.png" border="0" usemap="#a_sorted_disjoint_interval_list" alt=""/>
<map name="_sorted_disjoint_interval_list" id="a_sorted_disjoint_interval_list">
<area shape="rect" href="classoperations__research_1_1_sorted_disjoint_interval_list.html" title="This class represents a sorted list of disjoint, closed intervals." alt="" coords="5,5,192,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_14.png" border="0" usemap="#a_sorted_disjoint_interval_list_1_1_interval_comparator" alt=""/>
<map name="_sorted_disjoint_interval_list_1_1_interval_comparator" id="a_sorted_disjoint_interval_list_1_1_interval_comparator">
<area shape="rect" href="structoperations__research_1_1_sorted_disjoint_interval_list_1_1_interval_comparator.html" title=" " alt="" coords="5,5,192,47"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_15.png" border="0" usemap="#a_table_struct__ortools__2fsat__2fboolean__5fproblem__2eproto" alt=""/>
<map name="_table_struct__ortools__2fsat__2fboolean__5fproblem__2eproto" id="a_table_struct__ortools__2fsat__2fboolean__5fproblem__2eproto">
<area shape="rect" href="struct_table_struct__ortools__2fsat__2fboolean__5fproblem__2eproto.html" title=" " alt="" coords="5,5,213,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_16.png" border="0" usemap="#a_table_struct__ortools__2fsat__2fcp__5fmodel__2eproto" alt=""/>
<map name="_table_struct__ortools__2fsat__2fcp__5fmodel__2eproto" id="a_table_struct__ortools__2fsat__2fcp__5fmodel__2eproto">
<area shape="rect" href="struct_table_struct__ortools__2fsat__2fcp__5fmodel__2eproto.html" title=" " alt="" coords="5,5,164,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_17.png" border="0" usemap="#a_table_struct__ortools__2fsat__2fsat__5fparameters__2eproto" alt=""/>
<map name="_table_struct__ortools__2fsat__2fsat__5fparameters__2eproto" id="a_table_struct__ortools__2fsat__2fsat__5fparameters__2eproto">
<area shape="rect" href="struct_table_struct__ortools__2fsat__2fsat__5fparameters__2eproto.html" title=" " alt="" coords="5,5,203,61"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_18.png" border="0" usemap="#a_time_limit" alt=""/>
<map name="_time_limit" id="a_time_limit">
<area shape="rect" href="classoperations__research_1_1_time_limit.html" title="A simple class to enforce both an elapsed time limit and a deterministic time limit in the same threa..." alt="" coords="5,5,93,32"/>
</map>
</td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
        </div>
        </div>
        <div id="footer-container">
            <div id="footer">
            </div>
        </div>
    </body>
</html>