2019-08-07 18:01:08 -07:00
<!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 >
2020-09-01 16:00:33 +02:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
2019-08-07 18:01:08 -07:00
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2022-03-04 00:11:33 +01:00
< span id = "sfml" > Google OR-Tools 9.3< / span >
2019-08-07 18:01:08 -07:00
< / div >
< / div >
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > C++ Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
2019-08-12 09:16:03 -07:00
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
2019-08-07 18:01:08 -07:00
< 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 >
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-09-01 16:00:33 +02:00
< div id = "main-nav" > < / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2020-09-01 16:00:33 +02:00
< 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" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @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 >
2019-08-07 18:01:08 -07:00
< div class = "header" >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > Class Hierarchy< / div > < / div >
2019-08-07 18:01:08 -07:00
< / 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" >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_0.png" border = "0" usemap = "#a_bool_var" alt = "" / >
< map name = "a_bool_var" id = "a_bool_var" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1_bool_var.html" title = "A Boolean variable." alt = "" coords = "5,5,79,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_1.png" border = "0" usemap = "#a_closed_interval" alt = "" / >
< map name = "a_closed_interval" id = "a_closed_interval" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "structoperations__research_1_1_closed_interval.html" title = "Represents a closed interval [start, end]." alt = "" coords = "5,5,121,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_2.png" border = "0" usemap = "#a_constraint" alt = "" / >
< map name = "a_constraint" id = "a_constraint" >
2022-03-04 00:11:33 +01:00
< 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" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_3.png" border = "0" usemap = "#a_cp_model_builder" alt = "" / >
< map name = "a_cp_model_builder" id = "a_cp_model_builder" >
2022-03-04 00:11:33 +01:00
< 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" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_4.png" border = "0" usemap = "#a_domain" alt = "" / >
< map name = "a_domain" id = "a_domain" >
2022-03-04 00:11:33 +01:00
< 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" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_5.png" border = "0" usemap = "#a_domain_1_1_domain_iterator" alt = "" / >
< map name = "a_domain_1_1_domain_iterator" id = "a_domain_1_1_domain_iterator" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "classoperations__research_1_1_domain_1_1_domain_iterator.html" title = "Allows to iterate over all values of a domain in order with for (const int64_t v : domain...." alt = "" coords = "5,5,185,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_6.png" border = "0" usemap = "#a_domain_1_1_domain_iterator_begin_end" alt = "" / >
< map name = "a_domain_1_1_domain_iterator_begin_end" id = "a_domain_1_1_domain_iterator_begin_end" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "structoperations__research_1_1_domain_1_1_domain_iterator_begin_end.html" title = " " alt = "" coords = "5,5,247,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_7.png" border = "0" usemap = "#a_domain_1_1_domain_iterator_begin_end_with_ownership" alt = "" / >
< map name = "a_domain_1_1_domain_iterator_begin_end_with_ownership" id = "a_domain_1_1_domain_iterator_begin_end_with_ownership" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "structoperations__research_1_1_domain_1_1_domain_iterator_begin_end_with_ownership.html" title = " " alt = "" coords = "5,5,223,47" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_8.png" border = "0" usemap = "#a_double_linear_expr" alt = "" / >
< map name = "a_double_linear_expr" id = "a_double_linear_expr" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1_double_linear_expr.html" title = "A dedicated container for linear expressions with double coefficients." alt = "" coords = "5,5,143,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_9.png" border = "0" usemap = "#a_interval_var" alt = "" / >
< map name = "a_interval_var" id = "a_interval_var" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1_interval_var.html" title = "Represents a Interval variable." alt = "" coords = "5,5,100,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2021-12-14 13:41:01 +01:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_10.png" border = "0" usemap = "#a_int_var" alt = "" / >
< map name = "a_int_var" id = "a_int_var" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1_int_var.html" title = "An integer variable." alt = "" coords = "5,5,67,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr > < td > < img src = "inherit_graph_11.png" border = "0" usemap = "#a_linear_expr" alt = "" / >
< map name = "a_linear_expr" id = "a_linear_expr" >
2022-03-04 00:11:33 +01:00
< 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" / >
2022-01-16 10:51:32 +01:00
< / map >
2020-06-11 12:23:09 +02:00
< / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr > < td > < img src = "inherit_graph_12.png" border = "0" usemap = "#a_model" alt = "" / >
2022-01-17 21:42:14 +01:00
< map name = "a_model" id = "a_model" >
2022-03-04 00:11:33 +01:00
< 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" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-11-14 13:52:51 -08:00
< / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr > < td > < img src = "inherit_graph_13.png" border = "0" usemap = "#a_nested_time_limit" alt = "" / >
2022-01-17 21:42:14 +01:00
< map name = "a_nested_time_limit" id = "a_nested_time_limit" >
2022-03-04 00:11:33 +01:00
< 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,139,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr > < td > < img src = "inherit_graph_14.png" border = "0" usemap = "#a_shared_time_limit" alt = "" / >
2022-01-17 21:42:14 +01:00
< map name = "a_shared_time_limit" id = "a_shared_time_limit" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "classoperations__research_1_1_shared_time_limit.html" title = " " alt = "" coords = "5,5,137,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr > < td > < img src = "inherit_graph_15.png" border = "0" usemap = "#a_sorted_disjoint_interval_list" alt = "" / >
2022-01-17 21:42:14 +01:00
< map name = "a_sorted_disjoint_interval_list" id = "a_sorted_disjoint_interval_list" >
2022-03-04 00:11:33 +01:00
< 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" / >
2022-01-16 10:51:32 +01:00
< / map >
2020-01-31 17:22:59 +01:00
< / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr > < td > < img src = "inherit_graph_16.png" border = "0" usemap = "#a_sorted_disjoint_interval_list_1_1_interval_comparator" alt = "" / >
2022-01-17 21:42:14 +01:00
< map name = "a_sorted_disjoint_interval_list_1_1_interval_comparator" id = "a_sorted_disjoint_interval_list_1_1_interval_comparator" >
2022-03-04 00:11:33 +01:00
< area shape = "rect" href = "structoperations__research_1_1_sorted_disjoint_interval_list_1_1_interval_comparator.html" title = " " alt = "" coords = "5,5,192,47" / >
2022-01-16 10:51:32 +01:00
< / map >
2021-09-20 15:57:27 +02:00
< / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr > < td > < img src = "inherit_graph_17.png" border = "0" usemap = "#a_time_limit" alt = "" / >
2022-01-17 21:42:14 +01:00
< map name = "a_time_limit" id = "a_time_limit" >
2022-03-04 00:11:33 +01:00
< 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,92,32" / >
2022-01-16 10:51:32 +01:00
< / map >
2019-08-07 18:01:08 -07:00
< / td > < / tr >
< / table >
< / div > <!-- contents -->
2020-09-01 16:00:33 +02:00
< / div > <!-- doc - content -->
2019-08-07 18:01:08 -07:00
< / div >
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >