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" >
2020-09-01 16:00:33 +02:00
< span id = "sfml" > Google OR-Tools 8.0< / 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 >
2020-06-11 12:23:09 +02:00
<!-- Generated by Doxygen 1.8.18 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& 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& 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 >
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" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& 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 >
2019-08-07 18:01:08 -07:00
< 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" >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_0.png" border = "0" usemap = "#BoolVar" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "BoolVar" id = "BoolVar" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1BoolVar.html" title = "A Boolean variable." alt = "" coords = "5,5,77,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_1.png" border = "0" usemap = "#ClosedInterval" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "ClosedInterval" id = "ClosedInterval" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "structoperations__research_1_1ClosedInterval.html" title = "Represents a closed interval [start, end]." alt = "" coords = "5,5,121,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_2.png" border = "0" usemap = "#Constraint" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "Constraint" id = "Constraint" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1Constraint.html" title = "A constraint." alt = "" coords = "5,157,95,184" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1AutomatonConstraint.html" title = "Specialized automaton constraint." alt = "" coords = "154,5,315,32" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1CircuitConstraint.html" title = "Specialized circuit constraint." alt = "" coords = "169,56,300,83" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1CumulativeConstraint.html" title = "Specialized cumulative constraint." alt = "" coords = "153,107,317,133" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1MultipleCircuitConstraint.html" title = "Specialized circuit constraint." alt = "" coords = "143,157,327,184" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1NoOverlap2DConstraint.html" title = "Specialized no_overlap2D constraint." alt = "" coords = "147,208,323,235" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1ReservoirConstraint.html" title = "Specialized reservoir constraint." alt = "" coords = "159,259,310,285" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1TableConstraint.html" title = "Specialized assignment constraint." alt = "" coords = "173,309,296,336" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_3.png" border = "0" usemap = "#CpModelBuilder" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "CpModelBuilder" id = "CpModelBuilder" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1CpModelBuilder.html" title = "Wrapper class around the cp_model proto." alt = "" coords = "5,5,131,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_4.png" border = "0" usemap = "#Domain" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "Domain" id = "Domain" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1Domain.html" title = "We call domain any subset of Int64 = [kint64min, kint64max]." alt = "" coords = "5,5,79,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_5.png" border = "0" usemap = "#IntervalVar" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "IntervalVar" id = "IntervalVar" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1IntervalVar.html" title = "Represents a Interval variable." alt = "" coords = "5,5,99,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_6.png" border = "0" usemap = "#IntVar" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "IntVar" id = "IntVar" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1IntVar.html" title = "An integer variable." alt = "" coords = "5,5,65,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_7.png" border = "0" usemap = "#is__proto__enum_3_01_1_1operations__research_1_1sat_1_1CpSolverStatus_01_4" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "is__proto__enum_3_01_1_1operations__research_1_1sat_1_1CpSolverStatus_01_4" id = "is__proto__enum_3_01_1_1operations__research_1_1sat_1_1CpSolverStatus_01_4" >
2020-09-01 16:00:33 +02:00
< area shape = "rect" title = " " alt = "" coords = "5,526,89,553" / >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1CpSolverStatus_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_1DecisionStrategyProto__DomainReductionStrategy_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_1DecisionStrategyProto__VariableSelectionStrategy_01_4.html" title = " " alt = "" coords = "139,151,385,207" / >
2020-09-01 16:00:33 +02:00
< area shape = "rect" href = "structis__proto__enum_3_01_1_1operations__research_1_1sat_1_1SatParameters__BinaryMinizationAlgorithm_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_1SatParameters__ClauseOrdering_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_1SatParameters__ClauseProtection_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_1SatParameters__ConflictMinimizationAlgorithm_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_1SatParameters__FPRoundingMethod_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_1SatParameters__MaxSatAssumptionOrder_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_1SatParameters__MaxSatStratificationAlgorithm_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_1SatParameters__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_1SatParameters__RestartAlgorithm_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_1SatParameters__SearchBranching_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_1SatParameters__VariableOrder_01_4.html" title = " " alt = "" coords = "154,1031,370,1087" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_8.png" border = "0" usemap = "#LinearExpr" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "LinearExpr" id = "LinearExpr" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1LinearExpr.html" title = "A dedicated container for linear expressions." alt = "" coords = "5,5,96,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_9.png" border = "0" usemap = "#Model" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "Model" id = "Model" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1sat_1_1Model.html" title = "Class that owns everything related to a particular optimization model." alt = "" coords = "5,5,68,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr > < td > < img src = "inherit_graph_10.png" border = "0" usemap = "#NestedTimeLimit" alt = "" / >
2019-09-03 15:42:34 +02:00
< map name = "NestedTimeLimit" id = "NestedTimeLimit" >
2020-06-11 12:23:09 +02:00
< area shape = "rect" href = "classoperations__research_1_1NestedTimeLimit.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 = "#PROTOBUF__FINAL" alt = "" / >
< map name = "PROTOBUF__FINAL" id = "PROTOBUF__FINAL" >
< area shape = "rect" title = " " alt = "" coords = "5,5,85,32" / >
< area shape = "rect" href = "classoperations__research_1_1sat_1_1PROTOBUF__FINAL.html" title = " " alt = "" coords = "133,5,272,32" / >
2019-09-03 15:42:34 +02:00
< / map >
< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr > < td > < img src = "inherit_graph_12.png" border = "0" usemap = "#SharedTimeLimit" alt = "" / >
< map name = "SharedTimeLimit" id = "SharedTimeLimit" >
2020-09-01 16:00:33 +02:00
< area shape = "rect" href = "classoperations__research_1_1SharedTimeLimit.html" title = " " alt = "" coords = "5,5,139,32" / >
2019-11-14 13:52:51 -08:00
< / map >
< / td > < / tr >
< tr > < td > < img src = "inherit_graph_13.png" border = "0" usemap = "#SortedDisjointIntervalList" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "SortedDisjointIntervalList" id = "SortedDisjointIntervalList" >
2020-09-01 16:00:33 +02:00
< area shape = "rect" href = "classoperations__research_1_1SortedDisjointIntervalList.html" title = "This class represents a sorted list of disjoint, closed intervals." alt = "" coords = "5,5,192,32" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr > < td > < img src = "inherit_graph_14.png" border = "0" usemap = "#SortedDisjointIntervalList_1_1IntervalComparator" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "SortedDisjointIntervalList_1_1IntervalComparator" id = "SortedDisjointIntervalList_1_1IntervalComparator" >
2020-09-01 16:00:33 +02:00
< area shape = "rect" href = "structoperations__research_1_1SortedDisjointIntervalList_1_1IntervalComparator.html" title = " " alt = "" coords = "5,5,192,47" / >
2019-08-07 18:01:08 -07:00
< / map >
< / td > < / tr >
2020-01-31 17:22:59 +01:00
< tr > < td > < img src = "inherit_graph_15.png" border = "0" usemap = "#TableStruct__ortools__2fsat__2fboolean__5fproblem__2eproto" alt = "" / >
< map name = "TableStruct__ortools__2fsat__2fboolean__5fproblem__2eproto" id = "TableStruct__ortools__2fsat__2fboolean__5fproblem__2eproto" >
2020-09-01 16:00:33 +02:00
< area shape = "rect" href = "structTableStruct__ortools__2fsat__2fboolean__5fproblem__2eproto.html" title = " " alt = "" coords = "5,5,213,61" / >
2020-01-31 17:22:59 +01:00
< / map >
< / td > < / tr >
< tr > < td > < img src = "inherit_graph_16.png" border = "0" usemap = "#TableStruct__ortools__2fsat__2fcp__5fmodel__2eproto" alt = "" / >
2019-08-07 18:01:08 -07:00
< map name = "TableStruct__ortools__2fsat__2fcp__5fmodel__2eproto" id = "TableStruct__ortools__2fsat__2fcp__5fmodel__2eproto" >
2020-09-01 16:00:33 +02:00
< area shape = "rect" href = "structTableStruct__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 = "#TableStruct__ortools__2fsat__2fsat__5fparameters__2eproto" alt = "" / >
< map name = "TableStruct__ortools__2fsat__2fsat__5fparameters__2eproto" id = "TableStruct__ortools__2fsat__2fsat__5fparameters__2eproto" >
< area shape = "rect" href = "structTableStruct__ortools__2fsat__2fsat__5fparameters__2eproto.html" title = " " alt = "" coords = "5,5,203,61" / >
2019-09-03 15:42:34 +02:00
< / map >
< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr > < td > < img src = "inherit_graph_18.png" border = "0" usemap = "#TimeLimit" alt = "" / >
2020-01-27 13:48:26 +01:00
< map name = "TimeLimit" id = "TimeLimit" >
2020-09-01 16:00:33 +02:00
< area shape = "rect" href = "classoperations__research_1_1TimeLimit.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" / >
2020-01-27 13:48:26 +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 >