Files
ortools-clone/docs/cpp_sat/functions.html
2019-08-07 18:01:08 -07:00

186 lines
14 KiB
HTML

<!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">OR-Tools 7.3</span>
</div>
</div>
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>Reference</h2>
<h3>C++</h3>
<ul>
<li><a href="../cpp_algorithms/annotated.html">Algorithms</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>
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
</ul>
<h3>Python</h3>
<ul>
<li><a href="../python/ortools/sat/python/cp_model.html">CP-SAT</a></li>
<li><a href="../python/ortools/util/sorted_interval_list.html">Domain</a></li>
<li><a href="../python/ortools/graph/pywrapgraph.html">Graph</a></li>
<li><a href="../python/ortools/algorithms/pywrapknapsack_solver.html">Knapsack solver</a></li>
<li><a href="../python/ortools/linear_solver/pywraplp.html">Linear solver</a></li>
<li><a href="../python/ortools/constraint_solver/pywrapcp.html">Routing</a></li>
</ul>
<h3 id="dotnet-documentation">DotNET</h3>
<ul>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
</ul>
<h3 id="java-documentation">Java Documentation</h3>
<ul>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1sat.html">CP-SAT</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1graph.html">Graph</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1algorithms.html">Knapsack solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1linearsolver.html">Linear solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1constraintsolver.html">Routing</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1util.html">Util</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.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<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="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class&#160;Members</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 class="current"><a href="functions.html#index_:"><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><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_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_y.html#index_y"><span>y</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_:"></a>- : -</h3><ul>
<li>::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
: <a class="el" href="classoperations__research_1_1sat_1_1AllDifferentConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">AllDifferentConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1AutomatonConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">AutomatonConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1BoolArgumentProto.html#a9b35d94da3444084fc3673b7717b6cfe">BoolArgumentProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CircuitConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">CircuitConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CircuitCoveringConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">CircuitCoveringConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1ConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">ConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CpModelProto.html#a9b35d94da3444084fc3673b7717b6cfe">CpModelProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CpObjectiveProto.html#a9b35d94da3444084fc3673b7717b6cfe">CpObjectiveProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CpSolverResponse.html#a9b35d94da3444084fc3673b7717b6cfe">CpSolverResponse</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CumulativeConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">CumulativeConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1DecisionStrategyProto.html#a9b35d94da3444084fc3673b7717b6cfe">DecisionStrategyProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1DecisionStrategyProto__AffineTransformation.html#a9b35d94da3444084fc3673b7717b6cfe">DecisionStrategyProto_AffineTransformation</a>
, <a class="el" href="classoperations__research_1_1sat_1_1ElementConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">ElementConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1IntegerArgumentProto.html#a9b35d94da3444084fc3673b7717b6cfe">IntegerArgumentProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1IntegerVariableProto.html#a9b35d94da3444084fc3673b7717b6cfe">IntegerVariableProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1IntervalConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">IntervalConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1InverseConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">InverseConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1LinearConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">LinearConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1NoOverlap2DConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">NoOverlap2DConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1NoOverlapConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">NoOverlapConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1PartialVariableAssignment.html#a9b35d94da3444084fc3673b7717b6cfe">PartialVariableAssignment</a>
, <a class="el" href="classoperations__research_1_1sat_1_1ReservoirConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">ReservoirConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1RoutesConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">RoutesConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1TableConstraintProto.html#a9b35d94da3444084fc3673b7717b6cfe">TableConstraintProto</a>
</li>
<li>::TableStruct_ortools_2fsat_2fcp_5fmodel_2eproto
: <a class="el" href="classoperations__research_1_1sat_1_1AllDifferentConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">AllDifferentConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1AutomatonConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">AutomatonConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1BoolArgumentProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">BoolArgumentProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CircuitConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">CircuitConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CircuitCoveringConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">CircuitCoveringConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1ConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">ConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CpModelProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">CpModelProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CpObjectiveProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">CpObjectiveProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CpSolverResponse.html#afb8396aa773b2cf0b644f1ddf0f6f75f">CpSolverResponse</a>
, <a class="el" href="classoperations__research_1_1sat_1_1CumulativeConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">CumulativeConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1DecisionStrategyProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">DecisionStrategyProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1DecisionStrategyProto__AffineTransformation.html#afb8396aa773b2cf0b644f1ddf0f6f75f">DecisionStrategyProto_AffineTransformation</a>
, <a class="el" href="classoperations__research_1_1sat_1_1ElementConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">ElementConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1IntegerArgumentProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">IntegerArgumentProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1IntegerVariableProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">IntegerVariableProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1IntervalConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">IntervalConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1InverseConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">InverseConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1LinearConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">LinearConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1NoOverlap2DConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">NoOverlap2DConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1NoOverlapConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">NoOverlapConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1PartialVariableAssignment.html#afb8396aa773b2cf0b644f1ddf0f6f75f">PartialVariableAssignment</a>
, <a class="el" href="classoperations__research_1_1sat_1_1ReservoirConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">ReservoirConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1RoutesConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">RoutesConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1TableConstraintProto.html#afb8396aa773b2cf0b644f1ddf0f6f75f">TableConstraintProto</a>
</li>
</ul>
</div><!-- contents -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>