2020-11-18 14:53:30 +01: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" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-11-18 14:53:30 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: CallbackSetup< / 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 >
< 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
2022-03-04 00:11:33 +01:00
  < span id = "projectnumber" > 9.3< / span >
2020-11-18 14:53:30 +01:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-11-18 14:53:30 +01:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-11-18 14:53:30 +01:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-11-18 14:53:30 +01:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-11-18 14:53:30 +01:00
< 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" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('structoperations__research_1_1_callback_setup.html',''); initResizable(); });
2020-11-18 14:53:30 +01: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 = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structoperations__research_1_1_callback_setup-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > CallbackSetup< / div > < / div >
2020-11-18 14:53:30 +01:00
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "scip__callback_8cc_source.html#l00210" > 210< / a > of file < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
2020-11-18 14:53:30 +01:00
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a6b8fe74d4ac72981658f6648005c6aec" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html#a6b8fe74d4ac72981658f6648005c6aec" > CallbackSetup< / a > (SCIP *scip, SCIP_CONSHDLR *scip_handler, SCIP_CONS **conss, int nconss, int nusefulconss, SCIP_SOL *sol, bool is_pseudo_solution)< / td > < / tr >
< tr class = "separator:a6b8fe74d4ac72981658f6648005c6aec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-attribs" name = "pub-attribs" > < / a >
2020-11-18 14:53:30 +01:00
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:ac2ab682cf956d759393b96d9109fbea8" > < td class = "memItemLeft" align = "right" valign = "top" > SCIP_CONSHDLRDATA *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html#ac2ab682cf956d759393b96d9109fbea8" > scip_handler_data< / a > < / td > < / tr >
< tr class = "separator:ac2ab682cf956d759393b96d9109fbea8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fd56c74ad147d4c2d9f5c6e229c35c5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1internal_1_1_scip_callback_runner.html" > internal::ScipCallbackRunner< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html#a1fd56c74ad147d4c2d9f5c6e229c35c5" > callback_runner< / a > < / td > < / tr >
< tr class = "separator:a1fd56c74ad147d4c2d9f5c6e229c35c5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad10d1c5474f81b93a44a05329d92d0f1" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_scip_constraint_handler_context.html" > ScipConstraintHandlerContext< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html#ad10d1c5474f81b93a44a05329d92d0f1" > context< / a > < / td > < / tr >
< tr class = "separator:ad10d1c5474f81b93a44a05329d92d0f1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab447fdc61ed2439de2b67c2992effba5" > < td class = "memItemLeft" align = "right" valign = "top" > absl::Span< SCIP_CONS * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html#ab447fdc61ed2439de2b67c2992effba5" > useful_constraints< / a > < / td > < / tr >
< tr class = "separator:ab447fdc61ed2439de2b67c2992effba5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3786a8a9aedf11487a41d871b1ef660e" > < td class = "memItemLeft" align = "right" valign = "top" > absl::Span< SCIP_CONS * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html#a3786a8a9aedf11487a41d871b1ef660e" > unlikely_useful_constraints< / a > < / td > < / tr >
< tr class = "separator:a3786a8a9aedf11487a41d871b1ef660e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a6b8fe74d4ac72981658f6648005c6aec" name = "a6b8fe74d4ac72981658f6648005c6aec" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6b8fe74d4ac72981658f6648005c6aec" > ◆ < / a > < / span > CallbackSetup()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html" > CallbackSetup< / a > < / td >
< td > (< / td >
< td class = "paramtype" > SCIP *  < / td >
< td class = "paramname" > < em > scip< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > SCIP_CONSHDLR *  < / td >
< td class = "paramname" > < em > scip_handler< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > SCIP_CONS **  < / td >
< td class = "paramname" > < em > conss< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > nconss< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > nusefulconss< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > SCIP_SOL *  < / td >
< td class = "paramname" > < em > sol< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > is_pseudo_solution< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "scip__callback_8cc_source.html#l00217" > 217< / a > of file < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a1fd56c74ad147d4c2d9f5c6e229c35c5" name = "a1fd56c74ad147d4c2d9f5c6e229c35c5" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1fd56c74ad147d4c2d9f5c6e229c35c5" > ◆ < / a > < / span > callback_runner< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1internal_1_1_scip_callback_runner.html" > internal::ScipCallbackRunner< / a > * callback_runner< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "scip__callback_8cc_source.html#l00212" > 212< / a > of file < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ad10d1c5474f81b93a44a05329d92d0f1" name = "ad10d1c5474f81b93a44a05329d92d0f1" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad10d1c5474f81b93a44a05329d92d0f1" > ◆ < / a > < / span > context< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_scip_constraint_handler_context.html" > ScipConstraintHandlerContext< / a > context< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "scip__callback_8cc_source.html#l00213" > 213< / a > of file < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ac2ab682cf956d759393b96d9109fbea8" name = "ac2ab682cf956d759393b96d9109fbea8" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac2ab682cf956d759393b96d9109fbea8" > ◆ < / a > < / span > scip_handler_data< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > SCIP_CONSHDLRDATA* scip_handler_data< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "scip__callback_8cc_source.html#l00211" > 211< / a > of file < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a3786a8a9aedf11487a41d871b1ef660e" name = "a3786a8a9aedf11487a41d871b1ef660e" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3786a8a9aedf11487a41d871b1ef660e" > ◆ < / a > < / span > unlikely_useful_constraints< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > absl::Span< SCIP_CONS*> unlikely_useful_constraints< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "scip__callback_8cc_source.html#l00215" > 215< / a > of file < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab447fdc61ed2439de2b67c2992effba5" name = "ab447fdc61ed2439de2b67c2992effba5" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab447fdc61ed2439de2b67c2992effba5" > ◆ < / a > < / span > useful_constraints< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > absl::Span< SCIP_CONS*> useful_constraints< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "scip__callback_8cc_source.html#l00214" > 214< / a > of file < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "scip__callback_8cc_source.html" > scip_callback.cc< / a > < / li >
< / ul >
< / 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 = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "structoperations__research_1_1_callback_setup.html" > CallbackSetup< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-11-18 14:53:30 +01:00
< / ul >
< / div >
< / body >
< / html >