2021-04-27 23:00:03 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2021-09-20 15:57:27 +02:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2021-04-27 23:00:03 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: callback.h Source File< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
2021-09-20 15:57:27 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
2021-04-27 23:00:03 +02:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.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 = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2021-09-20 15:57:27 +02:00
  < span id = "projectnumber" > 9.1< / span >
2021-04-27 23:00:03 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2021-04-27 23:00:03 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2021-04-27 23:00:03 +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" >
/* @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 >
< / 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& dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('callback_8h_source.html','');});
2021-04-27 23:00:03 +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 >
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > callback.h< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "callback_8h.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > // Copyright 2010-2021 Google LLC< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // Licensed under the Apache License, Version 2.0 (the " License" );< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < span class = "comment" > // you may not use this file except in compliance with the License.< / span > < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "comment" > // You may obtain a copy of the License at< / span > < / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00006" > < / a > < span class = "lineno" > 6< / span >   < span class = "comment" > // http://www.apache.org/licenses/LICENSE-2.0< / span > < / div > < div class = "line" > < a name = "l00007" > < / a > < span class = "lineno" > 7< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00008" > < / a > < span class = "lineno" > 8< / span >   < span class = "comment" > // Unless required by applicable law or agreed to in writing, software< / span > < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "comment" > // distributed under the License is distributed on an " AS IS" BASIS,< / span > < / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < span class = "comment" > // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.< / span > < / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > 11< / span >   < span class = "comment" > // See the License for the specific language governing permissions and< / span > < / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < span class = "comment" > // limitations under the License.< / span > < / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "comment" > // Data types for using callbacks with MathOpt.< / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < span class = "comment" > // Callbacks allow to user to observe the progress of a solver and modify its< / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "comment" > // behavior mid solve. This is supported by allowing the user to a function of< / span > < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "comment" > // type MathOpt::Callback as an optional argument to MathOpt::Solve(). This< / span > < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "comment" > // function is called periodically throughout the solve process. This file< / span > < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "comment" > // defines the data types needed to use this callback.< / span > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "comment" > // The example below registers a callback that listens for feasible solutions< / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "comment" > // the solvers finds along the way and accumulates them in a list for analysis< / span > < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < span class = "comment" > // after the solve.< / span > < / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html_a8225d69ce6f20e86ccfe133c7d80ff1a" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html#a8225d69ce6f20e86ccfe133c7d80ff1a" > operations_research::math_opt::CallbackResult::AddLazyConstraint< / a > < / div > < div class = "ttdeci" > void AddLazyConstraint(BoundedLinearExpression linear_constraint)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00179" > callback.h:179< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint_html_a07523a32cb6b7dc0e6faa86c48420c7f" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint.html#a07523a32cb6b7dc0e6faa86c48420c7f" > operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::is_lazy< / a > < / div > < div class = "ttdeci" > bool is_lazy< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00165" > callback.h:165< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html_a81066f9b4707ddcb2f5b5eb5ce216153" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html#a81066f9b4707ddcb2f5b5eb5ce216153" > operations_research::math_opt::CallbackResult::suggested_solutions< / a > < / div > < div class = "ttdeci" > std::vector< VariableMap< double > > suggested_solutions< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00200" > callback.h:200< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html_aaad1dc9bd90c163cd5cffd2435a4bea5" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html#aaad1dc9bd90c163cd5cffd2435a4bea5" > operations_research::math_opt::CallbackResult::AddUserCut< / a > < / div > < div class = "ttdeci" > void AddUserCut(BoundedLinearExpression linear_constraint)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00173" > callback.h:173< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html" > operations_research::math_opt::CallbackResult< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00160" > callback.h:160< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_a7cc4865303820dac5bb07154f72c2365" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#a7cc4865303820dac5bb07154f72c2365" > operations_research::math_opt::CallbackData::solution< / a > < / div > < div class = "ttdeci" > absl::optional< VariableMap< double > > solution< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00100" > callback.h:100< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_bounded_linear_expression_html_a4a753905fdb2765209204ba37e6acc8d" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_bounded_linear_expression.html#a4a753905fdb2765209204ba37e6acc8d" > operations_research::math_opt::BoundedLinearExpression::expression< / a > < / div > < div class = "ttdeci" > LinearExpression expression< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "variable__and__expressions_8h_source.html#l00488" > variable_and_expressions.h:488< / a > < / div > < / div >
< div class = "ttc" id = "gurobi__interface_8cc_html_a0728f23c9a47655d38e0bf1a2f200bcf" > < div class = "ttname" > < a href = "gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf" > model< / a > < / div > < div class = "ttdeci" > GRBmodel * model< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "gurobi__interface_8cc_source.html#l00273" > gurobi_interface.cc:273< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1math__opt_1_1_indexed_model_html" > < div class = "ttname" > < a href = "classoperations__research_1_1math__opt_1_1_indexed_model.html" > operations_research::math_opt::IndexedModel< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "indexed__model_8h_source.html#l00161" > indexed_model.h:161< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html_afc2dc2d61e49bb4d674aa79f76c8e143" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html#afc2dc2d61e49bb4d674aa79f76c8e143" > operations_research::math_opt::CallbackResult::new_constraints< / a > < / div > < div class = "ttdeci" > std::vector< GeneratedLinearConstraint > new_constraints< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00197" > callback.h:197< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html_a922db711f1c18d9e29f2e85c2fe23541" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html#a922db711f1c18d9e29f2e85c2fe23541" > operations_research::math_opt::CallbackRegistration::add_lazy_constraints< / a > < / div > < div class = "ttdeci" > bool add_lazy_constraints< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00156" > callback.h:156< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_aaf8768ad7f47b90562a96b2b0a6c5162" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#aaf8768ad7f47b90562a96b2b0a6c5162" > operations_research::math_opt::CallbackData::CallbackData< / a > < / div > < div class = "ttdeci" > CallbackData()=default< / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html_a945924a45caa0d8fb76132e005a89a91" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html#a945924a45caa0d8fb76132e005a89a91" > operations_research::math_opt::CallbackResult::Proto< / a > < / div > < div class = "ttdeci" > CallbackResultProto Proto() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8cc_source.html#l00120" > callback.cc:120< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html_a704cfc9f1e9d0d79e8729114f9e13e1b" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html#a704cfc9f1e9d0d79e8729114f9e13e1b" > operations_research::math_opt::CallbackRegistration::events< / a > < / div > < div class = "ttdeci" > absl::flat_hash_set< CallbackEventProto > events< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00138" > callback.h:138< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_a32e54c85f3390e20ab42c14f8e153581" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#a32e54c85f3390e20ab42c14f8e153581" > operations_research::math_opt::CallbackData::runtime< / a > < / div > < div class = "ttdeci" > absl::Duration runtime< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00110" > callback.h:110< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_bounded_linear_expression_html" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_bounded_linear_expression.html" > operations_research::math_opt::BoundedLinearExpression< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "variable__and__expressions_8h_source.html#l00465" > variable_and_expressions.h:465< / a > < / div > < / div >
< div class = "ttc" id = "cp__model__fz__solver_8cc_html_aed003f5eb5197bc586b7ef2c36a63da2" > < div class = "ttname" > < a href = "cp__model__fz__solver_8cc.html#aed003f5eb5197bc586b7ef2c36a63da2" > proto< / a > < / div > < div class = "ttdeci" > CpModelProto proto< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "cp__model__fz__solver_8cc_source.html#l00115" > cp_model_fz_solver.cc:115< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1math__opt_1_1_linear_expression_html_a64203ba9d12b2e9827e18cf8e8c30ab2" > < div class = "ttname" > < a href = "classoperations__research_1_1math__opt_1_1_linear_expression.html#a64203ba9d12b2e9827e18cf8e8c30ab2" > operations_research::math_opt::LinearExpression::model< / a > < / div > < div class = "ttdeci" > IndexedModel * model() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "variable__and__expressions_8h_source.html#l00965" > variable_and_expressions.h:965< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html_a74995b2493f23c9103413e37da5cdc38" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html#a74995b2493f23c9103413e37da5cdc38" > operations_research::math_opt::CallbackResult::terminate< / a > < / div > < div class = "ttdeci" > bool terminate< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00193" > callback.h:193< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html_a64203ba9d12b2e9827e18cf8e8c30ab2" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html#a64203ba9d12b2e9827e18cf8e8c30ab2" > operations_research::math_opt::CallbackRegistration::model< / a > < / div > < div class = "ttdeci" > IndexedModel * model() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8cc_source.html#l00093" > callback.cc:93< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_a726b449027cc54e1295a2325adae55b3" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#a726b449027cc54e1295a2325adae55b3" > operations_research::math_opt::CallbackData::presolve_stats< / a > < / div > < div class = "ttdeci" > CallbackDataProto::PresolveStats presolve_stats< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00113" > callback.h:113< / a > < / div > < / div >
< div class = "ttc" id = "indexed__model_8h_html" > < div class = "ttname" > < a href = "indexed__model_8h.html" > indexed_model.h< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html_a30ba937e73ce5c1b77fdced5e6adafdd" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html#a30ba937e73ce5c1b77fdced5e6adafdd" > operations_research::math_opt::CallbackRegistration::add_cuts< / a > < / div > < div class = "ttdeci" > bool add_cuts< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00151" > callback.h:151< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html_a0c87a70760f8ded4a81f33893f2a5605" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html#a0c87a70760f8ded4a81f33893f2a5605" > operations_research::math_opt::CallbackRegistration::Proto< / a > < / div > < div class = "ttdeci" > CallbackRegistrationProto Proto() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8cc_source.html#l00098" > callback.cc:98< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html_a5c3733be3e96b79b2474ace714e498c8" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html#a5c3733be3e96b79b2474ace714e498c8" > operations_research::math_opt::CallbackRegistration::mip_solution_filter< / a > < / div > < div class = "ttdeci" > MapFilter< Variable > mip_solution_filter< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00142" > callback.h:142< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_af1b70d8a9e16aed62a51574867acce69" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#af1b70d8a9e16aed62a51574867acce69" > operations_research::math_opt::CallbackData::mip_stats< / a > < / div > < div class = "ttdeci" > CallbackDataProto::MipStats mip_stats< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00123" > callback.h:123< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint_html_a58b994073f20fde65a1679904f205304" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint.html#a58b994073f20fde65a1679904f205304" > operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::model< / a > < / div > < div class = "ttdeci" > IndexedModel * model() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00167" > callback.h:167< / a > < / div > < / div >
< div class = "ttc" id = "variable__and__expressions_8h_html" > < div class = "ttname" > < a href = "variable__and__expressions_8h.html" > variable_and_expressions.h< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html" > operations_research::math_opt::CallbackRegistration< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00129" > callback.h:129< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_acb8748e5254e826afc06678839c36e76" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#acb8748e5254e826afc06678839c36e76" > operations_research::math_opt::CallbackData::barrier_stats< / a > < / div > < div class = "ttdeci" > CallbackDataProto::BarrierStats barrier_stats< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00119" > callback.h:119< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html" > operations_research::math_opt::CallbackData< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00083" > callback.h:83< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_a999366c84e0b001631cde508e7470d11" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#a999366c84e0b001631cde508e7470d11" > operations_research::math_opt::CallbackData::simplex_stats< / a > < / div > < div class = "ttdeci" > CallbackDataProto::SimplexStats simplex_stats< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00116" > callback.h:116< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint_html_ac9e29c31846c20153162dca604561b9c" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint.html#ac9e29c31846c20153162dca604561b9c" > operations_research::math_opt::CallbackResult::GeneratedLinearConstraint::linear_constraint< / a > < / div > < div class = "ttdeci" > BoundedLinearExpression linear_constraint< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00164" > callback.h:164< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_html_a64203ba9d12b2e9827e18cf8e8c30ab2" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result.html#a64203ba9d12b2e9827e18cf8e8c30ab2" > operations_research::math_opt::CallbackResult::model< / a > < / div > < div class = "ttdeci" > IndexedModel * model() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8cc_source.html#l00115" > callback.cc:115< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_html" > < div class = "ttname" > < a href = "namespaceoperations__research.html" > operations_research< / a > < / div > < div class = "ttdoc" > Collection of objects used to extend the Constraint Solver library.< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "dense__doubly__linked__list_8h_source.html#l00021" > dense_doubly_linked_list.h:21< / a > < / div > < / div >
< div class = "ttc" id = "map__filter_8h_html" > < div class = "ttname" > < a href = "map__filter_8h.html" > map_filter.h< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint_html" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_result_1_1_generated_linear_constraint.html" > operations_research::math_opt::CallbackResult::GeneratedLinearConstraint< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00163" > callback.h:163< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_registration_html_aa9894fa600000048052e68fc1bd7abab" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_registration.html#aa9894fa600000048052e68fc1bd7abab" > operations_research::math_opt::CallbackRegistration::mip_node_filter< / a > < / div > < div class = "ttdeci" > MapFilter< Variable > mip_node_filter< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00146" > callback.h:146< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1math__opt_1_1_callback_data_html_a71df9ba7e15c125b9274fd5f41b44378" > < div class = "ttname" > < a href = "structoperations__research_1_1math__opt_1_1_callback_data.html#a71df9ba7e15c125b9274fd5f41b44378" > operations_research::math_opt::CallbackData::messages< / a > < / div > < div class = "ttdeci" > std::vector< std::string > messages< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "callback_8h_source.html#l00106" > callback.h:106< / a > < / div > < / div >
2021-04-27 23:00:03 +02:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_1defc00030ff81d309105e053121082f.html" > math_opt< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_dd5645fbbabcdccb47d1d6db92f0f35b.html" > cpp< / a > < / li > < li class = "navelem" > < a class = "el" href = "callback_8h.html" > callback.h< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2021-09-20 15:57:27 +02:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2021-04-27 23:00:03 +02:00
< / ul >
< / div >
< / body >
< / html >