938 lines
189 KiB
HTML
938 lines
189 KiB
HTML
<!-- HTML header for doxygen 1.8.18-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.9.3"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>OR-Tools: matchers.cc Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">OR-Tools
|
|
 <span id="projectnumber">9.3</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.3 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('matchers_8cc_source.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">matchers.cc</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="matchers_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// Copyright 2010-2021 Google LLC</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// Licensed under the Apache License, Version 2.0 (the "License");</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// you may not use this file except in compliance with the License.</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// You may obtain a copy of the License at</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// distributed under the License is distributed on an "AS IS" BASIS,</span></div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// See the License for the specific language governing permissions and</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// limitations under the License.</span></div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include "<a class="code" href="matchers_8h.html">ortools/math_opt/cpp/matchers.h</a>"</span></div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#include <algorithm></span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include <cmath></span></div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#include <cstdlib></span></div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#include <optional></span></div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#include <string></span></div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#include <type_traits></span></div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include <utility></span></div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include <vector></span></div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include "absl/strings/str_cat.h"</span></div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include "absl/types/span.h"</span></div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include "gmock/gmock.h"</span></div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include "gtest/gtest.h"</span></div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#include "<a class="code" href="base_2logging_8h.html">ortools/base/logging.h</a>"</span></div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include "<a class="code" href="math__opt_8h.html">ortools/math_opt/cpp/math_opt.h</a>"</span></div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceoperations__research.html">operations_research</a> {</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceoperations__research_1_1math__opt.html">math_opt</a> {</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span>using ::testing::AllOf;</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span>using ::testing::AllOfArray;</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>using ::testing::AnyOf;</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span>using ::testing::AnyOfArray;</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span>using ::testing::Contains;</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span>using ::testing::DoubleNear;</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span>using ::testing::ExplainMatchResult;</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span>using ::testing::Field;</div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>using ::testing::IsEmpty;</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span>using ::testing::Matcher;</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span>using ::testing::MatcherInterface;</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span>using ::testing::MatchResultListener;</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>using ::testing::Optional;</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span>using ::testing::PrintToString;</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="comment">// Printing</span></div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="keyword">struct </span>Printer {</div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">explicit</span> Printer(<span class="keyword">const</span> T& t) : <a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a>(t) {}</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f"> 63</a></span> <span class="keyword">const</span> T& <a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a>;</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">friend</span> std::ostream& <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a2e76538efbebc3745c913d17d09bfa68">operator<<</a>(std::ostream& os, <span class="keyword">const</span> Printer& printer) {</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> os << PrintToString(printer.value);</div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keywordflow">return</span> os;</div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> }</div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span>};</div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span>Printer<T> Print(<span class="keyword">const</span> T& t) {</div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="keywordflow">return</span> Printer<T>(t);</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span>}</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da"> 78</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_termination.html">Termination</a>& termination, std::ostream* os) {</div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> *os << <span class="stringliteral">"{reason: "</span> << termination.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a36d5365d462f57468ba3a9d8ae6bbec9">reason</a>;</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordflow">if</span> (termination.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a716121b3b7000e72df76b9451747f772">limit</a>.has_value()) {</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> *os << <span class="stringliteral">", limit: "</span> << *termination.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a716121b3b7000e72df76b9451747f772">limit</a>;</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> }</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> *os << <span class="stringliteral">", detail: "</span> << Print(termination.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a06f18b7e05b64c4ff0d03f07ae379a68">detail</a>) << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span>}</div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a0da1d1c4950429c6448bb70a36e8db92"> 86</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_solution.html">PrimalSolution</a>& primal_solution, std::ostream* <span class="keyword">const</span> os) {</div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> *os << <span class="stringliteral">"{variable_values: "</span> << Print(primal_solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a217b557acea6edff9d4174403dc2f2ff">variable_values</a>)</div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> << <span class="stringliteral">", objective_value: "</span> << Print(primal_solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a69703b8569462134ad4e22ab0133e418">objective_value</a>)</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> << <span class="stringliteral">", feasibility_status: "</span> << Print(primal_solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a443e96aa0d4868702db56edfb93ff51f">feasibility_status</a>)</div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span>}</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a1979e8a7d93a3ebc81b52b6fc9280fc3"> 93</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_dual_solution.html">DualSolution</a>& dual_solution, std::ostream* <span class="keyword">const</span> os) {</div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> *os << <span class="stringliteral">"{dual_values: "</span> << Print(dual_solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a801b3639c3daff80850bf450a95fab3d">dual_values</a>)</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> << <span class="stringliteral">", reduced_costs: "</span> << Print(dual_solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a8c59e260c5341833e0c29dfbeb4b92a3">reduced_costs</a>)</div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> << <span class="stringliteral">", objective_value: "</span> << Print(dual_solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#abc4831916e7e8dc12c4009f5c720a301">objective_value</a>)</div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> << <span class="stringliteral">", feasibility_status: "</span> << Print(dual_solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a443e96aa0d4868702db56edfb93ff51f">feasibility_status</a>)</div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span>}</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> </div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a9d24872f6f62bce65e045bf98bab8194"> 101</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_ray.html">PrimalRay</a>& primal_ray, std::ostream* <span class="keyword">const</span> os) {</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> *os << <span class="stringliteral">"{variable_values: "</span> << Print(primal_ray.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_ray.html#a217b557acea6edff9d4174403dc2f2ff">variable_values</a>) << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span>}</div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a4643380b6fa64de08ac5b25b6f0cbf56"> 105</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_dual_ray.html">DualRay</a>& dual_ray, std::ostream* <span class="keyword">const</span> os) {</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> *os << <span class="stringliteral">"{dual_values: "</span> << Print(dual_ray.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_ray.html#a801b3639c3daff80850bf450a95fab3d">dual_values</a>)</div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> << <span class="stringliteral">", reduced_costs: "</span> << Print(dual_ray.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_ray.html#a8c59e260c5341833e0c29dfbeb4b92a3">reduced_costs</a>) << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span>}</div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a0fbd26f43a8b97155c75cf320d4889c1"> 110</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_basis.html">Basis</a>& basis, std::ostream* <span class="keyword">const</span> os) {</div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> *os << <span class="stringliteral">"{variable_status: "</span> << Print(basis.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#a5dc49f0eb9f9a7a1f0d1a0e93a823bc5">variable_status</a>)</div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> << <span class="stringliteral">", constraint_status: "</span> << Print(basis.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#a861aab8e91d4e8a0201d4de3154cf01f">constraint_status</a>)</div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> << <span class="stringliteral">", basic_dual_feasibility: "</span> << Print(basis.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#ae445af2dc4f84f6c44a4a66978c700dc">basic_dual_feasibility</a>)</div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span>}</div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#af69125a3d625f0038e3f098eab7565bc"> 117</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_solution.html">Solution</a>& solution, std::ostream* <span class="keyword">const</span> os) {</div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> *os << <span class="stringliteral">"{primal_solution: "</span> << Print(solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#aed349b94d0cb57c4bfe7ca7fa25391ef">primal_solution</a>)</div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> << <span class="stringliteral">", dual_solution: "</span> << Print(solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#ade7f0087f8705aedf57e55eef0566c2d">dual_solution</a>)</div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> << <span class="stringliteral">", basis: "</span> << Print(solution.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#af147118ba6bbf5e4f3284359cf2c0710">basis</a>) << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span>}</div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> </div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#aacbe7b723a954ca524874028d33ee33c"> 123</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_solve_result.html">SolveResult</a>& result, std::ostream* <span class="keyword">const</span> os) {</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> *os << <span class="stringliteral">"{termination: "</span> << Print(result.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">termination</a>)</div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> << <span class="stringliteral">", solve_stats: "</span> << Print(result.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a330653218e189fba7a1264117476eb39">solve_stats</a>)</div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> << <span class="stringliteral">", solutions: "</span> << Print(result.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#ac34a591a8d4c97450093d81ecf9cfae3">solutions</a>)</div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> << <span class="stringliteral">", primal_rays: "</span> << Print(result.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a6e4b0ba0339c6172e9bfa3df9f8c61d8">primal_rays</a>)</div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> << <span class="stringliteral">", dual_rays: "</span> << Print(result.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#af8a0308f391215b9c41b855832504054">dual_rays</a>) << <span class="stringliteral">"}"</span>;</div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span>}</div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> </div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="comment">// IdMap Matchers</span></div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> </div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="keyword">template</span> <<span class="keyword">typename</span> K></div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span><span class="keyword">class </span>IdMapMatcher : <span class="keyword">public</span> MatcherInterface<IdMap<K, double>> {</div>
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> IdMapMatcher(IdMap<K, double> expected, <span class="keyword">const</span> <span class="keywordtype">bool</span> all_keys,</div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance)</div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> : expected_(<a class="code hl_namespace" href="namespacestd.html">std</a>::move(expected)),</div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> all_keys_(all_keys),</div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> tolerance_(tolerance) {</div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span> [k, v] : expected_) {</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <a class="code hl_define" href="base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274">CHECK</a>(!std::isnan(v)) << <span class="stringliteral">"Illegal NaN for key: "</span> << k;</div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> }</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> }</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> </div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keywordtype">bool</span> MatchAndExplain(IdMap<K, double> actual,</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> MatchResultListener* <span class="keyword">const</span> os)<span class="keyword"> const override </span>{</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span>& [key, <a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a>] : expected_) {</div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <span class="keywordflow">if</span> (!actual.contains(key)) {</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> *os << <span class="stringliteral">"expected key "</span> << key << <span class="stringliteral">" not found"</span>;</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> }</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <span class="keywordflow">if</span> (!(std::abs(<a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a> - actual.at(key)) <= tolerance_)) {</div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> *os << <span class="stringliteral">"value for key "</span> << key</div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> << <span class="stringliteral">" not within tolerance, expected: "</span> << <a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a></div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> << <span class="stringliteral">" but found: "</span> << actual.at(key);</div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> }</div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> }</div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="comment">// Post condition: expected_ is a subset of actual.</span></div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <span class="keywordflow">if</span> (all_keys_ && expected_.size() != actual.size()) {</div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span>& [key, <a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a>] : actual) {</div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <span class="keywordflow">if</span> (!expected_.contains(key)) {</div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> *os << <span class="stringliteral">"found unexpected key "</span> << key << <span class="stringliteral">" in actual"</span>;</div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> }</div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> }</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="comment">// expected_ subset of actual && expected_.size() != actual.size() implies</span></div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <span class="comment">// that there is a member A of actual not in expected. When the loop above</span></div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="comment">// hits A, it will return, thus this line is unreachable.</span></div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <a class="code hl_define" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code hl_variable" href="log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda">FATAL</a>) << <span class="stringliteral">"unreachable"</span>;</div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> }</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> }</div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> </div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="keywordtype">void</span> DescribeTo(std::ostream* <span class="keyword">const</span> os)<span class="keyword"> const override </span>{</div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordflow">if</span> (all_keys_) {</div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> *os << <span class="stringliteral">"has identical keys to "</span>;</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> *os << <span class="stringliteral">"keys are contained in "</span>;</div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> }</div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(expected_, os);</div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> *os << <span class="stringliteral">" and values within "</span> << tolerance_;</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> }</div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> </div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <span class="keywordtype">void</span> DescribeNegationTo(std::ostream* <span class="keyword">const</span> os)<span class="keyword"> const override </span>{</div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="keywordflow">if</span> (all_keys_) {</div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> *os << <span class="stringliteral">"either keys differ from "</span>;</div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> *os << <span class="stringliteral">"either has a key not in "</span>;</div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> }</div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(expected_, os);</div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> *os << <span class="stringliteral">" or a value differs by more than "</span> << tolerance_;</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> }</div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <span class="keyword">const</span> IdMap<K, double> expected_;</div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> all_keys_;</div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance_;</div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span>};</div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> </div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> </div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a85552ac583ef762e916ebce19803a123"> 208</a></span>Matcher<VariableMap<double>> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a85552ac583ef762e916ebce19803a123">IsNearlySubsetOf</a>(<a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">VariableMap<double></a> expected,</div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> <span class="keywordflow">return</span> Matcher<VariableMap<double>>(<span class="keyword">new</span> IdMapMatcher<Variable>(</div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> std::move(expected), <span class="comment">/*all_keys=*/</span><span class="keyword">false</span>, tolerance));</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span>}</div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> </div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833"> 214</a></span>Matcher<VariableMap<double>> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(<a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">VariableMap<double></a> expected,</div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <span class="keywordflow">return</span> Matcher<VariableMap<double>>(<span class="keyword">new</span> IdMapMatcher<Variable>(</div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> std::move(expected), <span class="comment">/*all_keys=*/</span><span class="keyword">true</span>, tolerance));</div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span>}</div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> </div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a03a7a38ca818d0e1fa7f1a41cebe4046"> 220</a></span>Matcher<LinearConstraintMap<double>> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a85552ac583ef762e916ebce19803a123">IsNearlySubsetOf</a>(</div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">LinearConstraintMap<double></a> expected, <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="keywordflow">return</span> Matcher<LinearConstraintMap<double>>(</div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <span class="keyword">new</span> IdMapMatcher<LinearConstraint>(std::move(expected),</div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="comment">/*all_keys=*/</span><span class="keyword">false</span>, tolerance));</div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span>}</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> </div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a3ea7e87c12168cf3e9bdd2b0a7e85d76"> 227</a></span>Matcher<LinearConstraintMap<double>> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">LinearConstraintMap<double></a> expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="keywordflow">return</span> Matcher<LinearConstraintMap<double>>(</div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="keyword">new</span> IdMapMatcher<LinearConstraint>(std::move(expected), <span class="comment">/*all_keys=*/</span><span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> tolerance));</div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span>}</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> </div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><span class="comment">// Matcher helpers</span></div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> </div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span><span class="keyword">template</span> <<span class="keyword">typename</span> RayType></div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span><span class="keyword">class </span>RayMatcher : <span class="keyword">public</span> MatcherInterface<RayType> {</div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> RayMatcher(RayType expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance)</div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> : expected_(<a class="code hl_namespace" href="namespacestd.html">std</a>::move(expected)), tolerance_(tolerance) {}</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="keywordtype">void</span> DescribeTo(std::ostream* os) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> *os << <span class="stringliteral">"after L_inf normalization, is within tolerance: "</span> << tolerance_</div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> << <span class="stringliteral">" of expected: "</span>;</div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(expected_, os);</div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> }</div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <span class="keywordtype">void</span> DescribeNegationTo(std::ostream* <span class="keyword">const</span> os) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> *os << <span class="stringliteral">"after L_inf normalization, is not within tolerance: "</span> << tolerance_</div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> << <span class="stringliteral">" of expected: "</span>;</div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">PrintTo</a>(expected_, os);</div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> }</div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> </div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <span class="keyword">protected</span>:</div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> <span class="keyword">const</span> RayType expected_;</div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance_;</div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span>};</div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> </div>
|
|
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span><span class="comment">// Alias to use the std::optional templated adaptor.</span></div>
|
|
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span>Matcher<double> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(<span class="keywordtype">double</span> expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <span class="keywordflow">return</span> DoubleNear(expected, tolerance);</div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span>}</div>
|
|
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> </div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span><span class="keyword">template</span> <<span class="keyword">typename</span> Type></div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span>Matcher<std::optional<Type>> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(std::optional<Type> expected,</div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <span class="keywordflow">if</span> (expected.has_value()) {</div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keywordflow">return</span> Optional(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(*expected, tolerance));</div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> }</div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="keywordflow">return</span> testing::Eq(std::nullopt);</div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span>}</div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div>
|
|
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span><span class="comment">// Custom std::optional for basis.</span></div>
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span>Matcher<std::optional<Basis>> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae8a3cf61141697e05dc0c102ee61f035">BasisIs</a>(<span class="keyword">const</span> std::optional<Basis>& expected) {</div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> <span class="keywordflow">if</span> (expected.has_value()) {</div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="keywordflow">return</span> Optional(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae8a3cf61141697e05dc0c102ee61f035">BasisIs</a>(*expected));</div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> }</div>
|
|
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> <span class="keywordflow">return</span> testing::Eq(std::nullopt);</div>
|
|
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span>}</div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> </div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span>testing::Matcher<std::vector<Solution>> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(</div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <span class="keyword">const</span> std::vector<Solution>& expected_solutions,</div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> <span class="keyword">const</span> SolutionMatcherOptions options) {</div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="keywordflow">if</span> (expected_solutions.empty()) {</div>
|
|
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <span class="keywordflow">return</span> IsEmpty();</div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> }</div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> std::vector<Matcher<Solution>> matchers;</div>
|
|
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> Solution& sol : expected_solutions) {</div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> matchers.push_back(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(sol, options));</div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> }</div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> return ::testing::ElementsAreArray(matchers);</div>
|
|
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span>}</div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> </div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> </div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span><span class="comment">// Matchers for Solutions</span></div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a09eedebc6371785befe6b058310c8802"> 302</a></span>Matcher<PrimalSolution> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_solution.html">PrimalSolution</a> expected,</div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> <span class="keywordflow">return</span> AllOf(Field(<span class="stringliteral">"variable_values"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a217b557acea6edff9d4174403dc2f2ff">PrimalSolution::variable_values</a>,</div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a217b557acea6edff9d4174403dc2f2ff">variable_values</a>, tolerance)),</div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> Field(<span class="stringliteral">"objective_value"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a69703b8569462134ad4e22ab0133e418">PrimalSolution::objective_value</a>,</div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a69703b8569462134ad4e22ab0133e418">objective_value</a>, tolerance)),</div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> Field(<span class="stringliteral">"feasibility_status"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a443e96aa0d4868702db56edfb93ff51f">PrimalSolution::feasibility_status</a>,</div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a443e96aa0d4868702db56edfb93ff51f">feasibility_status</a>));</div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span>}</div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> </div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a790b2735dedb7c04cade4e6f8d1a5447"> 312</a></span>Matcher<DualSolution> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_dual_solution.html">DualSolution</a> expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> <span class="keywordflow">return</span> AllOf(Field(<span class="stringliteral">"dual_values"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a801b3639c3daff80850bf450a95fab3d">DualSolution::dual_values</a>,</div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a801b3639c3daff80850bf450a95fab3d">dual_values</a>, tolerance)),</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> Field(<span class="stringliteral">"reduced_costs"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a8c59e260c5341833e0c29dfbeb4b92a3">DualSolution::reduced_costs</a>,</div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a8c59e260c5341833e0c29dfbeb4b92a3">reduced_costs</a>, tolerance)),</div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> Field(<span class="stringliteral">"objective_value"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#abc4831916e7e8dc12c4009f5c720a301">DualSolution::objective_value</a>,</div>
|
|
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#abc4831916e7e8dc12c4009f5c720a301">objective_value</a>, tolerance)),</div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> Field(<span class="stringliteral">"feasibility_status"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a443e96aa0d4868702db56edfb93ff51f">DualSolution::feasibility_status</a>,</div>
|
|
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a443e96aa0d4868702db56edfb93ff51f">feasibility_status</a>));</div>
|
|
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span>}</div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> </div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#ae8a3cf61141697e05dc0c102ee61f035"> 323</a></span>Matcher<Basis> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae8a3cf61141697e05dc0c102ee61f035">BasisIs</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_basis.html">Basis</a>& expected) {</div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="keywordflow">return</span> AllOf(Field(<span class="stringliteral">"variable_status"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#a5dc49f0eb9f9a7a1f0d1a0e93a823bc5">Basis::variable_status</a>,</div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#a5dc49f0eb9f9a7a1f0d1a0e93a823bc5">variable_status</a>),</div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> Field(<span class="stringliteral">"constraint_status"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#a861aab8e91d4e8a0201d4de3154cf01f">Basis::constraint_status</a>,</div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#a861aab8e91d4e8a0201d4de3154cf01f">constraint_status</a>),</div>
|
|
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> Field(<span class="stringliteral">"basic_dual_feasibility"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#ae445af2dc4f84f6c44a4a66978c700dc">Basis::basic_dual_feasibility</a>,</div>
|
|
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_basis.html#ae445af2dc4f84f6c44a4a66978c700dc">basic_dual_feasibility</a>));</div>
|
|
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span>}</div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> </div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#ae9189df26726d8449d7953da2328d231"> 332</a></span>Matcher<Solution> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_solution.html">Solution</a> expected,</div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html">SolutionMatcherOptions</a> options) {</div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> std::vector<Matcher<Solution>> to_check;</div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <span class="keywordflow">if</span> (options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#ab25d6fff64fc61666b1691e23f5d07b1">check_primal</a>) {</div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> to_check.push_back(</div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> Field(<span class="stringliteral">"primal_solution"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#aed349b94d0cb57c4bfe7ca7fa25391ef">Solution::primal_solution</a>,</div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#aed349b94d0cb57c4bfe7ca7fa25391ef">primal_solution</a>, options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#a97eab6d709b80585fe9e8a54b1e3da27">tolerance</a>)));</div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> }</div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> <span class="keywordflow">if</span> (options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#ac15e0a9a954abb0892d7ab369b245f75">check_dual</a>) {</div>
|
|
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> to_check.push_back(</div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> Field(<span class="stringliteral">"dual_solution"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#ade7f0087f8705aedf57e55eef0566c2d">Solution::dual_solution</a>,</div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#ade7f0087f8705aedf57e55eef0566c2d">dual_solution</a>, options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#a97eab6d709b80585fe9e8a54b1e3da27">tolerance</a>)));</div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> }</div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> <span class="keywordflow">if</span> (options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#afc637bcbceea5647ce8f349e109cb979">check_basis</a>) {</div>
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> to_check.push_back(</div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> Field(<span class="stringliteral">"basis"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#af147118ba6bbf5e4f3284359cf2c0710">Solution::basis</a>, <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae8a3cf61141697e05dc0c102ee61f035">BasisIs</a>(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#af147118ba6bbf5e4f3284359cf2c0710">basis</a>)));</div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> }</div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keywordflow">return</span> AllOfArray(to_check);</div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span>}</div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> </div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span><span class="comment">// Primal Ray Matcher</span></div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> </div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span><span class="keyword">template</span> <<span class="keyword">typename</span> K></div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span><span class="keywordtype">double</span> <a class="code hl_function" href="namespaceoperations__research_1_1glop.html#a2ad7ea612bc859f5b637d5029fb875fb">InfinityNorm</a>(<span class="keyword">const</span> IdMap<K, double>& vector) {</div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <span class="keywordtype">double</span> infinity_norm = 0.0;</div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> [<span class="keywordtype">id</span>, <a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a>] : vector) {</div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> infinity_norm = <a class="code hl_variable" href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">std::max</a>(infinity_norm, std::abs(<a class="code hl_variable" href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a>));</div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> }</div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="keywordflow">return</span> infinity_norm;</div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span>}</div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> </div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span><span class="comment">// Returns a normalized primal ray.</span></div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span><span class="comment">// The normalization is done using infinity norm:</span></div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span><span class="comment">// ray / ||ray||_inf</span></div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span><span class="comment">// If the input ray norm is zero, the ray is returned unchanged.</span></div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span>PrimalRay NormalizePrimalRay(PrimalRay ray) {</div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> <span class="keyword">const</span> <span class="keywordtype">double</span> norm = <a class="code hl_function" href="namespaceoperations__research_1_1glop.html#a2ad7ea612bc859f5b637d5029fb875fb">InfinityNorm</a>(ray.variable_values);</div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="keywordflow">if</span> (norm != 0.0) {</div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> entry : ray.variable_values) {</div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> entry.second /= norm;</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> }</div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> }</div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> <span class="keywordflow">return</span> ray;</div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span>}</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> </div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="keyword">class </span>PrimalRayMatcher : <span class="keyword">public</span> RayMatcher<PrimalRay> {</div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> PrimalRayMatcher(PrimalRay expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance)</div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> : RayMatcher(<a class="code hl_namespace" href="namespacestd.html">std</a>::move(expected), tolerance) {}</div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> </div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> <span class="keywordtype">bool</span> MatchAndExplain(PrimalRay actual,</div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> MatchResultListener* <span class="keyword">const</span> os)<span class="keyword"> const override </span>{</div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> <span class="keyword">auto</span> normalized_actual = NormalizePrimalRay(actual);</div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> <span class="keyword">auto</span> normalized_expected = NormalizePrimalRay(expected_);</div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> <span class="keywordflow">if</span> (os->IsInterested()) {</div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> *os << <span class="stringliteral">"actual normalized: "</span> << PrintToString(normalized_actual)</div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> << <span class="stringliteral">", expected normalized: "</span> << PrintToString(normalized_expected);</div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> }</div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> <span class="keywordflow">return</span> ExplainMatchResult(</div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(normalized_expected.variable_values, tolerance_),</div>
|
|
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> normalized_actual.variable_values, os);</div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> }</div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span>};</div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> </div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> </div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a75eb63a86e52577d5eff8a31e6190ef1"> 405</a></span>Matcher<PrimalRay> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_ray.html">PrimalRay</a> expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> <span class="keywordflow">return</span> Matcher<PrimalRay>(</div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> <span class="keyword">new</span> PrimalRayMatcher(std::move(expected), tolerance));</div>
|
|
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span>}</div>
|
|
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> </div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#aedb3386047b267e7d49072deff41667d"> 410</a></span>Matcher<PrimalRay> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#aedb3386047b267e7d49072deff41667d">PrimalRayIsNear</a>(<a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">VariableMap<double></a> expected_var_values,</div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_ray.html">PrimalRay</a> expected;</div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_ray.html#a217b557acea6edff9d4174403dc2f2ff">variable_values</a> = std::move(expected_var_values);</div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected, tolerance);</div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span>}</div>
|
|
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> </div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span><span class="comment">// Dual Ray Matcher</span></div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> </div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span><span class="comment">// Returns a normalized dual ray.</span></div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span><span class="comment">// The normalization is done using infinity norm:</span></div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span><span class="comment">// ray / ||ray||_inf</span></div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span><span class="comment">// If the input ray norm is zero, the ray is returned unchanged.</span></div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span>DualRay NormalizeDualRay(DualRay ray) {</div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> <span class="keyword">const</span> <span class="keywordtype">double</span> norm =</div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> <a class="code hl_variable" href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">std::max</a>(<a class="code hl_function" href="namespaceoperations__research_1_1glop.html#a2ad7ea612bc859f5b637d5029fb875fb">InfinityNorm</a>(ray.dual_values), <a class="code hl_function" href="namespaceoperations__research_1_1glop.html#a2ad7ea612bc859f5b637d5029fb875fb">InfinityNorm</a>(ray.reduced_costs));</div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> <span class="keywordflow">if</span> (norm != 0.0) {</div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> entry : ray.dual_values) {</div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> entry.second /= norm;</div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> }</div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> entry : ray.reduced_costs) {</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> entry.second /= norm;</div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> }</div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> }</div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> <span class="keywordflow">return</span> ray;</div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span>}</div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> </div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span><span class="keyword">class </span>DualRayMatcher : <span class="keyword">public</span> RayMatcher<DualRay> {</div>
|
|
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> DualRayMatcher(DualRay expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance)</div>
|
|
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> : RayMatcher(<a class="code hl_namespace" href="namespacestd.html">std</a>::move(expected), tolerance) {}</div>
|
|
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> </div>
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> <span class="keywordtype">bool</span> MatchAndExplain(DualRay actual, MatchResultListener* os)<span class="keyword"> const override </span>{</div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> <span class="keyword">auto</span> normalized_actual = NormalizeDualRay(actual);</div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> <span class="keyword">auto</span> normalized_expected = NormalizeDualRay(expected_);</div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> <span class="keywordflow">if</span> (os->IsInterested()) {</div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> *os << <span class="stringliteral">"actual normalized: "</span> << PrintToString(normalized_actual)</div>
|
|
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> << <span class="stringliteral">", expected normalized: "</span> << PrintToString(normalized_expected);</div>
|
|
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> }</div>
|
|
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> <span class="keywordflow">return</span> ExplainMatchResult(</div>
|
|
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(normalized_expected.dual_values, tolerance_),</div>
|
|
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> normalized_actual.dual_values, os) &&</div>
|
|
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span> ExplainMatchResult(</div>
|
|
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(normalized_expected.reduced_costs, tolerance_),</div>
|
|
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> normalized_actual.reduced_costs, os);</div>
|
|
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> }</div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span>};</div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> </div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span> </div>
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#aaeae79fb71199aa8f60bc186ac106a7c"> 467</a></span>Matcher<DualRay> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_dual_ray.html">DualRay</a> expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> <span class="keywordflow">return</span> Matcher<DualRay>(<span class="keyword">new</span> DualRayMatcher(std::move(expected), tolerance));</div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span>}</div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span> </div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span><span class="comment">// SolveResult termination reason matchers</span></div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a68952e6afc192b91b30e2fc5b8a7c442"> 475</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a68952e6afc192b91b30e2fc5b8a7c442">TerminatesWithOneOf</a>(</div>
|
|
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> <span class="keyword">const</span> std::vector<TerminationReason>& allowed) {</div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> <span class="keywordflow">return</span> Field(<span class="stringliteral">"termination"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">SolveResult::termination</a>,</div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> Field(<span class="stringliteral">"reason"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a36d5365d462f57468ba3a9d8ae6bbec9">Termination::reason</a>, AnyOfArray(allowed)));</div>
|
|
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span>}</div>
|
|
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> </div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#ac83daba180fbf2300d15cf1a2486d156"> 481</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ac83daba180fbf2300d15cf1a2486d156">TerminatesWith</a>(<span class="keyword">const</span> <a class="code hl_enumeration" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194">TerminationReason</a> expected) {</div>
|
|
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> <span class="keywordflow">return</span> Field(<span class="stringliteral">"termination"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">SolveResult::termination</a>,</div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> Field(<span class="stringliteral">"reason"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a36d5365d462f57468ba3a9d8ae6bbec9">Termination::reason</a>, expected));</div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span>}</div>
|
|
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> </div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span>testing::Matcher<SolveResult> LimitIs(<span class="keyword">const</span> <a class="code hl_enumeration" href="namespaceoperations__research_1_1math__opt.html#a52355a6466a0191b48c41bc3521207a0">Limit</a> expected,</div>
|
|
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> allow_limit_undetermined) {</div>
|
|
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> <span class="keywordflow">if</span> (allow_limit_undetermined) {</div>
|
|
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> <span class="keywordflow">return</span> Field(<span class="stringliteral">"termination"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">SolveResult::termination</a>,</div>
|
|
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> Field(<span class="stringliteral">"limit"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a716121b3b7000e72df76b9451747f772">Termination::limit</a>,</div>
|
|
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> AnyOf(<a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#a52355a6466a0191b48c41bc3521207a0a180f453eb66237810dfc39ee46e04c9a">Limit::kUndetermined</a>, expected)));</div>
|
|
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> }</div>
|
|
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> <span class="keywordflow">return</span> Field(<span class="stringliteral">"termination"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">SolveResult::termination</a>,</div>
|
|
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> Field(<span class="stringliteral">"limit"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a716121b3b7000e72df76b9451747f772">Termination::limit</a>, expected));</div>
|
|
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span>}</div>
|
|
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> </div>
|
|
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span> </div>
|
|
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a99358f906300d21a83e905da11576ed9"> 500</a></span>testing::Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a99358f906300d21a83e905da11576ed9">TerminatesWithLimit</a>(</div>
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespaceoperations__research_1_1math__opt.html#a52355a6466a0191b48c41bc3521207a0">Limit</a> expected, <span class="keyword">const</span> <span class="keywordtype">bool</span> allow_limit_undetermined) {</div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> std::vector<Matcher<SolveResult>> matchers;</div>
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> matchers.push_back(LimitIs(expected, allow_limit_undetermined));</div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> matchers.push_back(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a68952e6afc192b91b30e2fc5b8a7c442">TerminatesWithOneOf</a>(</div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span> {<a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a6936fc811b6bf3bfd7c65ab1f48e3f1f">TerminationReason::kFeasible</a>, <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7dbb41ec30548b5703863365ae83a5dc">TerminationReason::kNoSolutionFound</a>}));</div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span> return ::testing::AllOfArray(matchers);</div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span>}</div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> </div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a80a179b77f04b618d5db29e4d806ab10"> 509</a></span>testing::Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a80a179b77f04b618d5db29e4d806ab10">TerminatesWithReasonFeasible</a>(</div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespaceoperations__research_1_1math__opt.html#a52355a6466a0191b48c41bc3521207a0">Limit</a> expected, <span class="keyword">const</span> <span class="keywordtype">bool</span> allow_limit_undetermined) {</div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> std::vector<Matcher<SolveResult>> matchers;</div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> matchers.push_back(LimitIs(expected, allow_limit_undetermined));</div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> matchers.push_back(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ac83daba180fbf2300d15cf1a2486d156">TerminatesWith</a>(<a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a6936fc811b6bf3bfd7c65ab1f48e3f1f">TerminationReason::kFeasible</a>));</div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> return ::testing::AllOfArray(matchers);</div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span>}</div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> </div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a0d8a3b04a6faf760b10689b238d58c14"> 517</a></span>testing::Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a0d8a3b04a6faf760b10689b238d58c14">TerminatesWithReasonNoSolutionFound</a>(</div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespaceoperations__research_1_1math__opt.html#a52355a6466a0191b48c41bc3521207a0">Limit</a> expected, <span class="keyword">const</span> <span class="keywordtype">bool</span> allow_limit_undetermined) {</div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> std::vector<Matcher<SolveResult>> matchers;</div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> matchers.push_back(LimitIs(expected, allow_limit_undetermined));</div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span> matchers.push_back(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ac83daba180fbf2300d15cf1a2486d156">TerminatesWith</a>(<a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7dbb41ec30548b5703863365ae83a5dc">TerminationReason::kNoSolutionFound</a>));</div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> return ::testing::AllOfArray(matchers);</div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span>}</div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> </div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span><span class="keyword">template</span> <<span class="keyword">typename</span> MatcherType></div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a89dc25bbd80741c597aa09e4d4d45285"> 526</a></span>std::string <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a89dc25bbd80741c597aa09e4d4d45285">MatcherToStringImpl</a>(<span class="keyword">const</span> MatcherType& matcher, <span class="keyword">const</span> <span class="keywordtype">bool</span> negate) {</div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> std::ostringstream os;</div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> <span class="keywordflow">if</span> (negate) {</div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> matcher.DescribeNegationTo(&os);</div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> matcher.DescribeTo(&os);</div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> }</div>
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span> <span class="keywordflow">return</span> os.str();</div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span>}</div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> </div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span><span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a7a6f715c3969bb4e4e2013c9402a129c"> 537</a></span>std::string <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a7a6f715c3969bb4e4e2013c9402a129c">MatcherToString</a>(<span class="keyword">const</span> Matcher<T>& matcher, <span class="keywordtype">bool</span> negate) {</div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a89dc25bbd80741c597aa09e4d4d45285">MatcherToStringImpl</a>(matcher, negate);</div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span>}</div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> </div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span><span class="comment">// Polymorphic matchers do not always define DescribeTo, see</span></div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span><span class="comment">// The <T> type may not be a matcher, but it will implement DescribeTo.</span></div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span><span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a15da0b2b6a607cca48954a99880e2ce4"> 544</a></span>std::string <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a7a6f715c3969bb4e4e2013c9402a129c">MatcherToString</a>(const ::testing::PolymorphicMatcher<T>& matcher,</div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> <span class="keywordtype">bool</span> negate) {</div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a89dc25bbd80741c597aa09e4d4d45285">MatcherToStringImpl</a>(matcher.impl(), negate);</div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span>}</div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> </div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#abb01c9afcc80fe3ce698773f3c64424b"> 549</a></span><a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a8df46cb65ec27e3c8cbefc19bfdec390">MATCHER_P</a>(FirstElementIs, first_element_matcher,</div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> (negation</div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> ? absl::StrCat(<span class="stringliteral">"is empty or first element "</span>,</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a7a6f715c3969bb4e4e2013c9402a129c">MatcherToString</a>(first_element_matcher, <span class="keyword">true</span>))</div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> : absl::StrCat(<span class="stringliteral">"has at least one element and first element "</span>,</div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a7a6f715c3969bb4e4e2013c9402a129c">MatcherToString</a>(first_element_matcher, <span class="keyword">false</span>)))) {</div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> <span class="keywordflow">return</span> ExplainMatchResult(UnorderedElementsAre(first_element_matcher),</div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> absl::MakeSpan(arg).subspan(0, 1), result_listener);</div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span>}</div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> </div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a10ff37e352764ce2dc62e1bf09ba9d85"> 559</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a10ff37e352764ce2dc62e1bf09ba9d85">IsOptimal</a>(<span class="keyword">const</span> std::optional<double> expected_objective,</div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> std::vector<Matcher<SolveResult>> matchers;</div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> matchers.push_back(Field(</div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> <span class="stringliteral">"termination"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">SolveResult::termination</a>,</div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> Field(<span class="stringliteral">"reason"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a36d5365d462f57468ba3a9d8ae6bbec9">Termination::reason</a>, <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a863253016d36c5dbd9e9f9302b81c5dc">TerminationReason::kOptimal</a>)));</div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> <span class="keywordflow">if</span> (expected_objective.has_value()) {</div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span> matchers.push_back(Field(</div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> <span class="stringliteral">"solutions"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#ac34a591a8d4c97450093d81ecf9cfae3">SolveResult::solutions</a>,</div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> FirstElementIs(Field(</div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> <span class="stringliteral">"primal_solution"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#aed349b94d0cb57c4bfe7ca7fa25391ef">Solution::primal_solution</a>,</div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> Optional(Field(<span class="stringliteral">"objective_value"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a69703b8569462134ad4e22ab0133e418">PrimalSolution::objective_value</a>,</div>
|
|
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(*expected_objective, tolerance)))))));</div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span> }</div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> return ::testing::AllOfArray(matchers);</div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span>}</div>
|
|
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> </div>
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a64defe6e679e5b83c35c9f260756e0b7"> 576</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a64defe6e679e5b83c35c9f260756e0b7">IsOptimalWithSolution</a>(</div>
|
|
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> <span class="keyword">const</span> <span class="keywordtype">double</span> expected_objective,</div>
|
|
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">VariableMap<double></a> expected_variable_values,</div>
|
|
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> <span class="keywordflow">return</span> AllOf(</div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a10ff37e352764ce2dc62e1bf09ba9d85">IsOptimal</a>(std::make_optional(expected_objective), tolerance),</div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a0864c72de8e6c988de2f22f800a8877b">HasSolution</a>(</div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_solution.html">PrimalSolution</a>{.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a217b557acea6edff9d4174403dc2f2ff">variable_values</a> = expected_variable_values,</div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> .objective_value = expected_objective,</div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> .feasibility_status = <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#a801be40a606301461ff812058569ee3ba6936fc811b6bf3bfd7c65ab1f48e3f1f">SolutionStatus::kFeasible</a>},</div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> tolerance));</div>
|
|
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span>}</div>
|
|
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span> </div>
|
|
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#aa7ddd6de5890a5f3d0f02ed36fb08b10"> 589</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#aa7ddd6de5890a5f3d0f02ed36fb08b10">IsOptimalWithDualSolution</a>(</div>
|
|
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span> <span class="keyword">const</span> <span class="keywordtype">double</span> expected_objective,</div>
|
|
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">LinearConstraintMap<double></a> expected_dual_values,</div>
|
|
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"> 592</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">VariableMap<double></a> expected_reduced_costs, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> <span class="keywordflow">return</span> AllOf(</div>
|
|
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a10ff37e352764ce2dc62e1bf09ba9d85">IsOptimal</a>(std::make_optional(expected_objective), tolerance),</div>
|
|
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a06debf261498b3feecaa6e8ff1ad1d4e">HasDualSolution</a>(</div>
|
|
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"> 596</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_dual_solution.html">DualSolution</a>{</div>
|
|
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span> .<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a801b3639c3daff80850bf450a95fab3d">dual_values</a> = expected_dual_values,</div>
|
|
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span> .reduced_costs = expected_reduced_costs,</div>
|
|
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span> .objective_value = std::make_optional(expected_objective),</div>
|
|
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"> 600</span> .feasibility_status = <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#a801be40a606301461ff812058569ee3ba6936fc811b6bf3bfd7c65ab1f48e3f1f">SolutionStatus::kFeasible</a>},</div>
|
|
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span> tolerance));</div>
|
|
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span>}</div>
|
|
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> </div>
|
|
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a0864c72de8e6c988de2f22f800a8877b"> 604</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a0864c72de8e6c988de2f22f800a8877b">HasSolution</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_solution.html">PrimalSolution</a> expected,</div>
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span> return ::testing::Field(</div>
|
|
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> <span class="stringliteral">"solutions"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#ac34a591a8d4c97450093d81ecf9cfae3">SolveResult::solutions</a>,</div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> Contains(Field(<span class="stringliteral">"primal_solution"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#aed349b94d0cb57c4bfe7ca7fa25391ef">Solution::primal_solution</a>,</div>
|
|
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span> Optional(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(std::move(expected), tolerance)))));</div>
|
|
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span>}</div>
|
|
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> </div>
|
|
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a06debf261498b3feecaa6e8ff1ad1d4e"> 612</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a06debf261498b3feecaa6e8ff1ad1d4e">HasDualSolution</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_dual_solution.html">DualSolution</a> expected,</div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> return ::testing::Field(</div>
|
|
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span> <span class="stringliteral">"solutions"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#ac34a591a8d4c97450093d81ecf9cfae3">SolveResult::solutions</a>,</div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> Contains(Field(<span class="stringliteral">"dual_solution"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solution.html#ade7f0087f8705aedf57e55eef0566c2d">Solution::dual_solution</a>,</div>
|
|
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> Optional(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(std::move(expected), tolerance)))));</div>
|
|
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span>}</div>
|
|
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span> </div>
|
|
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#acd4bc5ae58e5255389a9c2524d1075f3"> 620</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#acd4bc5ae58e5255389a9c2524d1075f3">HasPrimalRay</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_ray.html">PrimalRay</a> expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span> return ::testing::Field(<span class="stringliteral">"primal_rays"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a6e4b0ba0339c6172e9bfa3df9f8c61d8">SolveResult::primal_rays</a>,</div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> Contains(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(std::move(expected), tolerance)));</div>
|
|
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span>}</div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> </div>
|
|
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a713da636544512f690aca81c0a8f688a"> 625</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#acd4bc5ae58e5255389a9c2524d1075f3">HasPrimalRay</a>(<a class="code hl_class" href="classoperations__research_1_1math__opt_1_1_id_map.html">VariableMap<double></a> expected_vars,</div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_primal_ray.html">PrimalRay</a> ray;</div>
|
|
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> ray.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_primal_ray.html#a217b557acea6edff9d4174403dc2f2ff">variable_values</a> = std::move(expected_vars);</div>
|
|
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#acd4bc5ae58e5255389a9c2524d1075f3">HasPrimalRay</a>(std::move(ray), tolerance);</div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span>}</div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> </div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#aa749cf8b42b52a7f51fddbbb4a6be66c"> 632</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#aa749cf8b42b52a7f51fddbbb4a6be66c">HasDualRay</a>(<a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_dual_ray.html">DualRay</a> expected, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> return ::testing::Field(<span class="stringliteral">"dual_rays"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#af8a0308f391215b9c41b855832504054">SolveResult::dual_rays</a>,</div>
|
|
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> Contains(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(std::move(expected), tolerance)));</div>
|
|
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span>}</div>
|
|
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> </div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> </div>
|
|
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span><span class="keywordtype">bool</span> MightTerminateWithRays(<span class="keyword">const</span> <a class="code hl_enumeration" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194">TerminationReason</a> reason) {</div>
|
|
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> <span class="keywordflow">switch</span> (reason) {</div>
|
|
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7df6131c263c532b82e1525e06e7778a">TerminationReason::kInfeasibleOrUnbounded</a>:</div>
|
|
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a23ed664a0e17d03024e229f8ef94184d">TerminationReason::kUnbounded</a>:</div>
|
|
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194aa4d66aafc8bcba36b995fd8be0483574">TerminationReason::kInfeasible</a>:</div>
|
|
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
|
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> <span class="keywordflow">default</span>:</div>
|
|
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> }</div>
|
|
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span>}</div>
|
|
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span> </div>
|
|
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span>std::vector<TerminationReason> CompatibleReasons(</div>
|
|
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> <span class="keyword">const</span> <a class="code hl_enumeration" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194">TerminationReason</a> expected, <span class="keyword">const</span> <span class="keywordtype">bool</span> inf_or_unb_soft_match) {</div>
|
|
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> <span class="keywordflow">if</span> (!inf_or_unb_soft_match) {</div>
|
|
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span> <span class="keywordflow">return</span> {expected};</div>
|
|
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span> }</div>
|
|
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> <span class="keywordflow">switch</span> (expected) {</div>
|
|
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"> 656</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a23ed664a0e17d03024e229f8ef94184d">TerminationReason::kUnbounded</a>:</div>
|
|
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"> 657</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a23ed664a0e17d03024e229f8ef94184d">TerminationReason::kUnbounded</a>,</div>
|
|
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7df6131c263c532b82e1525e06e7778a">TerminationReason::kInfeasibleOrUnbounded</a>};</div>
|
|
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194aa4d66aafc8bcba36b995fd8be0483574">TerminationReason::kInfeasible</a>:</div>
|
|
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194aa4d66aafc8bcba36b995fd8be0483574">TerminationReason::kInfeasible</a>,</div>
|
|
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"> 661</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7df6131c263c532b82e1525e06e7778a">TerminationReason::kInfeasibleOrUnbounded</a>};</div>
|
|
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"> 662</span> <span class="keywordflow">case</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7df6131c263c532b82e1525e06e7778a">TerminationReason::kInfeasibleOrUnbounded</a>:</div>
|
|
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"> 663</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a23ed664a0e17d03024e229f8ef94184d">TerminationReason::kUnbounded</a>, <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194aa4d66aafc8bcba36b995fd8be0483574">TerminationReason::kInfeasible</a>,</div>
|
|
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"> 664</span> <a class="code hl_enumvalue" href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7df6131c263c532b82e1525e06e7778a">TerminationReason::kInfeasibleOrUnbounded</a>};</div>
|
|
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span> <span class="keywordflow">default</span>:</div>
|
|
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> <span class="keywordflow">return</span> {expected};</div>
|
|
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span> }</div>
|
|
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span>}</div>
|
|
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span> </div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span>Matcher<std::vector<Solution>> CheckSolutions(</div>
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span> <span class="keyword">const</span> std::vector<Solution>& expected_solutions,</div>
|
|
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> <span class="keyword">const</span> SolveResultMatcherOptions& options) {</div>
|
|
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span> <span class="keywordflow">if</span> (options.first_solution_only && !expected_solutions.empty()) {</div>
|
|
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"> 674</span> <span class="keywordflow">return</span> FirstElementIs(</div>
|
|
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected_solutions[0],</div>
|
|
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span> SolutionMatcherOptions{.tolerance = options.tolerance,</div>
|
|
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span> .check_primal = <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> .check_dual = options.check_dual,</div>
|
|
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span> .check_basis = options.check_basis}));</div>
|
|
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"> 680</span> }</div>
|
|
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"> 681</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(expected_solutions,</div>
|
|
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span> SolutionMatcherOptions{.tolerance = options.tolerance,</div>
|
|
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"> 683</span> .check_primal = <span class="keyword">true</span>,</div>
|
|
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> .check_dual = options.check_dual,</div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span> .check_basis = options.check_basis});</div>
|
|
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span>}</div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span> </div>
|
|
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span><span class="keyword">template</span> <<span class="keyword">typename</span> RayType></div>
|
|
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span>Matcher<std::vector<RayType>> AnyRayNear(</div>
|
|
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"> 690</span> <span class="keyword">const</span> std::vector<RayType>& expected_rays, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span> std::vector<Matcher<RayType>> matchers;</div>
|
|
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> RayType& ray : expected_rays) {</div>
|
|
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> matchers.push_back(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(ray, tolerance));</div>
|
|
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span> }</div>
|
|
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"> 695</span> return ::testing::Contains(::testing::AnyOfArray(matchers));</div>
|
|
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"> 696</span>}</div>
|
|
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> </div>
|
|
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span><span class="keyword">template</span> <<span class="keyword">typename</span> RayType></div>
|
|
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span>Matcher<std::vector<RayType>> AllRaysNear(</div>
|
|
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span> <span class="keyword">const</span> std::vector<RayType>& expected_rays, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance) {</div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span> std::vector<Matcher<RayType>> matchers;</div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"> 702</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> RayType& ray : expected_rays) {</div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> matchers.push_back(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">IsNear</a>(ray, tolerance));</div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span> }</div>
|
|
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"> 705</span> return ::testing::UnorderedElementsAreArray(matchers);</div>
|
|
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span>}</div>
|
|
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</span> </div>
|
|
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span><span class="keyword">template</span> <<span class="keyword">typename</span> RayType></div>
|
|
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span>Matcher<std::vector<RayType>> CheckRays(</div>
|
|
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"> 710</span> <span class="keyword">const</span> std::vector<RayType>& expected_rays, <span class="keyword">const</span> <span class="keywordtype">double</span> tolerance,</div>
|
|
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span> <span class="keywordtype">bool</span> check_all) {</div>
|
|
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> <span class="keywordflow">if</span> (expected_rays.empty()) {</div>
|
|
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span> return ::testing::IsEmpty();</div>
|
|
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span> }</div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> <span class="keywordflow">if</span> (check_all) {</div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span> <span class="keywordflow">return</span> AllRaysNear(expected_rays, tolerance);</div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span> }</div>
|
|
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span> <span class="keywordflow">return</span> AnyRayNear(expected_rays, tolerance);</div>
|
|
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span>}</div>
|
|
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span> </div>
|
|
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"> 722</span> </div>
|
|
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a697496dd056995c7725bca4a35ceb638"> 723</a></span>Matcher<SolveResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a697496dd056995c7725bca4a35ceb638">IsConsistentWith</a>(</div>
|
|
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> <span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_solve_result.html">SolveResult</a>& expected, <span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html">SolveResultMatcherOptions</a>& options) {</div>
|
|
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span> std::vector<Matcher<SolveResult>> to_check;</div>
|
|
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span> to_check.push_back(<a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a68952e6afc192b91b30e2fc5b8a7c442">TerminatesWithOneOf</a>(CompatibleReasons(</div>
|
|
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">termination</a>.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a36d5365d462f57468ba3a9d8ae6bbec9">reason</a>, options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a7f70351beed6f2a8faa016ef057daa61">inf_or_unb_soft_match</a>)));</div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> skip_solution =</div>
|
|
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span> MightTerminateWithRays(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">termination</a>.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_termination.html#a36d5365d462f57468ba3a9d8ae6bbec9">reason</a>) &&</div>
|
|
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> !options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#ad50a36d43085f7e8061e0a9ef343e930">check_solutions_if_inf_or_unbounded</a>;</div>
|
|
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span> <span class="keywordflow">if</span> (!skip_solution) {</div>
|
|
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span> to_check.push_back(Field(<span class="stringliteral">"solutions"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#ac34a591a8d4c97450093d81ecf9cfae3">SolveResult::solutions</a>,</div>
|
|
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span> CheckSolutions(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#ac34a591a8d4c97450093d81ecf9cfae3">solutions</a>, options)));</div>
|
|
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span> }</div>
|
|
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span> <span class="keywordflow">if</span> (options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a9331eee845f026ba2b3233308704d60d">check_rays</a>) {</div>
|
|
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span> to_check.push_back(Field(<span class="stringliteral">"primal_rays"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a6e4b0ba0339c6172e9bfa3df9f8c61d8">SolveResult::primal_rays</a>,</div>
|
|
<div class="line"><a id="l00737" name="l00737"></a><span class="lineno"> 737</span> CheckRays(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#a6e4b0ba0339c6172e9bfa3df9f8c61d8">primal_rays</a>, options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a97eab6d709b80585fe9e8a54b1e3da27">tolerance</a>,</div>
|
|
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"> 738</span> !options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a694be1052fd514461beac338988e4e1e">first_solution_only</a>)));</div>
|
|
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"> 739</span> to_check.push_back(Field(<span class="stringliteral">"dual_rays"</span>, &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#af8a0308f391215b9c41b855832504054">SolveResult::dual_rays</a>,</div>
|
|
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span> CheckRays(expected.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result.html#af8a0308f391215b9c41b855832504054">dual_rays</a>, options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a97eab6d709b80585fe9e8a54b1e3da27">tolerance</a>,</div>
|
|
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span> !options.<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a694be1052fd514461beac338988e4e1e">first_solution_only</a>)));</div>
|
|
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> }</div>
|
|
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"> 743</span> </div>
|
|
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span> <span class="keywordflow">return</span> AllOfArray(to_check);</div>
|
|
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span>}</div>
|
|
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span> </div>
|
|
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span><span class="comment">// Rarely used</span></div>
|
|
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"><a class="line" href="namespaceoperations__research_1_1math__opt.html#a4dac51f12535f758604372b7bb19b68e"> 751</a></span>Matcher<IncrementalSolver::UpdateResult> <a class="code hl_function" href="namespaceoperations__research_1_1math__opt.html#a4dac51f12535f758604372b7bb19b68e">DidUpdate</a>() {</div>
|
|
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span> return ::testing::Field(<span class="stringliteral">"did_update"</span>,</div>
|
|
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno"> 753</span> &<a class="code hl_variable" href="structoperations__research_1_1math__opt_1_1_incremental_solver_1_1_update_result.html#abbb69ae0e3fd45152c94cff90ca8b05f">IncrementalSolver::UpdateResult::did_update</a>,</div>
|
|
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"> 754</span> ::testing::IsTrue());</div>
|
|
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"> 755</span>}</div>
|
|
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span> </div>
|
|
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"> 757</span>} <span class="comment">// namespace math_opt</span></div>
|
|
<div class="line"><a id="l00758" name="l00758"></a><span class="lineno"> 758</span>} <span class="comment">// namespace operations_research</span></div>
|
|
<div class="ttc" id="aalldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f"><div class="ttname"><a href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">max</a></div><div class="ttdeci">int64_t max</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00140">alldiff_cst.cc:140</a></div></div>
|
|
<div class="ttc" id="abase_2logging_8h_html"><div class="ttname"><a href="base_2logging_8h.html">logging.h</a></div></div>
|
|
<div class="ttc" id="abase_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274"><div class="ttname"><a href="base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274">CHECK</a></div><div class="ttdeci">#define CHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00495">base/logging.h:495</a></div></div>
|
|
<div class="ttc" id="abase_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae"><div class="ttname"><a href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a></div><div class="ttdeci">#define LOG(severity)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00420">base/logging.h:420</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1math__opt_1_1_id_map_html"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_id_map.html">operations_research::math_opt::IdMap</a></div><div class="ttdef"><b>Definition:</b> <a href="id__map_8h_source.html#l00053">id_map.h:53</a></div></div>
|
|
<div class="ttc" id="alog__severity_8h_html_acdd38e3c9f22f127d7776920e3079eda"><div class="ttname"><a href="log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda">FATAL</a></div><div class="ttdeci">const int FATAL</div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00032">log_severity.h:32</a></div></div>
|
|
<div class="ttc" id="amatchers_8cc_html_a0b6f3694312803de4bea1fe97896294f"><div class="ttname"><a href="matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f">value</a></div><div class="ttdeci">const T & value</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00063">matchers.cc:63</a></div></div>
|
|
<div class="ttc" id="amatchers_8h_html"><div class="ttname"><a href="matchers_8h.html">matchers.h</a></div></div>
|
|
<div class="ttc" id="amath__opt_8h_html"><div class="ttname"><a href="math__opt_8h.html">math_opt.h</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1glop_html_a2ad7ea612bc859f5b637d5029fb875fb"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a2ad7ea612bc859f5b637d5029fb875fb">operations_research::glop::InfinityNorm</a></div><div class="ttdeci">Fractional InfinityNorm(const DenseColumn &v)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8cc_source.html#l00081">lp_data/lp_utils.cc:81</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html">operations_research::math_opt</a></div><div class="ttdef"><b>Definition:</b> <a href="arrow__operator__proxy_8h_source.html#l00020">arrow_operator_proxy.h:20</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a06debf261498b3feecaa6e8ff1ad1d4e"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a06debf261498b3feecaa6e8ff1ad1d4e">operations_research::math_opt::HasDualSolution</a></div><div class="ttdeci">Matcher< SolveResult > HasDualSolution(DualSolution expected, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00612">matchers.cc:612</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a0864c72de8e6c988de2f22f800a8877b"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a0864c72de8e6c988de2f22f800a8877b">operations_research::math_opt::HasSolution</a></div><div class="ttdeci">Matcher< SolveResult > HasSolution(PrimalSolution expected, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00604">matchers.cc:604</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a0d8a3b04a6faf760b10689b238d58c14"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a0d8a3b04a6faf760b10689b238d58c14">operations_research::math_opt::TerminatesWithReasonNoSolutionFound</a></div><div class="ttdeci">testing::Matcher< SolveResult > TerminatesWithReasonNoSolutionFound(const Limit expected, const bool allow_limit_undetermined)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00517">matchers.cc:517</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a10ff37e352764ce2dc62e1bf09ba9d85"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a10ff37e352764ce2dc62e1bf09ba9d85">operations_research::math_opt::IsOptimal</a></div><div class="ttdeci">Matcher< SolveResult > IsOptimal(const std::optional< double > expected_objective, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00559">matchers.cc:559</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a1126ef509ade3c9de8e4c663b6b701da"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a1126ef509ade3c9de8e4c663b6b701da">operations_research::math_opt::PrintTo</a></div><div class="ttdeci">void PrintTo(const Termination &termination, std::ostream *os)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00078">matchers.cc:78</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a2e76538efbebc3745c913d17d09bfa68"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a2e76538efbebc3745c913d17d09bfa68">operations_research::math_opt::operator<<</a></div><div class="ttdeci">std::ostream & operator<<(std::ostream &out, const E value)</div><div class="ttdef"><b>Definition:</b> <a href="enums_8h_source.html#l00231">enums.h:231</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a4dac51f12535f758604372b7bb19b68e"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a4dac51f12535f758604372b7bb19b68e">operations_research::math_opt::DidUpdate</a></div><div class="ttdeci">Matcher< IncrementalSolver::UpdateResult > DidUpdate()</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00751">matchers.cc:751</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a52355a6466a0191b48c41bc3521207a0"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a52355a6466a0191b48c41bc3521207a0">operations_research::math_opt::Limit</a></div><div class="ttdeci">Limit</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00200">solve_result.h:200</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a52355a6466a0191b48c41bc3521207a0a180f453eb66237810dfc39ee46e04c9a"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a52355a6466a0191b48c41bc3521207a0a180f453eb66237810dfc39ee46e04c9a">operations_research::math_opt::Limit::kUndetermined</a></div><div class="ttdeci">@ kUndetermined</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a64defe6e679e5b83c35c9f260756e0b7"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a64defe6e679e5b83c35c9f260756e0b7">operations_research::math_opt::IsOptimalWithSolution</a></div><div class="ttdeci">Matcher< SolveResult > IsOptimalWithSolution(const double expected_objective, const VariableMap< double > expected_variable_values, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00576">matchers.cc:576</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a68952e6afc192b91b30e2fc5b8a7c442"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a68952e6afc192b91b30e2fc5b8a7c442">operations_research::math_opt::TerminatesWithOneOf</a></div><div class="ttdeci">Matcher< SolveResult > TerminatesWithOneOf(const std::vector< TerminationReason > &allowed)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00475">matchers.cc:475</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a697496dd056995c7725bca4a35ceb638"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a697496dd056995c7725bca4a35ceb638">operations_research::math_opt::IsConsistentWith</a></div><div class="ttdeci">Matcher< SolveResult > IsConsistentWith(const SolveResult &expected, const SolveResultMatcherOptions &options)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00723">matchers.cc:723</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a7a6f715c3969bb4e4e2013c9402a129c"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a7a6f715c3969bb4e4e2013c9402a129c">operations_research::math_opt::MatcherToString</a></div><div class="ttdeci">std::string MatcherToString(const Matcher< T > &matcher, bool negate)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00537">matchers.cc:537</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a801be40a606301461ff812058569ee3ba6936fc811b6bf3bfd7c65ab1f48e3f1f"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a801be40a606301461ff812058569ee3ba6936fc811b6bf3bfd7c65ab1f48e3f1f">operations_research::math_opt::SolutionStatus::kFeasible</a></div><div class="ttdeci">@ kFeasible</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a80a179b77f04b618d5db29e4d806ab10"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a80a179b77f04b618d5db29e4d806ab10">operations_research::math_opt::TerminatesWithReasonFeasible</a></div><div class="ttdeci">testing::Matcher< SolveResult > TerminatesWithReasonFeasible(const Limit expected, const bool allow_limit_undetermined)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00509">matchers.cc:509</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a85552ac583ef762e916ebce19803a123"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a85552ac583ef762e916ebce19803a123">operations_research::math_opt::IsNearlySubsetOf</a></div><div class="ttdeci">Matcher< VariableMap< double > > IsNearlySubsetOf(VariableMap< double > expected, double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00208">matchers.cc:208</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a89dc25bbd80741c597aa09e4d4d45285"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a89dc25bbd80741c597aa09e4d4d45285">operations_research::math_opt::MatcherToStringImpl</a></div><div class="ttdeci">std::string MatcherToStringImpl(const MatcherType &matcher, const bool negate)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00526">matchers.cc:526</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a8df46cb65ec27e3c8cbefc19bfdec390"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a8df46cb65ec27e3c8cbefc19bfdec390">operations_research::math_opt::MATCHER_P</a></div><div class="ttdeci">MATCHER_P(SparseVectorMatcher, pairs, "")</div><div class="ttdef"><b>Definition:</b> <a href="sparse__collection__matchers_8h_source.html#l00050">sparse_collection_matchers.h:50</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_a99358f906300d21a83e905da11576ed9"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a99358f906300d21a83e905da11576ed9">operations_research::math_opt::TerminatesWithLimit</a></div><div class="ttdeci">testing::Matcher< SolveResult > TerminatesWithLimit(const Limit expected, const bool allow_limit_undetermined)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00500">matchers.cc:500</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_aa749cf8b42b52a7f51fddbbb4a6be66c"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#aa749cf8b42b52a7f51fddbbb4a6be66c">operations_research::math_opt::HasDualRay</a></div><div class="ttdeci">Matcher< SolveResult > HasDualRay(DualRay expected, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00632">matchers.cc:632</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_aa7ddd6de5890a5f3d0f02ed36fb08b10"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#aa7ddd6de5890a5f3d0f02ed36fb08b10">operations_research::math_opt::IsOptimalWithDualSolution</a></div><div class="ttdeci">Matcher< SolveResult > IsOptimalWithDualSolution(const double expected_objective, const LinearConstraintMap< double > expected_dual_values, const VariableMap< double > expected_reduced_costs, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00589">matchers.cc:589</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ac83daba180fbf2300d15cf1a2486d156"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ac83daba180fbf2300d15cf1a2486d156">operations_research::math_opt::TerminatesWith</a></div><div class="ttdeci">Matcher< SolveResult > TerminatesWith(const TerminationReason expected)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00481">matchers.cc:481</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_acd4bc5ae58e5255389a9c2524d1075f3"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#acd4bc5ae58e5255389a9c2524d1075f3">operations_research::math_opt::HasPrimalRay</a></div><div class="ttdeci">Matcher< SolveResult > HasPrimalRay(PrimalRay expected, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00620">matchers.cc:620</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ad02e69a0531469b463df907c7b2ad194"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194">operations_research::math_opt::TerminationReason</a></div><div class="ttdeci">TerminationReason</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00150">solve_result.h:150</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ad02e69a0531469b463df907c7b2ad194a23ed664a0e17d03024e229f8ef94184d"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a23ed664a0e17d03024e229f8ef94184d">operations_research::math_opt::TerminationReason::kUnbounded</a></div><div class="ttdeci">@ kUnbounded</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ad02e69a0531469b463df907c7b2ad194a6936fc811b6bf3bfd7c65ab1f48e3f1f"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a6936fc811b6bf3bfd7c65ab1f48e3f1f">operations_research::math_opt::TerminationReason::kFeasible</a></div><div class="ttdeci">@ kFeasible</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ad02e69a0531469b463df907c7b2ad194a7dbb41ec30548b5703863365ae83a5dc"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7dbb41ec30548b5703863365ae83a5dc">operations_research::math_opt::TerminationReason::kNoSolutionFound</a></div><div class="ttdeci">@ kNoSolutionFound</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ad02e69a0531469b463df907c7b2ad194a7df6131c263c532b82e1525e06e7778a"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a7df6131c263c532b82e1525e06e7778a">operations_research::math_opt::TerminationReason::kInfeasibleOrUnbounded</a></div><div class="ttdeci">@ kInfeasibleOrUnbounded</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ad02e69a0531469b463df907c7b2ad194a863253016d36c5dbd9e9f9302b81c5dc"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194a863253016d36c5dbd9e9f9302b81c5dc">operations_research::math_opt::TerminationReason::kOptimal</a></div><div class="ttdeci">@ kOptimal</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ad02e69a0531469b463df907c7b2ad194aa4d66aafc8bcba36b995fd8be0483574"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ad02e69a0531469b463df907c7b2ad194aa4d66aafc8bcba36b995fd8be0483574">operations_research::math_opt::TerminationReason::kInfeasible</a></div><div class="ttdeci">@ kInfeasible</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ae14b89d8e50d6c412c1c01a923f1f833"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ae14b89d8e50d6c412c1c01a923f1f833">operations_research::math_opt::IsNear</a></div><div class="ttdeci">Matcher< VariableMap< double > > IsNear(VariableMap< double > expected, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00214">matchers.cc:214</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_ae8a3cf61141697e05dc0c102ee61f035"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ae8a3cf61141697e05dc0c102ee61f035">operations_research::math_opt::BasisIs</a></div><div class="ttdeci">Matcher< Basis > BasisIs(const Basis &expected)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00323">matchers.cc:323</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_1_1math__opt_html_aedb3386047b267e7d49072deff41667d"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#aedb3386047b267e7d49072deff41667d">operations_research::math_opt::PrimalRayIsNear</a></div><div class="ttdeci">Matcher< PrimalRay > PrimalRayIsNear(VariableMap< double > expected_var_values, const double tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8cc_source.html#l00410">matchers.cc:410</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdoc">Collection of objects used to extend the Constraint Solver library.</div><div class="ttdef"><b>Definition:</b> <a href="dense__doubly__linked__list_8h_source.html#l00021">dense_doubly_linked_list.h:21</a></div></div>
|
|
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_basis_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_basis.html">operations_research::math_opt::Basis</a></div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00195">solution.h:195</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_basis_html_a5dc49f0eb9f9a7a1f0d1a0e93a823bc5"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_basis.html#a5dc49f0eb9f9a7a1f0d1a0e93a823bc5">operations_research::math_opt::Basis::variable_status</a></div><div class="ttdeci">VariableMap< BasisStatus > variable_status</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00204">solution.h:204</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_basis_html_a861aab8e91d4e8a0201d4de3154cf01f"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_basis.html#a861aab8e91d4e8a0201d4de3154cf01f">operations_research::math_opt::Basis::constraint_status</a></div><div class="ttdeci">LinearConstraintMap< BasisStatus > constraint_status</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00203">solution.h:203</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_basis_html_ae445af2dc4f84f6c44a4a66978c700dc"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_basis.html#ae445af2dc4f84f6c44a4a66978c700dc">operations_research::math_opt::Basis::basic_dual_feasibility</a></div><div class="ttdeci">SolutionStatus basic_dual_feasibility</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00210">solution.h:210</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_ray_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_ray.html">operations_research::math_opt::DualRay</a></div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00161">solution.h:161</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_ray_html_a801b3639c3daff80850bf450a95fab3d"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_ray.html#a801b3639c3daff80850bf450a95fab3d">operations_research::math_opt::DualRay::dual_values</a></div><div class="ttdeci">LinearConstraintMap< double > dual_values</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00165">solution.h:165</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_ray_html_a8c59e260c5341833e0c29dfbeb4b92a3"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_ray.html#a8c59e260c5341833e0c29dfbeb4b92a3">operations_research::math_opt::DualRay::reduced_costs</a></div><div class="ttdeci">VariableMap< double > reduced_costs</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00166">solution.h:166</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_solution_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_solution.html">operations_research::math_opt::DualSolution</a></div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00130">solution.h:130</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_solution_html_a443e96aa0d4868702db56edfb93ff51f"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a443e96aa0d4868702db56edfb93ff51f">operations_research::math_opt::DualSolution::feasibility_status</a></div><div class="ttdeci">SolutionStatus feasibility_status</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00138">solution.h:138</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_solution_html_a801b3639c3daff80850bf450a95fab3d"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a801b3639c3daff80850bf450a95fab3d">operations_research::math_opt::DualSolution::dual_values</a></div><div class="ttdeci">LinearConstraintMap< double > dual_values</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00134">solution.h:134</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_solution_html_a8c59e260c5341833e0c29dfbeb4b92a3"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_solution.html#a8c59e260c5341833e0c29dfbeb4b92a3">operations_research::math_opt::DualSolution::reduced_costs</a></div><div class="ttdeci">VariableMap< double > reduced_costs</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00135">solution.h:135</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_dual_solution_html_abc4831916e7e8dc12c4009f5c720a301"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_dual_solution.html#abc4831916e7e8dc12c4009f5c720a301">operations_research::math_opt::DualSolution::objective_value</a></div><div class="ttdeci">std::optional< double > objective_value</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00136">solution.h:136</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_incremental_solver_1_1_update_result_html_abbb69ae0e3fd45152c94cff90ca8b05f"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_incremental_solver_1_1_update_result.html#abbb69ae0e3fd45152c94cff90ca8b05f">operations_research::math_opt::IncrementalSolver::UpdateResult::did_update</a></div><div class="ttdeci">bool did_update</div><div class="ttdef"><b>Definition:</b> <a href="solve_8h_source.html#l00128">solve.h:128</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_primal_ray_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_primal_ray.html">operations_research::math_opt::PrimalRay</a></div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00109">solution.h:109</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_primal_ray_html_a217b557acea6edff9d4174403dc2f2ff"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_primal_ray.html#a217b557acea6edff9d4174403dc2f2ff">operations_research::math_opt::PrimalRay::variable_values</a></div><div class="ttdeci">VariableMap< double > variable_values</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00113">solution.h:113</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_primal_solution_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_primal_solution.html">operations_research::math_opt::PrimalSolution</a></div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00078">solution.h:78</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_primal_solution_html_a217b557acea6edff9d4174403dc2f2ff"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a217b557acea6edff9d4174403dc2f2ff">operations_research::math_opt::PrimalSolution::variable_values</a></div><div class="ttdeci">VariableMap< double > variable_values</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00083">solution.h:83</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_primal_solution_html_a443e96aa0d4868702db56edfb93ff51f"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a443e96aa0d4868702db56edfb93ff51f">operations_research::math_opt::PrimalSolution::feasibility_status</a></div><div class="ttdeci">SolutionStatus feasibility_status</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00086">solution.h:86</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_primal_solution_html_a69703b8569462134ad4e22ab0133e418"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_primal_solution.html#a69703b8569462134ad4e22ab0133e418">operations_research::math_opt::PrimalSolution::objective_value</a></div><div class="ttdeci">double objective_value</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00084">solution.h:84</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution.html">operations_research::math_opt::Solution</a></div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00220">solution.h:220</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_html_ade7f0087f8705aedf57e55eef0566c2d"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution.html#ade7f0087f8705aedf57e55eef0566c2d">operations_research::math_opt::Solution::dual_solution</a></div><div class="ttdeci">std::optional< DualSolution > dual_solution</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00224">solution.h:224</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_html_aed349b94d0cb57c4bfe7ca7fa25391ef"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution.html#aed349b94d0cb57c4bfe7ca7fa25391ef">operations_research::math_opt::Solution::primal_solution</a></div><div class="ttdeci">std::optional< PrimalSolution > primal_solution</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00223">solution.h:223</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_html_af147118ba6bbf5e4f3284359cf2c0710"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution.html#af147118ba6bbf5e4f3284359cf2c0710">operations_research::math_opt::Solution::basis</a></div><div class="ttdeci">std::optional< Basis > basis</div><div class="ttdef"><b>Definition:</b> <a href="solution_8h_source.html#l00225">solution.h:225</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_matcher_options_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html">operations_research::math_opt::SolutionMatcherOptions</a></div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00137">matchers.h:137</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_matcher_options_html_a97eab6d709b80585fe9e8a54b1e3da27"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#a97eab6d709b80585fe9e8a54b1e3da27">operations_research::math_opt::SolutionMatcherOptions::tolerance</a></div><div class="ttdeci">double tolerance</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00138">matchers.h:138</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_matcher_options_html_ab25d6fff64fc61666b1691e23f5d07b1"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#ab25d6fff64fc61666b1691e23f5d07b1">operations_research::math_opt::SolutionMatcherOptions::check_primal</a></div><div class="ttdeci">bool check_primal</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00139">matchers.h:139</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_matcher_options_html_ac15e0a9a954abb0892d7ab369b245f75"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#ac15e0a9a954abb0892d7ab369b245f75">operations_research::math_opt::SolutionMatcherOptions::check_dual</a></div><div class="ttdeci">bool check_dual</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00140">matchers.h:140</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solution_matcher_options_html_afc637bcbceea5647ce8f349e109cb979"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solution_matcher_options.html#afc637bcbceea5647ce8f349e109cb979">operations_research::math_opt::SolutionMatcherOptions::check_basis</a></div><div class="ttdeci">bool check_basis</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00141">matchers.h:141</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result.html">operations_research::math_opt::SolveResult</a></div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00295">solve_result.h:295</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_html_a330653218e189fba7a1264117476eb39"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result.html#a330653218e189fba7a1264117476eb39">operations_research::math_opt::SolveResult::solve_stats</a></div><div class="ttdeci">SolveStats solve_stats</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00303">solve_result.h:303</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_html_a6e4b0ba0339c6172e9bfa3df9f8c61d8"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result.html#a6e4b0ba0339c6172e9bfa3df9f8c61d8">operations_research::math_opt::SolveResult::primal_rays</a></div><div class="ttdeci">std::vector< PrimalRay > primal_rays</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00325">solve_result.h:325</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_html_a77d1ea96211300e9417b965981953c81"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result.html#a77d1ea96211300e9417b965981953c81">operations_research::math_opt::SolveResult::termination</a></div><div class="ttdeci">Termination termination</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00300">solve_result.h:300</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_html_ac34a591a8d4c97450093d81ecf9cfae3"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result.html#ac34a591a8d4c97450093d81ecf9cfae3">operations_research::math_opt::SolveResult::solutions</a></div><div class="ttdeci">std::vector< Solution > solutions</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00320">solve_result.h:320</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_html_af8a0308f391215b9c41b855832504054"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result.html#af8a0308f391215b9c41b855832504054">operations_research::math_opt::SolveResult::dual_rays</a></div><div class="ttdeci">std::vector< DualRay > dual_rays</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00330">solve_result.h:330</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_matcher_options_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html">operations_research::math_opt::SolveResultMatcherOptions</a></div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00254">matchers.h:254</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_matcher_options_html_a694be1052fd514461beac338988e4e1e"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a694be1052fd514461beac338988e4e1e">operations_research::math_opt::SolveResultMatcherOptions::first_solution_only</a></div><div class="ttdeci">bool first_solution_only</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00256">matchers.h:256</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_matcher_options_html_a7f70351beed6f2a8faa016ef057daa61"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a7f70351beed6f2a8faa016ef057daa61">operations_research::math_opt::SolveResultMatcherOptions::inf_or_unb_soft_match</a></div><div class="ttdeci">bool inf_or_unb_soft_match</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00317">matchers.h:317</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_matcher_options_html_a9331eee845f026ba2b3233308704d60d"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a9331eee845f026ba2b3233308704d60d">operations_research::math_opt::SolveResultMatcherOptions::check_rays</a></div><div class="ttdeci">bool check_rays</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00258">matchers.h:258</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_matcher_options_html_a97eab6d709b80585fe9e8a54b1e3da27"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#a97eab6d709b80585fe9e8a54b1e3da27">operations_research::math_opt::SolveResultMatcherOptions::tolerance</a></div><div class="ttdeci">double tolerance</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00255">matchers.h:255</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_solve_result_matcher_options_html_ad50a36d43085f7e8061e0a9ef343e930"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_solve_result_matcher_options.html#ad50a36d43085f7e8061e0a9ef343e930">operations_research::math_opt::SolveResultMatcherOptions::check_solutions_if_inf_or_unbounded</a></div><div class="ttdeci">bool check_solutions_if_inf_or_unbounded</div><div class="ttdef"><b>Definition:</b> <a href="matchers_8h_source.html#l00269">matchers.h:269</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_termination_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_termination.html">operations_research::math_opt::Termination</a></div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00256">solve_result.h:256</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_termination_html_a06f18b7e05b64c4ff0d03f07ae379a68"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_termination.html#a06f18b7e05b64c4ff0d03f07ae379a68">operations_research::math_opt::Termination::detail</a></div><div class="ttdeci">std::string detail</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00269">solve_result.h:269</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_termination_html_a36d5365d462f57468ba3a9d8ae6bbec9"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_termination.html#a36d5365d462f57468ba3a9d8ae6bbec9">operations_research::math_opt::Termination::reason</a></div><div class="ttdeci">TerminationReason reason</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00261">solve_result.h:261</a></div></div>
|
|
<div class="ttc" id="astructoperations__research_1_1math__opt_1_1_termination_html_a716121b3b7000e72df76b9451747f772"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_termination.html#a716121b3b7000e72df76b9451747f772">operations_research::math_opt::Termination::limit</a></div><div class="ttdeci">std::optional< Limit > limit</div><div class="ttdef"><b>Definition:</b> <a href="solve__result_8h_source.html#l00264">solve_result.h:264</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- HTML footer for doxygen 1.8.18-->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_1defc00030ff81d309105e053121082f.html">math_opt</a></li><li class="navelem"><a class="el" href="dir_dd5645fbbabcdccb47d1d6db92f0f35b.html">cpp</a></li><li class="navelem"><a class="el" href="matchers_8cc.html">matchers.cc</a></li>
|
|
<li class="footer">Generated by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.3 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|