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-01-27 13:48:26 +01:00
<!-- Generated by Doxygen 1.8.18 -->
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_1RegularLimit.html" > RegularLimit< / 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 = "classoperations__research_1_1RegularLimit-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > RegularLimit< / 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 > Usual limit based on wall_time, number of explored branches and number of failures in the search tree. < / 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#l04233" > 4233< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.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:ab737c284f0dcb8b1ed115f5f5b90f3ff" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#ab737c284f0dcb8b1ed115f5f5b90f3ff" > RegularLimit< / a > (< a class = "el" href = "classoperations__research_1_1Solver.html" > Solver< / a > *const s, int64 time, int64 < a class = "el" href = "classoperations__research_1_1RegularLimit.html#ad01c3a2fbfb388d917899ad983415d02" > branches< / a > , int64 < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a2b05840b09f4ab5632470987f01e11e1" > failures< / a > , int64 < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a23ac09a78dbd8b39b2f63e9981947788" > solutions< / a > , bool smart_time_check, bool cumulative)< / td > < / tr >
< tr class = "separator:ab737c284f0dcb8b1ed115f5f5b90f3ff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4b4eab279939d2f78038cc89554a3d61" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a4b4eab279939d2f78038cc89554a3d61" > ~RegularLimit< / a > () override< / td > < / tr >
< tr class = "separator:a4b4eab279939d2f78038cc89554a3d61" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac0948fa90cbc174304a0f6c78d72e15" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#aac0948fa90cbc174304a0f6c78d72e15" > Copy< / a > (const < a class = "el" href = "classoperations__research_1_1SearchLimit.html" > SearchLimit< / a > *const limit) override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:aac0948fa90cbc174304a0f6c78d72e15" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy a limit. < a href = "classoperations__research_1_1RegularLimit.html#aac0948fa90cbc174304a0f6c78d72e15" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aac0948fa90cbc174304a0f6c78d72e15" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acde4eaa45f9fcd2e17bfcaf04a41ea36" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1SearchLimit.html" > SearchLimit< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#acde4eaa45f9fcd2e17bfcaf04a41ea36" > MakeClone< / a > () const override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:acde4eaa45f9fcd2e17bfcaf04a41ea36" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Allocates a clone of the limit. < a href = "classoperations__research_1_1RegularLimit.html#acde4eaa45f9fcd2e17bfcaf04a41ea36" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:acde4eaa45f9fcd2e17bfcaf04a41ea36" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a98091bfae0af46a2795cf0f5a8cacec7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html" > RegularLimit< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a98091bfae0af46a2795cf0f5a8cacec7" > MakeIdenticalClone< / a > () const< / td > < / tr >
< tr class = "separator:a98091bfae0af46a2795cf0f5a8cacec7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a01dd9b59b9a183cb3ba148b08d09b320" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a01dd9b59b9a183cb3ba148b08d09b320" > Check< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a01dd9b59b9a183cb3ba148b08d09b320" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called to check the status of the limit. < a href = "classoperations__research_1_1RegularLimit.html#a01dd9b59b9a183cb3ba148b08d09b320" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a01dd9b59b9a183cb3ba148b08d09b320" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a47de93e849d14c3eda08d78613506608" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a47de93e849d14c3eda08d78613506608" > Init< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a47de93e849d14c3eda08d78613506608" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when the search limit is initialized. < a href = "classoperations__research_1_1RegularLimit.html#a47de93e849d14c3eda08d78613506608" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a47de93e849d14c3eda08d78613506608" > < 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_1RegularLimit.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_1RegularLimit.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:a73a92be718a3fce418f1240ac862b2fc" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a73a92be718a3fce418f1240ac862b2fc" > UpdateLimits< / a > (int64 time, int64 < a class = "el" href = "classoperations__research_1_1RegularLimit.html#ad01c3a2fbfb388d917899ad983415d02" > branches< / a > , int64 < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a2b05840b09f4ab5632470987f01e11e1" > failures< / a > , int64 < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a23ac09a78dbd8b39b2f63e9981947788" > solutions< / a > )< / td > < / tr >
< tr class = "separator:a73a92be718a3fce418f1240ac862b2fc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a039f4519955ca1dd2aa8b82b7f7a37fa" > < td class = "memItemLeft" align = "right" valign = "top" > absl::Duration  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a039f4519955ca1dd2aa8b82b7f7a37fa" > duration_limit< / a > () const< / td > < / tr >
< tr class = "separator:a039f4519955ca1dd2aa8b82b7f7a37fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a80533bb150275c3c1c46e7ee3f31a822" > < td class = "memItemLeft" align = "right" valign = "top" > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a80533bb150275c3c1c46e7ee3f31a822" > wall_time< / a > () const< / td > < / tr >
< tr class = "separator:a80533bb150275c3c1c46e7ee3f31a822" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad01c3a2fbfb388d917899ad983415d02" > < td class = "memItemLeft" align = "right" valign = "top" > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#ad01c3a2fbfb388d917899ad983415d02" > branches< / a > () const< / td > < / tr >
< tr class = "separator:ad01c3a2fbfb388d917899ad983415d02" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b05840b09f4ab5632470987f01e11e1" > < td class = "memItemLeft" align = "right" valign = "top" > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a2b05840b09f4ab5632470987f01e11e1" > failures< / a > () const< / td > < / tr >
< tr class = "separator:a2b05840b09f4ab5632470987f01e11e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a23ac09a78dbd8b39b2f63e9981947788" > < td class = "memItemLeft" align = "right" valign = "top" > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a23ac09a78dbd8b39b2f63e9981947788" > solutions< / a > () const< / td > < / tr >
< tr class = "separator:a23ac09a78dbd8b39b2f63e9981947788" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1d6a0a8f90a9b39efbd6b00994d212c8" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a1d6a0a8f90a9b39efbd6b00994d212c8" > IsUncheckedSolutionLimitReached< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a1d6a0a8f90a9b39efbd6b00994d212c8" > < 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_1RegularLimit.html#a1d6a0a8f90a9b39efbd6b00994d212c8" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a1d6a0a8f90a9b39efbd6b00994d212c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7dae7731e3aee0f21059730b01aaaf51" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a7dae7731e3aee0f21059730b01aaaf51" > ProgressPercent< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a7dae7731e3aee0f21059730b01aaaf51" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a percentage representing the propress of the search before reaching limits. < a href = "classoperations__research_1_1RegularLimit.html#a7dae7731e3aee0f21059730b01aaaf51" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a7dae7731e3aee0f21059730b01aaaf51" > < 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_1RegularLimit.html#aed804747c45a7e1caf81461f9e45dd91" > DebugString< / a > () const override< / td > < / tr >
< tr class = "separator:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8cc63d9778229883ca7594b3a47d8f5b" > < td class = "memItemLeft" align = "right" valign = "top" > absl::Time  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#a8cc63d9778229883ca7594b3a47d8f5b" > AbsoluteSolverDeadline< / a > () const< / td > < / tr >
< tr class = "separator:a8cc63d9778229883ca7594b3a47d8f5b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa30c84aec5e60d6b74e1e1eb15011d4a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RegularLimit.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > Accept< / a > (< a class = "el" href = "classoperations__research_1_1ModelVisitor.html" > ModelVisitor< / a > *const visitor) const override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:aa30c84aec5e60d6b74e1e1eb15011d4a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accepts the given model visitor. < a href = "classoperations__research_1_1RegularLimit.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aa30c84aec5e60d6b74e1e1eb15011d4a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae874856cae71ff1b4391027b70f0c915" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLimit.html#ae874856cae71ff1b4391027b70f0c915" > crossed< / a > () const< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ae874856cae71ff1b4391027b70f0c915" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if the limit has been crossed. < a href = "classoperations__research_1_1SearchLimit.html#ae874856cae71ff1b4391027b70f0c915" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ae874856cae71ff1b4391027b70f0c915" > < 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_1SearchLimit.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" > Internal methods. < a href = "classoperations__research_1_1SearchLimit.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:a6022c765bf8a03b9322ca6c6591b3c21" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLimit.html#a6022c765bf8a03b9322ca6c6591b3c21" > BeginNextDecision< / a > (< a class = "el" href = "classoperations__research_1_1DecisionBuilder.html" > DecisionBuilder< / a > *const b) override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a6022c765bf8a03b9322ca6c6591b3c21" > < 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_1SearchLimit.html#a6022c765bf8a03b9322ca6c6591b3c21" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a6022c765bf8a03b9322ca6c6591b3c21" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a310e97cfc134567a740679be9186e194" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLimit.html#a310e97cfc134567a740679be9186e194" > PeriodicCheck< / a > () override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a310e97cfc134567a740679be9186e194" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Periodic call to check limits in long running methods. < a href = "classoperations__research_1_1SearchLimit.html#a310e97cfc134567a740679be9186e194" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a310e97cfc134567a740679be9186e194" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acdef27972648252e66630c3b078aa962" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchLimit.html#acdef27972648252e66630c3b078aa962" > RefuteDecision< / a > (< a class = "el" href = "classoperations__research_1_1Decision.html" > Decision< / a > *const d) override< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:acdef27972648252e66630c3b078aa962" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before refuting the decision. < a href = "classoperations__research_1_1SearchLimit.html#acdef27972648252e66630c3b078aa962" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:acdef27972648252e66630c3b078aa962" > < 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: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:af4cd0c541c53920fa86ff54ba2349cb2" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#af4cd0c541c53920fa86ff54ba2349cb2" > ApplyDecision< / a > (< 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:af4cd0c541c53920fa86ff54ba2349cb2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before applying the decision. < a href = "classoperations__research_1_1SearchMonitor.html#af4cd0c541c53920fa86ff54ba2349cb2" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:af4cd0c541c53920fa86ff54ba2349cb2" > < 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:a232379b0cabc402db868a849f4f71273" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a232379b0cabc402db868a849f4f71273" > BeginFail< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a232379b0cabc402db868a849f4f71273" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Just when the failure occurs. < a href = "classoperations__research_1_1SearchMonitor.html#a232379b0cabc402db868a849f4f71273" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a232379b0cabc402db868a849f4f71273" > < 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:adfeaf3bb78e09fb211bdb8a4fa605c05" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#adfeaf3bb78e09fb211bdb8a4fa605c05" > BeginInitialPropagation< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:adfeaf3bb78e09fb211bdb8a4fa605c05" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before the initial propagation. < a href = "classoperations__research_1_1SearchMonitor.html#adfeaf3bb78e09fb211bdb8a4fa605c05" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:adfeaf3bb78e09fb211bdb8a4fa605c05" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1ef0300d79ec636a79c06486f695b2ff" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a1ef0300d79ec636a79c06486f695b2ff" > EndInitialPropagation< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a1ef0300d79ec636a79c06486f695b2ff" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After the initial propagation. < a href = "classoperations__research_1_1SearchMonitor.html#a1ef0300d79ec636a79c06486f695b2ff" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a1ef0300d79ec636a79c06486f695b2ff" > < 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:a9f55f75747d65ad9c4ca9c6fdc01800d" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a9f55f75747d65ad9c4ca9c6fdc01800d" > AtSolution< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a9f55f75747d65ad9c4ca9c6fdc01800d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when a valid solution is found. < a href = "classoperations__research_1_1SearchMonitor.html#a9f55f75747d65ad9c4ca9c6fdc01800d" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a9f55f75747d65ad9c4ca9c6fdc01800d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6c85276e75542eb410f09b0ccd78379b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a6c85276e75542eb410f09b0ccd78379b" > NoMoreSolutions< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a6c85276e75542eb410f09b0ccd78379b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > When the search tree is finished. < a href = "classoperations__research_1_1SearchMonitor.html#a6c85276e75542eb410f09b0ccd78379b" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a6c85276e75542eb410f09b0ccd78379b" > < 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:ae08d9f4aadd8be8f98637c6dec237b57" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#ae08d9f4aadd8be8f98637c6dec237b57" > AcceptUncheckedNeighbor< / a > ()< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:ae08d9f4aadd8be8f98637c6dec237b57" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After accepting an unchecked neighbor during local search. < a href = "classoperations__research_1_1SearchMonitor.html#ae08d9f4aadd8be8f98637c6dec237b57" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ae08d9f4aadd8be8f98637c6dec237b57" > < 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: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 >
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 = "ab737c284f0dcb8b1ed115f5f5b90f3ff" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab737c284f0dcb8b1ed115f5f5b90f3ff" > ◆ < / a > < / span > RegularLimit()< / 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_1RegularLimit.html" > RegularLimit< / 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" > int64  < / td >
< td class = "paramname" > < em > time< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > branches< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > failures< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > solutions< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > smart_time_check< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > cumulative< / 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 = "a4b4eab279939d2f78038cc89554a3d61" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b4eab279939d2f78038cc89554a3d61" > ◆ < / a > < / span > ~RegularLimit()< / 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_1RegularLimit.html" > RegularLimit< / 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 = "a8cc63d9778229883ca7594b3a47d8f5b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8cc63d9778229883ca7594b3a47d8f5b" > ◆ < / a > < / span > AbsoluteSolverDeadline()< / 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" > absl::Time AbsoluteSolverDeadline < / 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 > < / 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#l04259" > 4259< / 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 = "aa30c84aec5e60d6b74e1e1eb15011d4a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa30c84aec5e60d6b74e1e1eb15011d4a" > ◆ < / 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" > 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" > override< / span > < span class = "mlabel" > virtual< / 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 from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#afcde421cf076575a27bed81c80093ac8" > SearchMonitor< / 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 = "ae08d9f4aadd8be8f98637c6dec237b57" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae08d9f4aadd8be8f98637c6dec237b57" > ◆ < / 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" > virtual 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" > virtual< / span > < span class = "mlabel" > inherited< / 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 in < a class = "el" href = "classoperations__research_1_1SearchLog.html#afc36af1852ba6e2dbe650aa172e4c680" > SearchLog< / 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 = "af4cd0c541c53920fa86ff54ba2349cb2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af4cd0c541c53920fa86ff54ba2349cb2" > ◆ < / 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" > virtual 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" > virtual< / span > < span class = "mlabel" > inherited< / 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 in < a class = "el" href = "classoperations__research_1_1SearchLog.html#a9af93e0c2f02218bf4e586dda448fabe" > SearchLog< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a9f55f75747d65ad9c4ca9c6fdc01800d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9f55f75747d65ad9c4ca9c6fdc01800d" > ◆ < / 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" > virtual 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" > virtual< / span > < span class = "mlabel" > inherited< / 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 in < a class = "el" href = "classoperations__research_1_1OptimizeVar.html#ab3631067f88ccc24c5db6a8a0dc64e47" > OptimizeVar< / a > , and < a class = "el" href = "classoperations__research_1_1SearchLog.html#ab3631067f88ccc24c5db6a8a0dc64e47" > SearchLog< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a232379b0cabc402db868a849f4f71273" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a232379b0cabc402db868a849f4f71273" > ◆ < / 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" > virtual 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" > virtual< / span > < span class = "mlabel" > inherited< / 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 in < a class = "el" href = "classoperations__research_1_1SearchLog.html#a00e1c5e76ceb9b425ddea62748673d9b" > SearchLog< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "adfeaf3bb78e09fb211bdb8a4fa605c05" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adfeaf3bb78e09fb211bdb8a4fa605c05" > ◆ < / 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" > virtual 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" > virtual< / span > < span class = "mlabel" > inherited< / 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 in < a class = "el" href = "classoperations__research_1_1SearchLog.html#a73895ddf1e732b9d3fa365f05977c8a6" > SearchLog< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a6022c765bf8a03b9322ca6c6591b3c21" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6022c765bf8a03b9322ca6c6591b3c21" > ◆ < / 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" > 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" > override< / span > < 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-08-07 18:01:08 -07:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#ad68c792579832141c205985973ba8a88" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad01c3a2fbfb388d917899ad983415d02" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad01c3a2fbfb388d917899ad983415d02" > ◆ < / a > < / span > branches()< / 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" > int64 branches < / 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 > < / 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#l04252" > 4252< / 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 = "a01dd9b59b9a183cb3ba148b08d09b320" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a01dd9b59b9a183cb3ba148b08d09b320" > ◆ < / a > < / span > Check()< / 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 Check < / 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 to check the status of the limit. < / p >
< p > A return value of true indicates that we have indeed crossed the limit. In that case, this method will not be called again and the remaining search will be discarded. < / p >
2019-08-07 18:01:08 -07:00
< p > Implements < a class = "el" href = "classoperations__research_1_1SearchLimit.html#afefd22e7a516cef9dff7154cae02e704" > SearchLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aac0948fa90cbc174304a0f6c78d72e15" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aac0948fa90cbc174304a0f6c78d72e15" > ◆ < / a > < / span > Copy()< / 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 Copy < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1SearchLimit.html" > SearchLimit< / a > *const  < / td >
< td class = "paramname" > < em > limit< / 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 > Copy a limit. < / p >
< p > Warning: leads to a direct (no check) downcasting of 'limit' so one needs to be sure both SearchLimits are of the same type. < / p >
2019-08-07 18:01:08 -07:00
< p > Implements < a class = "el" href = "classoperations__research_1_1SearchLimit.html#abeeb0e725bbe0c9cb3c632414658ab45" > SearchLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ae874856cae71ff1b4391027b70f0c915" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae874856cae71ff1b4391027b70f0c915" > ◆ < / a > < / span > crossed()< / 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 crossed < / 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" >
< p > Returns true if the limit has been crossed. < / p >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l04197" > 4197< / 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 = "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_1SearchLimit.html#aed804747c45a7e1caf81461f9e45dd91" > SearchLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a039f4519955ca1dd2aa8b82b7f7a37fa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a039f4519955ca1dd2aa8b82b7f7a37fa" > ◆ < / a > < / span > duration_limit()< / 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" > absl::Duration duration_limit < / 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 > < / 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#l04246" > 4246< / 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 = "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 = "a1ef0300d79ec636a79c06486f695b2ff" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1ef0300d79ec636a79c06486f695b2ff" > ◆ < / 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" > virtual 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" > virtual< / span > < span class = "mlabel" > inherited< / 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 in < a class = "el" href = "classoperations__research_1_1SearchLog.html#afe2b705fd5af7c1c6812f69e9a9dcdf1" > SearchLog< / 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 class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Internal methods. < / 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 = "a2b05840b09f4ab5632470987f01e11e1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b05840b09f4ab5632470987f01e11e1" > ◆ < / a > < / span > failures()< / 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" > int64 failures < / 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 > < / 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#l04253" > 4253< / 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 = "a47de93e849d14c3eda08d78613506608" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a47de93e849d14c3eda08d78613506608" > ◆ < / a > < / span > Init()< / 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 Init < / 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 the search limit is initialized. < / p >
2019-08-07 18:01:08 -07:00
< p > Implements < a class = "el" href = "classoperations__research_1_1SearchLimit.html#a5368a4a3fff770682cf257e81707d9f0" > SearchLimit< / 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 = "a1d6a0a8f90a9b39efbd6b00994d212c8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1d6a0a8f90a9b39efbd6b00994d212c8" > ◆ < / 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" > 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" > override< / span > < span class = "mlabel" > virtual< / 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 from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a198e17615278d9d5b9f39e4f0493447b" > SearchMonitor< / 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 = "acde4eaa45f9fcd2e17bfcaf04a41ea36" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acde4eaa45f9fcd2e17bfcaf04a41ea36" > ◆ < / a > < / span > MakeClone()< / 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_1SearchLimit.html" > SearchLimit< / a > * MakeClone < / 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" >
< p > Allocates a clone of the limit. < / p >
2019-08-07 18:01:08 -07:00
< p > Implements < a class = "el" href = "classoperations__research_1_1SearchLimit.html#ac0ef83a00e9fb4df68e81c6e8a99d46c" > SearchLimit< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a98091bfae0af46a2795cf0f5a8cacec7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a98091bfae0af46a2795cf0f5a8cacec7" > ◆ < / a > < / span > MakeIdenticalClone()< / 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_1RegularLimit.html" > RegularLimit< / a > * MakeIdenticalClone < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a6c85276e75542eb410f09b0ccd78379b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c85276e75542eb410f09b0ccd78379b" > ◆ < / 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" > virtual 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" > virtual< / span > < span class = "mlabel" > inherited< / 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 in < a class = "el" href = "classoperations__research_1_1SearchLog.html#a970b194bb0e12ae42db1f1b3ca7ba43e" > SearchLog< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a310e97cfc134567a740679be9186e194" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a310e97cfc134567a740679be9186e194" > ◆ < / 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" > 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" > override< / span > < 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 from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a1fc71393e20b97540f90702601b75fe1" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a7dae7731e3aee0f21059730b01aaaf51" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7dae7731e3aee0f21059730b01aaaf51" > ◆ < / 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" > 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" > override< / span > < span class = "mlabel" > virtual< / 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 from < a class = "el" href = "classoperations__research_1_1SearchMonitor.html#a2ebc7607687823d65bf65f331c9ac246" > SearchMonitor< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "acdef27972648252e66630c3b078aa962" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acdef27972648252e66630c3b078aa962" > ◆ < / 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 class = "mlabel" > inherited< / 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 = "a23ac09a78dbd8b39b2f63e9981947788" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a23ac09a78dbd8b39b2f63e9981947788" > ◆ < / a > < / span > solutions()< / 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" > int64 solutions < / 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 > < / 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#l04254" > 4254< / 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 = "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 >
2019-08-07 18:01:08 -07:00
< a id = "a73a92be718a3fce418f1240ac862b2fc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a73a92be718a3fce418f1240ac862b2fc" > ◆ < / a > < / span > UpdateLimits()< / 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 UpdateLimits < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > time< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > branches< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > failures< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int64  < / td >
< td class = "paramname" > < em > solutions< / 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 = "a80533bb150275c3c1c46e7ee3f31a822" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a80533bb150275c3c1c46e7ee3f31a822" > ◆ < / a > < / span > wall_time()< / 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" > int64 wall_time < / 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 > < / 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#l04247" > 4247< / 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__solver_8h_source.html" > constraint_solver.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 >