2019-06-13 15:36:14 +02:00
<!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"/> -->
2019-06-20 23:08:48 +02:00
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
2019-06-13 15:36:14 +02:00
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2020-01-27 13:48:26 +01:00
< span id = "sfml" > Google OR-Tools 7.5< / span >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > C++ Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
2019-08-12 09:16:03 -07:00
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
2019-08-07 18:01:08 -07:00
< 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 >
2019-06-13 15:36:14 +02:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< div align = "center" >
< h1 style = "color: #145A32;" > C++ Reference: Routing< / h1 >
< / div >
2020-04-23 15:34:43 +02:00
<!-- Generated by Doxygen 1.8.16 -->
2019-06-13 15:36:14 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
2019-07-15 17:42:24 -07:00
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2019-06-13 15:36:14 +02:00
< / ul >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1SearchLog.html" > SearchLog< / a > < / li > < / ul >
2019-06-13 15:36:14 +02:00
< / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2019-06-13 15:36:14 +02:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "classoperations__research_1_1SearchLog-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > SearchLog< / div > < / div >
2019-06-13 15:36:14 +02:00
< / div > <!-- header -->
< div class = "contents" >
2019-08-12 23:15:11 -07:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > The base class of all search logs that periodically outputs information when the search is running. < / p >
2019-06-13 15:36:14 +02:00
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02007" > 2007< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-08-12 23:15:11 -07:00
< / div > < table class = "memberdecls" >
2019-06-13 15:36:14 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:abcb5ea97dd20da34d28e62a1ab2fda27" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#abcb5ea97dd20da34d28e62a1ab2fda27" > SearchLog< / a > (< a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > *const s, < a class = "el" href = "classoperations__research_1_1OptimizeVar.html" > OptimizeVar< / a > *const obj, < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const var, double scaling_factor, double offset, std::function< std::string()> display_callback, int period)< / td > < / tr >
< tr class = "separator:abcb5ea97dd20da34d28e62a1ab2fda27" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6f54fc4f2d59c38d5929533887fa5ddd" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a6f54fc4f2d59c38d5929533887fa5ddd" > ~SearchLog< / a > () override< / td > < / tr >
< tr class = "separator:a6f54fc4f2d59c38d5929533887fa5ddd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c955ff1b2eae2daece0f25f1e57fb16" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a0c955ff1b2eae2daece0f25f1e57fb16" > EnterSearch< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a0c955ff1b2eae2daece0f25f1e57fb16" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Beginning of the search. < a href = "classoperations__research_1_1SearchLog.html#a0c955ff1b2eae2daece0f25f1e57fb16" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a0c955ff1b2eae2daece0f25f1e57fb16" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4d07aaa3fe401d52e938c2f8f7f2e26f" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a4d07aaa3fe401d52e938c2f8f7f2e26f" > ExitSearch< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a4d07aaa3fe401d52e938c2f8f7f2e26f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > End of the search. < a href = "classoperations__research_1_1SearchLog.html#a4d07aaa3fe401d52e938c2f8f7f2e26f" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a4d07aaa3fe401d52e938c2f8f7f2e26f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab3631067f88ccc24c5db6a8a0dc64e47" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#ab3631067f88ccc24c5db6a8a0dc64e47" > AtSolution< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ab3631067f88ccc24c5db6a8a0dc64e47" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when a valid solution is found. < a href = "classoperations__research_1_1SearchLog.html#ab3631067f88ccc24c5db6a8a0dc64e47" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ab3631067f88ccc24c5db6a8a0dc64e47" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a00e1c5e76ceb9b425ddea62748673d9b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a00e1c5e76ceb9b425ddea62748673d9b" > BeginFail< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a00e1c5e76ceb9b425ddea62748673d9b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Just when the failure occurs. < a href = "classoperations__research_1_1SearchLog.html#a00e1c5e76ceb9b425ddea62748673d9b" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a00e1c5e76ceb9b425ddea62748673d9b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a970b194bb0e12ae42db1f1b3ca7ba43e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a970b194bb0e12ae42db1f1b3ca7ba43e" > NoMoreSolutions< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a970b194bb0e12ae42db1f1b3ca7ba43e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > When the search tree is finished. < a href = "classoperations__research_1_1SearchLog.html#a970b194bb0e12ae42db1f1b3ca7ba43e" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a970b194bb0e12ae42db1f1b3ca7ba43e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afc36af1852ba6e2dbe650aa172e4c680" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#afc36af1852ba6e2dbe650aa172e4c680" > AcceptUncheckedNeighbor< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:afc36af1852ba6e2dbe650aa172e4c680" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After accepting an unchecked neighbor during local search. < a href = "classoperations__research_1_1SearchLog.html#afc36af1852ba6e2dbe650aa172e4c680" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:afc36af1852ba6e2dbe650aa172e4c680" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9af93e0c2f02218bf4e586dda448fabe" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a9af93e0c2f02218bf4e586dda448fabe" > ApplyDecision< / a > (< a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const decision) override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a9af93e0c2f02218bf4e586dda448fabe" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before applying the decision. < a href = "classoperations__research_1_1SearchLog.html#a9af93e0c2f02218bf4e586dda448fabe" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a9af93e0c2f02218bf4e586dda448fabe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a363e3361f6a6b52343e69cbff81deff5" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a363e3361f6a6b52343e69cbff81deff5" > RefuteDecision< / a > (< a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const decision) override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a363e3361f6a6b52343e69cbff81deff5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before refuting the decision. < a href = "classoperations__research_1_1SearchLog.html#a363e3361f6a6b52343e69cbff81deff5" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a363e3361f6a6b52343e69cbff81deff5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae26cecfdf81054f0b85943d0f9e8b7ac" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#ae26cecfdf81054f0b85943d0f9e8b7ac" > OutputDecision< / a > ()< / td > < / tr >
< tr class = "separator:ae26cecfdf81054f0b85943d0f9e8b7ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa776d47ceec0ae7dceb9723a0fc82fb3" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#aa776d47ceec0ae7dceb9723a0fc82fb3" > Maintain< / a > ()< / td > < / tr >
< tr class = "separator:aa776d47ceec0ae7dceb9723a0fc82fb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73895ddf1e732b9d3fa365f05977c8a6" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a73895ddf1e732b9d3fa365f05977c8a6" > BeginInitialPropagation< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a73895ddf1e732b9d3fa365f05977c8a6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before the initial propagation. < a href = "classoperations__research_1_1SearchLog.html#a73895ddf1e732b9d3fa365f05977c8a6" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a73895ddf1e732b9d3fa365f05977c8a6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe2b705fd5af7c1c6812f69e9a9dcdf1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#afe2b705fd5af7c1c6812f69e9a9dcdf1" > EndInitialPropagation< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:afe2b705fd5af7c1c6812f69e9a9dcdf1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After the initial propagation. < a href = "classoperations__research_1_1SearchLog.html#afe2b705fd5af7c1c6812f69e9a9dcdf1" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:afe2b705fd5af7c1c6812f69e9a9dcdf1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#aed804747c45a7e1caf81461f9e45dd91" > DebugString< / a > () const override< / td > < / tr >
< tr class = "separator:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a262b3b6ef45475daffd66c5ada5dfdd2" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a262b3b6ef45475daffd66c5ada5dfdd2" > RestartSearch< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a262b3b6ef45475daffd66c5ada5dfdd2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Restart the search. < a href = "classoperations__research_1_1SearchMonitor.html#a262b3b6ef45475daffd66c5ada5dfdd2" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a262b3b6ef45475daffd66c5ada5dfdd2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad68c792579832141c205985973ba8a88" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#ad68c792579832141c205985973ba8a88" > BeginNextDecision< / a > (< a class = "el" href = "classoperations__research_1_1DecisionBuilder.html" > DecisionBuilder< / a > *const b)< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ad68c792579832141c205985973ba8a88" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before calling < a class = "el" href = "classoperations__research_1_1DecisionBuilder.html#a68bbb37d42da9d7b82145b3bf435dbc3" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > . < a href = "classoperations__research_1_1SearchMonitor.html#ad68c792579832141c205985973ba8a88" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ad68c792579832141c205985973ba8a88" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab472eccafac416112828cde24cefb907" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#ab472eccafac416112828cde24cefb907" > EndNextDecision< / a > (< a class = "el" href = "classoperations__research_1_1DecisionBuilder.html" > DecisionBuilder< / a > *const b, < a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const d)< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ab472eccafac416112828cde24cefb907" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After calling < a class = "el" href = "classoperations__research_1_1DecisionBuilder.html#a68bbb37d42da9d7b82145b3bf435dbc3" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > , along with the returned decision. < a href = "classoperations__research_1_1SearchMonitor.html#ab472eccafac416112828cde24cefb907" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ab472eccafac416112828cde24cefb907" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9e7b2a7775d2ff7735f77716cb29d15b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a9e7b2a7775d2ff7735f77716cb29d15b" > AfterDecision< / a > (< a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const d, bool apply)< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a9e7b2a7775d2ff7735f77716cb29d15b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Just after refuting or applying the decision, apply is true after Apply. < a href = "classoperations__research_1_1SearchMonitor.html#a9e7b2a7775d2ff7735f77716cb29d15b" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a9e7b2a7775d2ff7735f77716cb29d15b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a365797300972514a230eeb9e2f45f441" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a365797300972514a230eeb9e2f45f441" > EndFail< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a365797300972514a230eeb9e2f45f441" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After completing the backtrack. < a href = "classoperations__research_1_1SearchMonitor.html#a365797300972514a230eeb9e2f45f441" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a365797300972514a230eeb9e2f45f441" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2895de3ad67f901de28f00994cdcfa34" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a2895de3ad67f901de28f00994cdcfa34" > AcceptSolution< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a2895de3ad67f901de28f00994cdcfa34" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when a solution is found. < a href = "classoperations__research_1_1SearchMonitor.html#a2895de3ad67f901de28f00994cdcfa34" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a2895de3ad67f901de28f00994cdcfa34" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad6087c8c2f28d22ff19052db7c0045cf" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#ad6087c8c2f28d22ff19052db7c0045cf" > LocalOptimum< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ad6087c8c2f28d22ff19052db7c0045cf" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > When a local optimum is reached. < a href = "classoperations__research_1_1SearchMonitor.html#ad6087c8c2f28d22ff19052db7c0045cf" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ad6087c8c2f28d22ff19052db7c0045cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a98a16aa379c7240ae374adb128142a02" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a98a16aa379c7240ae374adb128142a02" > AcceptDelta< / a > (< a class = "el" href = "classoperations__research_1_1Assignment.html" > Assignment< / a > *delta, < a class = "el" href = "classoperations__research_1_1Assignment.html" > Assignment< / a > *deltadelta)< / td > < / tr >
< tr class = "separator:a98a16aa379c7240ae374adb128142a02" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36df6248a273f003d8d9e1414e3c5e5c" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a36df6248a273f003d8d9e1414e3c5e5c" > AcceptNeighbor< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a36df6248a273f003d8d9e1414e3c5e5c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After accepting a neighbor during local search. < a href = "classoperations__research_1_1SearchMonitor.html#a36df6248a273f003d8d9e1414e3c5e5c" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a36df6248a273f003d8d9e1414e3c5e5c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a198e17615278d9d5b9f39e4f0493447b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a198e17615278d9d5b9f39e4f0493447b" > IsUncheckedSolutionLimitReached< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a198e17615278d9d5b9f39e4f0493447b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if the limit of solutions has been reached including unchecked solutions. < a href = "classoperations__research_1_1SearchMonitor.html#a198e17615278d9d5b9f39e4f0493447b" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a198e17615278d9d5b9f39e4f0493447b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5f32c22c620c811754ba7b6f977db864" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a5f32c22c620c811754ba7b6f977db864" > solver< / a > () const< / td > < / tr >
< tr class = "separator:a5f32c22c620c811754ba7b6f977db864" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fc71393e20b97540f90702601b75fe1" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a1fc71393e20b97540f90702601b75fe1" > PeriodicCheck< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a1fc71393e20b97540f90702601b75fe1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Periodic call to check limits in long running methods. < a href = "classoperations__research_1_1SearchMonitor.html#a1fc71393e20b97540f90702601b75fe1" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a1fc71393e20b97540f90702601b75fe1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2ebc7607687823d65bf65f331c9ac246" > < td class = "memItemLeft" align = "right" valign = "top" > virtual int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a2ebc7607687823d65bf65f331c9ac246" > ProgressPercent< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a2ebc7607687823d65bf65f331c9ac246" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a percentage representing the propress of the search before reaching limits. < a href = "classoperations__research_1_1SearchMonitor.html#a2ebc7607687823d65bf65f331c9ac246" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a2ebc7607687823d65bf65f331c9ac246" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afcde421cf076575a27bed81c80093ac8" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#afcde421cf076575a27bed81c80093ac8" > Accept< / a > (< a class = "el" href = "classoperations__research_1_1ModelVisitor.html" > ModelVisitor< / a > *const visitor) const< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:afcde421cf076575a27bed81c80093ac8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accepts the given model visitor. < a href = "classoperations__research_1_1SearchMonitor.html#afcde421cf076575a27bed81c80093ac8" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:afcde421cf076575a27bed81c80093ac8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a16adaa01a30033dfc04405c25b7ede7b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a16adaa01a30033dfc04405c25b7ede7b" > Install< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a16adaa01a30033dfc04405c25b7ede7b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Registers itself on the solver such that it gets notified of the search and propagation events. < a href = "classoperations__research_1_1SearchMonitor.html#a16adaa01a30033dfc04405c25b7ede7b" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a16adaa01a30033dfc04405c25b7ede7b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:ae01b186f0d4be993cdabb7fb50bb98bd" > < td class = "memItemLeft" align = "right" valign = "top" > static const int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#ae01b186f0d4be993cdabb7fb50bb98bd" > kNoProgress< / a > = -1< / td > < / tr >
< tr class = "separator:ae01b186f0d4be993cdabb7fb50bb98bd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:a579d10756b6f1f7313b3ff0f27b33876" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLog.html#a579d10756b6f1f7313b3ff0f27b33876" > OutputLine< / a > (const std::string & line)< / td > < / tr >
< tr class = "separator:a579d10756b6f1f7313b3ff0f27b33876" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2019-08-12 23:15:11 -07:00
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "abcb5ea97dd20da34d28e62a1ab2fda27" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abcb5ea97dd20da34d28e62a1ab2fda27" > ◆ < / a > < / span > SearchLog()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1SearchLog.html" > SearchLog< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > *const  < / td >
< td class = "paramname" > < em > s< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1OptimizeVar.html" > OptimizeVar< / a > *const  < / td >
< td class = "paramname" > < em > obj< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1IntVar.html" > IntVar< / a > *const  < / td >
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > scaling_factor< / em > , < / td >
< / tr >
2019-08-07 18:01:08 -07:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > offset< / em > , < / td >
< / tr >
2019-06-13 15:36:14 +02:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::function< std::string()>   < / td >
< td class = "paramname" > < em > display_callback< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > period< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a6f54fc4f2d59c38d5929533887fa5ddd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6f54fc4f2d59c38d5929533887fa5ddd" > ◆ < / a > < / span > ~SearchLog()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > ~< a class = "el" href = "classoperations__research_1_1SearchLog.html" > SearchLog< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "afcde421cf076575a27bed81c80093ac8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afcde421cf076575a27bed81c80093ac8" > ◆ < / a > < / span > Accept()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void Accept < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1ModelVisitor.html" > ModelVisitor< / a > *const  < / td >
< td class = "paramname" > < em > visitor< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Accepts the given model visitor. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1RegularLimit.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > RegularLimit< / a > , and < a class = "el" href = "classoperations__research_1_1OptimizeVar.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > OptimizeVar< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a98a16aa379c7240ae374adb128142a02" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a98a16aa379c7240ae374adb128142a02" > ◆ < / a > < / span > AcceptDelta()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual bool AcceptDelta < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Assignment.html" > Assignment< / a > *  < / td >
< td class = "paramname" > < em > delta< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Assignment.html" > Assignment< / a > *  < / td >
< td class = "paramname" > < em > deltadelta< / 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" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-08-07 18:01:08 -07:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1OptimizeVar.html#ae983cf659c971e1f2095a2c5a0e81eca" > OptimizeVar< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a36df6248a273f003d8d9e1414e3c5e5c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36df6248a273f003d8d9e1414e3c5e5c" > ◆ < / a > < / span > AcceptNeighbor()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void AcceptNeighbor < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After accepting a neighbor during local search. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a2895de3ad67f901de28f00994cdcfa34" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2895de3ad67f901de28f00994cdcfa34" > ◆ < / a > < / span > AcceptSolution()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual bool AcceptSolution < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method is called when a solution is found. < / p >
< p > It asserts whether the solution is valid. A value of false indicates that the solution should be discarded. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1OptimizeVar.html#aa8900234762f2b2015b9108accdf10ff" > OptimizeVar< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "afc36af1852ba6e2dbe650aa172e4c680" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc36af1852ba6e2dbe650aa172e4c680" > ◆ < / a > < / span > AcceptUncheckedNeighbor()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void AcceptUncheckedNeighbor < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After accepting an unchecked neighbor during local search. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#ae08d9f4aadd8be8f98637c6dec237b57" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a9e7b2a7775d2ff7735f77716cb29d15b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9e7b2a7775d2ff7735f77716cb29d15b" > ◆ < / a > < / span > AfterDecision()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void AfterDecision < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > apply< / 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" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Just after refuting or applying the decision, apply is true after Apply. < / p >
< p > This is called only if the Apply() or Refute() methods have not failed. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a9af93e0c2f02218bf4e586dda448fabe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9af93e0c2f02218bf4e586dda448fabe" > ◆ < / a > < / span > ApplyDecision()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void ApplyDecision < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Before applying the decision. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#af4cd0c541c53920fa86ff54ba2349cb2" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ab3631067f88ccc24c5db6a8a0dc64e47" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab3631067f88ccc24c5db6a8a0dc64e47" > ◆ < / a > < / span > AtSolution()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool AtSolution < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method is called when a valid solution is found. < / p >
< p > If the return value is true, then search will resume after. If the result is false, then search will stop there. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a9f55f75747d65ad9c4ca9c6fdc01800d" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a00e1c5e76ceb9b425ddea62748673d9b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a00e1c5e76ceb9b425ddea62748673d9b" > ◆ < / a > < / span > BeginFail()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void BeginFail < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Just when the failure occurs. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a232379b0cabc402db868a849f4f71273" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a73895ddf1e732b9d3fa365f05977c8a6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a73895ddf1e732b9d3fa365f05977c8a6" > ◆ < / a > < / span > BeginInitialPropagation()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void BeginInitialPropagation < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Before the initial propagation. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#adfeaf3bb78e09fb211bdb8a4fa605c05" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad68c792579832141c205985973ba8a88" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad68c792579832141c205985973ba8a88" > ◆ < / a > < / span > BeginNextDecision()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void BeginNextDecision < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1DecisionBuilder.html" > DecisionBuilder< / a > *const  < / td >
< td class = "paramname" > < em > b< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-08-07 18:01:08 -07:00
< p > Before calling < a class = "el" href = "classoperations__research_1_1DecisionBuilder.html#a68bbb37d42da9d7b82145b3bf435dbc3" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > . < / p >
2019-06-13 15:36:14 +02:00
2019-11-14 13:52:51 -08:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1OptimizeVar.html#a2475e9789e99a92fbe93b2eaf1b5f5b3" > OptimizeVar< / a > , and < a class = "el" href = "classoperations__research_1_1SearchLimit.html#a6022c765bf8a03b9322ca6c6591b3c21" > SearchLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aed804747c45a7e1caf81461f9e45dd91" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed804747c45a7e1caf81461f9e45dd91" > ◆ < / a > < / span > DebugString()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > std::string DebugString < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1BaseObject.html#a8eba5d533fa9df4617c1868d3ec2afc4" > BaseObject< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a365797300972514a230eeb9e2f45f441" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a365797300972514a230eeb9e2f45f441" > ◆ < / a > < / span > EndFail()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void EndFail < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After completing the backtrack. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "afe2b705fd5af7c1c6812f69e9a9dcdf1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe2b705fd5af7c1c6812f69e9a9dcdf1" > ◆ < / a > < / span > EndInitialPropagation()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void EndInitialPropagation < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After the initial propagation. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a1ef0300d79ec636a79c06486f695b2ff" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ab472eccafac416112828cde24cefb907" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab472eccafac416112828cde24cefb907" > ◆ < / a > < / span > EndNextDecision()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void EndNextDecision < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1DecisionBuilder.html" > DecisionBuilder< / a > *const  < / td >
< td class = "paramname" > < em > b< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / 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" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-08-07 18:01:08 -07:00
< p > After calling < a class = "el" href = "classoperations__research_1_1DecisionBuilder.html#a68bbb37d42da9d7b82145b3bf435dbc3" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > , along with the returned decision. < / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a0c955ff1b2eae2daece0f25f1e57fb16" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c955ff1b2eae2daece0f25f1e57fb16" > ◆ < / a > < / span > EnterSearch()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void EnterSearch < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Beginning of the search. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a27bff456d096558a8be08ca6fee989f2" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a4d07aaa3fe401d52e938c2f8f7f2e26f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d07aaa3fe401d52e938c2f8f7f2e26f" > ◆ < / a > < / span > ExitSearch()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void ExitSearch < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > End of the search. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a19bef8716e7418748ef666b07b09c25d" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a16adaa01a30033dfc04405c25b7ede7b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a16adaa01a30033dfc04405c25b7ede7b" > ◆ < / a > < / span > Install()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void Install < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Registers itself on the solver such that it gets notified of the search and propagation events. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1LocalSearchMonitor.html#a127c860aa3b5024666f308c553edf2a5" > LocalSearchMonitor< / a > , and < a class = "el" href = "classoperations__research_1_1PropagationMonitor.html#a127c860aa3b5024666f308c553edf2a5" > PropagationMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a198e17615278d9d5b9f39e4f0493447b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a198e17615278d9d5b9f39e4f0493447b" > ◆ < / a > < / span > IsUncheckedSolutionLimitReached()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual bool IsUncheckedSolutionLimitReached < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns true if the limit of solutions has been reached including unchecked solutions. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a1d6a0a8f90a9b39efbd6b00994d212c8" > RegularLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03658" > 3658< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad6087c8c2f28d22ff19052db7c0045cf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad6087c8c2f28d22ff19052db7c0045cf" > ◆ < / a > < / span > LocalOptimum()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual bool LocalOptimum < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > When a local optimum is reached. < / p >
< p > If 'true' is returned, the last solution is discarded and the search proceeds with the next one. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aa776d47ceec0ae7dceb9723a0fc82fb3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa776d47ceec0ae7dceb9723a0fc82fb3" > ◆ < / a > < / span > Maintain()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void Maintain < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a970b194bb0e12ae42db1f1b3ca7ba43e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a970b194bb0e12ae42db1f1b3ca7ba43e" > ◆ < / a > < / span > NoMoreSolutions()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void NoMoreSolutions < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > When the search tree is finished. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a6c85276e75542eb410f09b0ccd78379b" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ae26cecfdf81054f0b85943d0f9e8b7ac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae26cecfdf81054f0b85943d0f9e8b7ac" > ◆ < / a > < / span > OutputDecision()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void OutputDecision < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a579d10756b6f1f7313b3ff0f27b33876" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a579d10756b6f1f7313b3ff0f27b33876" > ◆ < / a > < / span > OutputLine()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void OutputLine < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > line< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a1fc71393e20b97540f90702601b75fe1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1fc71393e20b97540f90702601b75fe1" > ◆ < / a > < / span > PeriodicCheck()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void PeriodicCheck < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Periodic call to check limits in long running methods. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1SearchLimit.html#a310e97cfc134567a740679be9186e194" > SearchLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a2ebc7607687823d65bf65f331c9ac246" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2ebc7607687823d65bf65f331c9ac246" > ◆ < / a > < / span > ProgressPercent()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual int ProgressPercent < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns a percentage representing the propress of the search before reaching limits. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a7dae7731e3aee0f21059730b01aaaf51" > RegularLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03667" > 3667< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a363e3361f6a6b52343e69cbff81deff5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a363e3361f6a6b52343e69cbff81deff5" > ◆ < / a > < / span > RefuteDecision()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void RefuteDecision < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Before refuting the decision. < / p >
2019-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a150f3693eacbeff5fcf5fb1ab954d11e" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a262b3b6ef45475daffd66c5ada5dfdd2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a262b3b6ef45475daffd66c5ada5dfdd2" > ◆ < / a > < / span > RestartSearch()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void RestartSearch < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Restart the search. < / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a5f32c22c620c811754ba7b6f977db864" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5f32c22c620c811754ba7b6f977db864" > ◆ < / a > < / span > solver()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > * solver < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03660" > 3660< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "ae01b186f0d4be993cdabb7fb50bb98bd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae01b186f0d4be993cdabb7fb50bb98bd" > ◆ < / a > < / span > kNoProgress< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > const int kNoProgress = -1< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03589" > 3589< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-13 15:36:14 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >