Files
ortools-clone/docs/cpp_sat/functions_func_h.html
2021-12-14 13:41:01 +01:00

309 lines
42 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.2</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.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('functions_func_h.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="contents">
&#160;
<h3><a id="index_h" name="index_h"></a>- h -</h3><ul>
<li>has_absolute_gap_limit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab67a699b29acb311557596fdd0d461ba">SatParameters</a></li>
<li>has_add_cg_cuts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0b861e5371b437a824629e8d8a64b302">SatParameters</a></li>
<li>has_add_clique_cuts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a8f6dba8900dc71e091060434a0a758a5">SatParameters</a></li>
<li>has_add_lin_max_cuts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a77abbe398d833304287c4578fa355424">SatParameters</a></li>
<li>has_add_lp_constraints_lazily()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#afd7f7b9c4e78dedc19ede4ede05fc935">SatParameters</a></li>
<li>has_add_mir_cuts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#af151ffa6994a3108aaf976f06bd9dbd0">SatParameters</a></li>
<li>has_add_objective_cut()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#abb8afdbbeebd81224902c44aebadd028">SatParameters</a></li>
<li>has_add_zero_half_cuts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aef3c6c8c1f99521f4270ded4bfc3f552">SatParameters</a></li>
<li>has_all_diff()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a424f7612d6d38a6ae0c3af80951f1583">ConstraintProto</a></li>
<li>has_also_bump_variables_in_conflict_reasons()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a479697a7e0761eea4b5eed88d6986a49">SatParameters</a></li>
<li>has_assignment()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a255a734745a4de3ad2e9eb04314ee815">LinearBooleanProblem</a></li>
<li>has_at_most_one()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a0374f7ca6b81a374e8daafe784402d20">ConstraintProto</a></li>
<li>has_auto_detect_greater_than_at_least_one_of()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a50eef18fd90bb1c496a8d7164cf102ef">SatParameters</a></li>
<li>has_automaton()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#addde463624adb6723da3d9375af3a489">ConstraintProto</a></li>
<li>has_binary_minimization_algorithm()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0bf7dcd18bdeec75c5acde68101fd11f">SatParameters</a></li>
<li>has_binary_search_num_conflicts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0dfbeb28a3ebd5e5701771c424d0df0a">SatParameters</a></li>
<li>has_blocking_restart_multiplier()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a34ef9e25c0bf1ff23cfe78b2be6d41fa">SatParameters</a></li>
<li>has_blocking_restart_window_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a5bceaa0b3164883c8400f914a3730a37">SatParameters</a></li>
<li>has_bool_and()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a8e6d60266fff553f6dc6ce75ebd8d4f8">ConstraintProto</a></li>
<li>has_bool_or()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a168fdef7bccd9dcae56b85d1cb380d78">ConstraintProto</a></li>
<li>has_bool_xor()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a8ba621cc9bb33649973e86ffe25d5cca">ConstraintProto</a></li>
<li>has_boolean_encoding_level()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a6fa18bbb5e30bed1ef1658915a0bafa1">SatParameters</a></li>
<li>has_capacity()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_cumulative_constraint_proto.html#aa708c56d1a20776baf0b6efccacdaa6b">CumulativeConstraintProto</a></li>
<li>has_catch_sigint_signal()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a823e5eac38103b8dbfe220171a689295">SatParameters</a></li>
<li>has_circuit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#af01d0cc810127d12ae37fd1c124a7c01">ConstraintProto</a></li>
<li>has_clause_activity_decay()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#adb2012ed86ef95b116c96edef06c237c">SatParameters</a></li>
<li>has_clause_cleanup_lbd_bound()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a559a6d5bd2d96e21fbb60e47089195a2">SatParameters</a></li>
<li>has_clause_cleanup_ordering()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a673fb3bad64a3cd71c51b8a04d148ce1">SatParameters</a></li>
<li>has_clause_cleanup_period()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a7e67fb3a6d43efde9f1c207f53ddd45a">SatParameters</a></li>
<li>has_clause_cleanup_protection()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a620404d93c2b8592641ca64195d28b32">SatParameters</a></li>
<li>has_clause_cleanup_ratio()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a4e9a2377f73033a352c2fb5368895406">SatParameters</a></li>
<li>has_clause_cleanup_target()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a7f067a2567f0855c4de46fcbc36dc9bd">SatParameters</a></li>
<li>has_convert_intervals()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a2603d4914eab3b04d7dc12dd0e914a85">SatParameters</a></li>
<li>has_count_assumption_levels_in_lbd()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#acdd9c416b8cc9aac91d97e4cba94794b">SatParameters</a></li>
<li>has_cover_optimization()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a683d66db77557627073dc7bd650c3b58">SatParameters</a></li>
<li>has_cp_model_presolve()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a227809cbe6d75fcbb722fc5594fa811f">SatParameters</a></li>
<li>has_cp_model_probing_level()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a327aa902e7b7590a90c4cb746072dc84">SatParameters</a></li>
<li>has_cp_model_use_sat_presolve()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0ac21ac757d8926099dc440dbf4da12d">SatParameters</a></li>
<li>has_cumulative()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#ae76d8c10b102c287c21f87a8ea14693a">ConstraintProto</a></li>
<li>has_cut_active_count_decay()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a48e2fb1c22c9848d7c40850bcea4f042">SatParameters</a></li>
<li>has_cut_cleanup_target()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#af4ce46018806640716f023b53d0a8b92">SatParameters</a></li>
<li>has_cut_level()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad4f80f7467b2b0ce4a83b0f2e4174910">SatParameters</a></li>
<li>has_cut_max_active_count_value()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad5dd77affc79a7127a0f8d3caca8379b">SatParameters</a></li>
<li>has_debug_crash_on_bad_hint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a331e5b8d7eca8ff35b30404120ba56bf">SatParameters</a></li>
<li>has_debug_max_num_presolve_operations()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad338a8f39e89f85f642c920808dd5643">SatParameters</a></li>
<li>has_debug_postsolve_with_full_solver()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a36009d62977d694e7344e8b463a3379a">SatParameters</a></li>
<li>has_default_restart_algorithms()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a453323065194f34aba21b9f5e3476d2f">SatParameters</a></li>
<li>has_disable_constraint_expansion()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a6abe55fa7972d1cfdc20c6099e7652f6">SatParameters</a></li>
<li>has_diversify_lns_params()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a30b311ce84f5ec10759e612a53c0a00d">SatParameters</a></li>
<li>has_dummy_constraint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#ab60b8a51e06dd6642fb9ef0016199a95">ConstraintProto</a></li>
<li>has_element()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#ac81352bdb655a761dcba12267aed2565">ConstraintProto</a></li>
<li>has_end()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_interval_constraint_proto.html#a55f34e59a882a60ca3e2889f69715ff0">IntervalConstraintProto</a></li>
<li>has_enumerate_all_solutions()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aa5285fbda76276a1ad65942a7cfb9cbe">SatParameters</a></li>
<li>has_exactly_one()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#aeeb3d5a11205c6222d1c835fe776550e">ConstraintProto</a></li>
<li>has_expand_alldiff_constraints()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a90b6c6d0ae17f3090ed892f891d2ed46">SatParameters</a></li>
<li>has_exploit_all_lp_solution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3add693ca8281ba2b4dd96671de8bec9">SatParameters</a></li>
<li>has_exploit_best_solution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a2ac695276d7987a26aafb290dd4def30">SatParameters</a></li>
<li>has_exploit_integer_lp_solution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a83f9e10f364d2074000d8d0675296ef4">SatParameters</a></li>
<li>has_exploit_objective()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a1465623b8203370d272e35402d24b244">SatParameters</a></li>
<li>has_exploit_relaxation_solution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a202676aec560e72fe30a75359d65a700">SatParameters</a></li>
<li>has_fill_additional_solutions_in_response()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a68f8061df8d58bf7f770eae4099d3936">SatParameters</a></li>
<li>has_fill_tightened_domains_in_response()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad43063918022442e60ff7ec62e2973f8">SatParameters</a></li>
<li>has_find_multiple_cores()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a083c745515313b4f53f09ca450502673">SatParameters</a></li>
<li>has_fix_variables_to_their_hinted_value()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ac4365a71cea00bc8fe4e80b5d878afe9">SatParameters</a></li>
<li>has_floating_point_objective()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_cp_model_proto.html#a6b09c0d4dd973cdfd3fae9a6101e48c0">CpModelProto</a></li>
<li>has_fp_rounding()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a8eec724d3fb8a843716067e9912ec786">SatParameters</a></li>
<li>has_glucose_decay_increment()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0187dc74da37f4be1828085b9fb5311d">SatParameters</a></li>
<li>has_glucose_decay_increment_period()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0d894fc0847aa122ea23f1ada499834f">SatParameters</a></li>
<li>has_glucose_max_decay()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aba8e98c29a3c612326d26b69b1c85944">SatParameters</a></li>
<li>has_hint_conflict_limit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a66f4927b2896614960d49e5ff72483ca">SatParameters</a></li>
<li>has_initial_polarity()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ac3e5c7c6d4643684a398d6c0800452c0">SatParameters</a></li>
<li>has_initial_variables_activity()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a1d145aa281448747c95ef5c8cc2c5830">SatParameters</a></li>
<li>has_instantiate_all_variables()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0c13795e7daebaabd813cbc52d0ef3b3">SatParameters</a></li>
<li>has_int_div()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a5fba8a22053f52e8cc8ddeee3646cc86">ConstraintProto</a></li>
<li>has_int_mod()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#ab397c05c126bc0029965f05d4c9e1dc8">ConstraintProto</a></li>
<li>has_int_prod()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a97b658bbdb2c12fd2806299cc0e3e082">ConstraintProto</a></li>
<li>has_integer_objective()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_cp_solver_response.html#a5bc55565b141c785f2a46d41be5ef4d1">CpSolverResponse</a></li>
<li>has_interleave_batch_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab7c43200ad4929efa9c7c8c18bf82f27">SatParameters</a></li>
<li>has_interleave_search()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a14ce79e3e902633aa17a2bfa04d8a54a">SatParameters</a></li>
<li>has_interval()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#ab32cb57ddb6b08f5729fff0a7b558ebf">ConstraintProto</a></li>
<li>has_inverse()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a6e7d5256ad5cfe3bc0bc80ebb07d14ff">ConstraintProto</a></li>
<li>has_keep_all_feasible_solutions_in_presolve()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a884f1b7ca17132a49efaa2e8a5308077">SatParameters</a></li>
<li>has_lin_max()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a3abf0e8eaa7f83f85d743ac6b1eafe87">ConstraintProto</a></li>
<li>has_linear()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#acf6088f1a040a40c6dc652a121e5da4c">ConstraintProto</a></li>
<li>has_linearization_level()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a1adef5c83d7f5c9766e967474410d37a">SatParameters</a></li>
<li>has_log_prefix()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a7984e652cfb6975a167f366c41e3470b">SatParameters</a></li>
<li>has_log_search_progress()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#acfca10297d23b5aebc8c01b7d8023459">SatParameters</a></li>
<li>has_log_subsolver_statistics()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#af0603d83ea69972f5a2e081bcb772d5e">SatParameters</a></li>
<li>has_log_to_response()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a9cdde1386db186c16ab6c4dfe97ce0b7">SatParameters</a></li>
<li>has_log_to_stdout()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a4fd45b8d5d7411cf1aa4369adef4774b">SatParameters</a></li>
<li>has_lower_bound()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#afbd5ac237e1e9e43394094e99703ea69">LinearBooleanConstraint</a></li>
<li>has_max_all_diff_cut_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ae502867e6c96b3ef0c34a2d3559d88ad">SatParameters</a></li>
<li>has_max_clause_activity_value()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a12e0b6490196c09e349fca09dcb01ce5">SatParameters</a></li>
<li>has_max_consecutive_inactive_count()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a5313d8fe35e7d05d295a3c8093c31742">SatParameters</a></li>
<li>has_max_cut_rounds_at_level_zero()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a2517409217d634bd93bb5991c115eb89">SatParameters</a></li>
<li>has_max_deterministic_time()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab15268f03e47c84a421e2a2682c5664b">SatParameters</a></li>
<li>has_max_domain_size_when_encoding_eq_neq_constraints()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ac07051054e3482d2926b7973dea65f21">SatParameters</a></li>
<li>has_max_integer_rounding_scaling()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a319958b3c0189821e765a38f1de3d885">SatParameters</a></li>
<li>has_max_memory_in_mb()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a01a3337da0403fd159a91b927f12dc04">SatParameters</a></li>
<li>has_max_num_cuts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a16d108fbd80a01b15c799528da0bd3a8">SatParameters</a></li>
<li>has_max_number_of_conflicts()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a56aff036badccc41fb7facdae08ea6b2">SatParameters</a></li>
<li>has_max_presolve_iterations()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a56c1ac7d9ddbc58c172ca533c5d84ba0">SatParameters</a></li>
<li>has_max_sat_assumption_order()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aed65b05ed8f16a40b13d4fc8bee7d333">SatParameters</a></li>
<li>has_max_sat_reverse_assumption_order()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aa0c291b5a711ec67b84048a1d87c2ada">SatParameters</a></li>
<li>has_max_sat_stratification()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#abfc7deb5f424a9db1d3279eee5b9c5c9">SatParameters</a></li>
<li>has_max_time_in_seconds()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a9a37f4c3139bc8fa1e619a96d9a8ee36">SatParameters</a></li>
<li>has_max_variable_activity_value()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a88182f0852b6105b29c45de40e13fc11">SatParameters</a></li>
<li>has_merge_at_most_one_work_limit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a72bbc8b32d96b07b5dbe22c6af724a7b">SatParameters</a></li>
<li>has_merge_no_overlap_work_limit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0d8a3422a8e54cd21dab528a6a6e4c27">SatParameters</a></li>
<li>has_min_orthogonality_for_lp_constraints()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a36871d02c554884fef737a0e0cbfa0be">SatParameters</a></li>
<li>has_minimization_algorithm()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a49abd2a13ac451132f65c4f211c4bb41">SatParameters</a></li>
<li>has_minimize_core()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#abfe528ff96a40f858b43187458f817ae">SatParameters</a></li>
<li>has_minimize_reduction_during_pb_resolution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a97bdaf31e062d1320913adf1710c4267">SatParameters</a></li>
<li>has_minimize_with_propagation_num_decisions()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aa402792d4e2d5571d57425658e1bc11e">SatParameters</a></li>
<li>has_minimize_with_propagation_restart_period()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a74cc5913e0c5f3637f13a51d28408802">SatParameters</a></li>
<li>has_mip_automatically_scale_variables()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#af0263a6e76051238426902674acad981">SatParameters</a></li>
<li>has_mip_check_precision()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#adc6da19eff192f5227d54b847a393def">SatParameters</a></li>
<li>has_mip_compute_true_objective_bound()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#addce077e72d16187231800a2a5b5b174">SatParameters</a></li>
<li>has_mip_max_activity_exponent()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#acfb1b49608e70ba970e07cbbc7992889">SatParameters</a></li>
<li>has_mip_max_bound()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#af08be2079f963bc0b0b78f4af29dffc2">SatParameters</a></li>
<li>has_mip_max_valid_magnitude()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a4166bf1180c15c4e00fb5a297279cf9f">SatParameters</a></li>
<li>has_mip_var_scaling()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a1460b1c8b73d0c3c9b791c1cf3e305eb">SatParameters</a></li>
<li>has_mip_wanted_precision()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3f1bf8a115f82622a05b221f770202d4">SatParameters</a></li>
<li>has_name()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a80be0b0a1ea9deb6dc5e40a81ceb2af8">LinearBooleanConstraint</a>, <a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a80be0b0a1ea9deb6dc5e40a81ceb2af8">LinearBooleanProblem</a>, <a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a80be0b0a1ea9deb6dc5e40a81ceb2af8">SatParameters</a></li>
<li>has_new_constraints_batch_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3b90304a9f407aec10045726748905bf">SatParameters</a></li>
<li>has_no_overlap()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a2214361b5ef4cfdaeaf2720135f8ee4c">ConstraintProto</a></li>
<li>has_no_overlap_2d()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#a9b72a5d0c2b80eb69356449d6804f39b">ConstraintProto</a></li>
<li>has_num_conflicts_before_strategy_changes()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0ff3aa24625d3280c489332e0a6d3b06">SatParameters</a></li>
<li>has_num_search_workers()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a5106c55c544793f5568b350238fa1ecf">SatParameters</a></li>
<li>has_num_variables()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#adf17ff5b3196493b04639ae417142488">LinearBooleanProblem</a></li>
<li>has_objective()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_cp_model_proto.html#a777a6e330a22a8889389cb9b9c9f12d6">CpModelProto</a>, <a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a777a6e330a22a8889389cb9b9c9f12d6">LinearBooleanProblem</a></li>
<li>has_offset()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_objective.html#ae07aca0058215b4ec17a21dc20b49e3a">LinearObjective</a></li>
<li>has_only_add_cuts_at_level_zero()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a4cbbde0bc14bfc802ee8b2b119cd4d21">SatParameters</a></li>
<li>has_optimize_with_core()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a1bb837f4cc58a6d794803b018d581256">SatParameters</a></li>
<li>has_optimize_with_lb_tree_search()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3e40bb3201f881268bb6a078d19815c3">SatParameters</a></li>
<li>has_optimize_with_max_hs()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a9d1fa0e767f7beec484fd3ee6d8fcfa1">SatParameters</a></li>
<li>has_original_num_variables()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a94215bc0c891e14164a539c42ee2b24f">LinearBooleanProblem</a></li>
<li>has_pb_cleanup_increment()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aed6a2cb5e4c66f34bff6aa5dd704a5c5">SatParameters</a></li>
<li>has_pb_cleanup_ratio()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aaf34526f013409107b9586307f7144e4">SatParameters</a></li>
<li>has_permute_presolve_constraint_order()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0878e8614bd81b94ed71579cca56c2e0">SatParameters</a></li>
<li>has_permute_variable_randomly()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aa7f57f9759cc32b37416d295d0778fac">SatParameters</a></li>
<li>has_polarity_rephase_increment()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad7be005dc7d3d1b5aa4dc0863bdf264c">SatParameters</a></li>
<li>has_polish_lp_solution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a87d432f86d312b3fa848deb9a02062dd">SatParameters</a></li>
<li>has_preferred_variable_order()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3981abe5136f3abc74a528227671ff5e">SatParameters</a></li>
<li>has_presolve_blocked_clause()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ae1ab049bea738c5888d9b5118f1b2043">SatParameters</a></li>
<li>has_presolve_bva_threshold()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a362d430d04babcddc7663f3148940cdf">SatParameters</a></li>
<li>has_presolve_bve_clause_weight()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a62cd124f76293efd2ce5b741ccd682de">SatParameters</a></li>
<li>has_presolve_bve_threshold()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a6a003aaeb21dde73748d8ee08429149d">SatParameters</a></li>
<li>has_presolve_extract_integer_enforcement()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a2b62655e9b0dc11db93b1d6f14048a79">SatParameters</a></li>
<li>has_presolve_probing_deterministic_time_limit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a8af8c5f7868958bb78990f8d25104d4b">SatParameters</a></li>
<li>has_presolve_substitution_level()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3b2664e84733c17f28e62d72e989f17c">SatParameters</a></li>
<li>has_presolve_use_bva()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ac04b735083903f02b749af93c8e11ef8">SatParameters</a></li>
<li>has_probing_period_at_root()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0464811177ab5cf4239904691c13100d">SatParameters</a></li>
<li>has_pseudo_cost_reliability_threshold()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a642a522a7a5b91b73a24fe57c6a1b210">SatParameters</a></li>
<li>has_random_branches_ratio()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a97aa3ab151781ce5bfffb1b74d15df7d">SatParameters</a></li>
<li>has_random_polarity_ratio()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aedbce4be46bf7d29e3e7d83dcee51790">SatParameters</a></li>
<li>has_random_seed()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a323d8deb60e59c2fd9588203c0e4d3ec">SatParameters</a></li>
<li>has_randomize_search()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad4c6feb2ab7cb9e6ea490a72dc9c4fd9">SatParameters</a></li>
<li>has_reduce_memory_usage_in_interleave_mode()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3fd680d14eee87ef04412d544b79b21b">SatParameters</a></li>
<li>has_relative_gap_limit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab0ad4a48e795d6868b0751aa186f1ac7">SatParameters</a></li>
<li>has_repair_hint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a913e10651bbdd2a049250224eda0dc38">SatParameters</a></li>
<li>has_reservoir()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#adbb62d344329ce2729e771ff15398594">ConstraintProto</a></li>
<li>has_restart_dl_average_ratio()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a56de3d28a17c4d10c0e112c0a088e97e">SatParameters</a></li>
<li>has_restart_lbd_average_ratio()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a36b00b8b3797e678f063b62d7bd295d8">SatParameters</a></li>
<li>has_restart_period()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a091f45f266004c6963dff9a5aad78a5d">SatParameters</a></li>
<li>has_restart_running_window_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a8c1ab6132046ed2775efc7f4b14ecb51">SatParameters</a></li>
<li>has_routes()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#ab0e51a8b6232e5558ab2d4e75ed03ff2">ConstraintProto</a></li>
<li>has_scaling_factor()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_objective.html#ac19757575f204cff9b5c5f335b5a805c">LinearObjective</a></li>
<li>has_search_branching()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a6cd3f6291b5e8e548848397d0d60275e">SatParameters</a></li>
<li>has_search_randomization_tolerance()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab9370943c7d62b388891c40631036248">SatParameters</a></li>
<li>has_share_level_zero_bounds()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aae218279dd58b8a1c06ccf8eee2e9c34">SatParameters</a></li>
<li>has_share_objective_bounds()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a115d5f1f38fb0b60a74d9f8643ce0754">SatParameters</a></li>
<li>has_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_interval_constraint_proto.html#a7b859b5454fadb45aed6dd2668216471">IntervalConstraintProto</a></li>
<li>has_solution_hint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_cp_model_proto.html#ab814c1d1d979ab21fba480d4f2184f0c">CpModelProto</a></li>
<li>has_solution_pool_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3afd6e0ac7e2dfc458576aa467501778">SatParameters</a></li>
<li>has_start()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_interval_constraint_proto.html#a51e275578773e43af085871063eb5524">IntervalConstraintProto</a></li>
<li>has_stop_after_first_solution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a6cff58be08c95ba05f346214f7c1afb2">SatParameters</a></li>
<li>has_stop_after_presolve()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab4e64d53107ecaf1e1b28bb9d28d9bfd">SatParameters</a></li>
<li>has_strategy_change_increase_ratio()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aff536cb221a35a6a95e919cab34669f8">SatParameters</a></li>
<li>has_subsumption_during_conflict_analysis()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#aa3104e9744f0c864dd7b32e9ac254231">SatParameters</a></li>
<li>has_symmetry()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_cp_model_proto.html#aec7ffd8f1ec4359ef4f203b49b34391e">CpModelProto</a></li>
<li>has_symmetry_level()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ace7ac72d47c8c93bfb093fa7ec44d111">SatParameters</a></li>
<li>has_table()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_constraint_proto.html#ae5642309c1ca01dd0724e933b73664ab">ConstraintProto</a></li>
<li>has_target()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_argument_proto.html#a06651c79cb87bf74e98ea63c6718c064">LinearArgumentProto</a></li>
<li>has_treat_binary_clauses_separately()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a58052b50cedcb21cc3039aa5e55f5fd7">SatParameters</a></li>
<li>has_upper_bound()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a4f74a7e2b2f09549c373754a54e6b011">LinearBooleanConstraint</a></li>
<li>has_use_absl_random()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a86633fd399bd2aaf072a8ad42c384255">SatParameters</a></li>
<li>has_use_blocking_restart()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3559c404a86baa1d3e8d933dd92adfe1">SatParameters</a></li>
<li>has_use_branching_in_lp()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3d82513b52210ec1b238d8181550c174">SatParameters</a></li>
<li>has_use_combined_no_overlap()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab899131731bbdc5bc288d72c7aac7c4d">SatParameters</a></li>
<li>has_use_cumulative_in_no_overlap_2d()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a24559a1a2213ca1c4c26633f3220b97c">SatParameters</a></li>
<li>has_use_disjunctive_constraint_in_cumulative_constraint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a5928f4115f470dd1fc350a2043cd3967">SatParameters</a></li>
<li>has_use_erwa_heuristic()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a6dcf47c2673dfbdc3b05ccfdf648c4ab">SatParameters</a></li>
<li>has_use_exact_lp_reason()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#adef2bcda29ce1ce87778370a06152141">SatParameters</a></li>
<li>has_use_feasibility_pump()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a23705d354500b85134ff1b58dc8276df">SatParameters</a></li>
<li>has_use_implied_bounds()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a011e28d9e4c37f56ca1e62baade62dcb">SatParameters</a></li>
<li>has_use_lns_only()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#abeeb64b1b5f35816ae998223713d294e">SatParameters</a></li>
<li>has_use_optimization_hints()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#afcce3764fd300f6f3400c81bb23c611b">SatParameters</a></li>
<li>has_use_optional_variables()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a2c0d2caca5367257c20c6f494b42130e">SatParameters</a></li>
<li>has_use_overload_checker_in_cumulative_constraint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#acd9b6af6af1279df3aab6595ea4e5a05">SatParameters</a></li>
<li>has_use_pb_resolution()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a69340a09346fa545b167205dd2ef6a74">SatParameters</a></li>
<li>has_use_phase_saving()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a3ad39e821697dc4cd4cdd1ed8a1d5bfa">SatParameters</a></li>
<li>has_use_precedences_in_disjunctive_constraint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad83cad66d99e06ec764ad33d18a904c5">SatParameters</a></li>
<li>has_use_probing_search()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad797727abfc64d69b8aa31f2fe7f5dff">SatParameters</a></li>
<li>has_use_relaxation_lns()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a5476409cc54ef285a6670726ddd61d7b">SatParameters</a></li>
<li>has_use_rins_lns()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ae8066bb4b403aa1e955dc2216df82be6">SatParameters</a></li>
<li>has_use_sat_inprocessing()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ae0e68a1a512ab860945141e0711d013f">SatParameters</a></li>
<li>has_use_timetable_edge_finding_in_cumulative_constraint()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a5475811b60bf08d97d02dc05bb36e917">SatParameters</a></li>
<li>has_variable_activity_decay()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#a331bccf01aac65463f9d76a3a958fb76">SatParameters</a></li>
<li>heads()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_circuit_constraint_proto.html#a666237c6a2efb14e03d3f687cbe8dc15">CircuitConstraintProto</a>, <a class="el" href="classoperations__research_1_1sat_1_1_routes_constraint_proto.html#a666237c6a2efb14e03d3f687cbe8dc15">RoutesConstraintProto</a></li>
<li>heads_size()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_circuit_constraint_proto.html#a5c1560f825b20c9cc2c1d4d7751f6a7c">CircuitConstraintProto</a>, <a class="el" href="classoperations__research_1_1sat_1_1_routes_constraint_proto.html#a5c1560f825b20c9cc2c1d4d7751f6a7c">RoutesConstraintProto</a></li>
<li>hint_conflict_limit()&#160;:&#160;<a class="el" href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab8706e541697be261ac4c7bde4c17802">SatParameters</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>