Files
ortools-clone/docs/cpp_sat/functions_o.html
2021-09-20 15:57:27 +02:00

215 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"/>-->
<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 9.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.15 -->
<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('functions_o.html','');});
/* @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="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_o"></a>- o -</h3><ul>
<li>objective()
: <a class="el" href="classoperations__research_1_1sat_1_1_cp_model_proto.html#a2787b866382b560920d55ce5cf129920">CpModelProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a9fd8f81a798fd34a843b007c10e40d6b">LinearBooleanProblem</a>
</li>
<li>objective_value()
: <a class="el" href="classoperations__research_1_1sat_1_1_cp_solver_response.html#a84f066c304d8bcbb9567be094feb9b08">CpSolverResponse</a>
</li>
<li>offset()
: <a class="el" href="classoperations__research_1_1sat_1_1_cp_objective_proto.html#a96ffc785b7b2135c7980c985883ffdd3">CpObjectiveProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_decision_strategy_proto___affine_transformation.html#a728b5b75967156875ac60336daf4e29d">DecisionStrategyProto_AffineTransformation</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_expression_proto.html#a728b5b75967156875ac60336daf4e29d">LinearExpressionProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_objective.html#a96ffc785b7b2135c7980c985883ffdd3">LinearObjective</a>
</li>
<li>offsets
: <a class="el" href="struct_table_struct__ortools__2fsat__2fboolean__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fsat_2fboolean_5fproblem_2eproto</a>
, <a class="el" href="struct_table_struct__ortools__2fsat__2fcp__5fmodel__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fsat_2fcp_5fmodel_2eproto</a>
, <a class="el" href="struct_table_struct__ortools__2fsat__2fsat__5fparameters__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fsat_2fsat_5fparameters_2eproto</a>
</li>
<li>only_add_cuts_at_level_zero()
: <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aed8cf718ab869f5c05d6bd6f348c3207">SatParameters</a>
</li>
<li>OnlyEnforceIf()
: <a class="el" href="classoperations__research_1_1sat_1_1_constraint.html#a0ef1ea52810f5cb078f58799520b833c">Constraint</a>
</li>
<li>operator *()
: <a class="el" href="classoperations__research_1_1_domain_1_1_domain_iterator.html#a4a526b699cc84a436735f51d97492966">Domain::DomainIterator</a>
</li>
<li>operator!=()
: <a class="el" href="classoperations__research_1_1_domain_1_1_domain_iterator.html#a5b18c6a6d3aa16b24daffc0f2b1226bc">Domain::DomainIterator</a>
, <a class="el" href="classoperations__research_1_1_domain.html#a57af699c15e6bb8762dbfe47ae7f3441">Domain</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_bool_var.html#aa2a46716066eef222aee80da07fb7fda">BoolVar</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_interval_var.html#a7cb0963c126cc771ab69529f40826812">IntervalVar</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_int_var.html#a79da7cf24c71242159d1e57cb3680530">IntVar</a>
</li>
<li>operator()()
: <a class="el" href="structoperations__research_1_1_sorted_disjoint_interval_list_1_1_interval_comparator.html#a5e66e79dc3e667b7ff70346f2baa49fb">SortedDisjointIntervalList::IntervalComparator</a>
</li>
<li>operator++()
: <a class="el" href="classoperations__research_1_1_domain_1_1_domain_iterator.html#a00f008b80917746917b874d00abd02a9">Domain::DomainIterator</a>
</li>
<li>operator&lt;()
: <a class="el" href="structoperations__research_1_1_closed_interval.html#a9d38e891dd07528e6326edf99e4c0211">ClosedInterval</a>
, <a class="el" href="classoperations__research_1_1_domain.html#a4e5a75821e16c8a560b487d3b1528a14">Domain</a>
</li>
<li>operator&lt;&lt;
: <a class="el" href="classoperations__research_1_1sat_1_1_interval_var.html#ad73e372cd9d1def69624f85777393123">IntervalVar</a>
</li>
<li>operator=()
: <a class="el" href="classoperations__research_1_1_domain.html#acd27577a251cc92c1629e7f149ed8787">Domain</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_all_different_constraint_proto.html#a2a70cf1ab706676dde5deb7c2fdc6455">AllDifferentConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_automaton_constraint_proto.html#ae76c3ed52304fd7b8014f8493eab2789">AutomatonConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_bool_argument_proto.html#ac1cc19d1bd4d93587230b91326693e23">BoolArgumentProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_boolean_assignment.html#a2bc0ecc269348231ef34da23e64eac78">BooleanAssignment</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_circuit_constraint_proto.html#a213fa67040f0a88fc303da43fbb7e8c2">CircuitConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a6f73c896d0946511ded6d882fff94c02">ConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_cp_model_proto.html#a26a5c912fa2e7dad4851b69fd3028602">CpModelProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_cp_objective_proto.html#a5c082835f32d805567eef18956982408">CpObjectiveProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_cp_solver_response.html#a7631545d395b49d1c64c534208fb2784">CpSolverResponse</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_cumulative_constraint_proto.html#ae8030f263169a518d74b44ebf33d7168">CumulativeConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_decision_strategy_proto.html#a1d9afd651896dd003745f63fd9081c16">DecisionStrategyProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_decision_strategy_proto___affine_transformation.html#abe028a5a695ef46fdf4d4043987eb94f">DecisionStrategyProto_AffineTransformation</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_dense_matrix_proto.html#ac9001c4a60a181f7c5314e5af134859c">DenseMatrixProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_element_constraint_proto.html#ad0707c7bd7fefd60b9561ac066707b8b">ElementConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_integer_argument_proto.html#a2f4272d7d81049f9a0f0945007984707">IntegerArgumentProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_integer_variable_proto.html#ad711ad5e776aaeed843475adc2ef6c0a">IntegerVariableProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_interval_constraint_proto.html#a01a886cc92be32decc438a016daedce8">IntervalConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_inverse_constraint_proto.html#a5f7c2eb7125a370a7ef535b548867c17">InverseConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_argument_proto.html#adb0f594411a8904ac0088ad32720e2f1">LinearArgumentProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a68fe7c5c2d55fea90fb6a0c4f1c3af4d">LinearBooleanConstraint</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a33f80f4d89b2508860a523aa4962bbb6">LinearBooleanProblem</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_constraint_proto.html#a4310a196400232a4afcb51052fc68abb">LinearConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_expression_proto.html#add08b228bc4dc9f25ddb297e78b711f5">LinearExpressionProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_linear_objective.html#a916bd94b161360b73b32460a0372c5a3">LinearObjective</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_list_of_variables_proto.html#aa62d403a086d0a36fcbd389b083ecdf6">ListOfVariablesProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_no_overlap2_d_constraint_proto.html#a7eb9ed01f0a546c908d9a8a3cfb10a1c">NoOverlap2DConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_no_overlap_constraint_proto.html#a53c58a4b1b9879f611812df6a850f640">NoOverlapConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_partial_variable_assignment.html#a18fbf59bc72710d25e3b61d551aa38f8">PartialVariableAssignment</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_reservoir_constraint_proto.html#a1fd8c17d308af31ca03d348a627ad947">ReservoirConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_routes_constraint_proto.html#a0825f5ada8b69d7cb67a8bd61d147b3f">RoutesConstraintProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a4c1d1bfd58ced23767b08b5d6bcadce2">SatParameters</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_sparse_permutation_proto.html#afc3f4fb6f7c381b1e21688c5a9cf1f6f">SparsePermutationProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_symmetry_proto.html#ab4b71564244b7d1d3d7a24dee422bb91">SymmetryProto</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_table_constraint_proto.html#a68dc88546c1114ddda94ae95bba55228">TableConstraintProto</a>
, <a class="el" href="classoperations__research_1_1_time_limit.html#a9d28f062361ac553f8bc1da250b205bd">TimeLimit</a>
</li>
<li>operator==()
: <a class="el" href="structoperations__research_1_1_closed_interval.html#a5c2363a329ec2963739ba865d45c4b0f">ClosedInterval</a>
, <a class="el" href="classoperations__research_1_1_domain.html#a9cab9b78b4670f5a40bfe367b4f3988b">Domain</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_bool_var.html#ac007930625d02938b9440eafdd23dcdc">BoolVar</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_interval_var.html#a86bf77bbf334c2b017bf92cc10d82c0b">IntervalVar</a>
, <a class="el" href="classoperations__research_1_1sat_1_1_int_var.html#a5eacbc3ce694a75ad57598990c511635">IntVar</a>
</li>
<li>operator[]()
: <a class="el" href="classoperations__research_1_1_domain.html#a5dafcadd44c9f3cd736efe13578ac0d7">Domain</a>
</li>
<li>optimize_with_core()
: <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a03a552a43f510b206cbfa32e2f9bdb68">SatParameters</a>
</li>
<li>optimize_with_lb_tree_search()
: <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a1885e4b610d899948806de831b64fc3e">SatParameters</a>
</li>
<li>optimize_with_max_hs()
: <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ae354591a489c1e902ae5d7346ad39afe">SatParameters</a>
</li>
<li>orbitopes()
: <a class="el" href="classoperations__research_1_1sat_1_1_symmetry_proto.html#a7983d3001d43542072118a91f5689a73">SymmetryProto</a>
</li>
<li>orbitopes_size()
: <a class="el" href="classoperations__research_1_1sat_1_1_symmetry_proto.html#ae563071bc2d8e337c1ae6a381e2ef4eb">SymmetryProto</a>
</li>
<li>ORDER_ASSUMPTION_BY_DEPTH
: <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a2ac550bde8a14acf889e83a32157b17c">SatParameters</a>
</li>
<li>ORDER_ASSUMPTION_BY_WEIGHT
: <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad01dce3baa2642eb2665db14768ff320">SatParameters</a>
</li>
<li>original_num_variables()
: <a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#ad49e9302ce4aed46a7fd250a0618f6a4">LinearBooleanProblem</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>