1085 lines
337 KiB
HTML
1085 lines
337 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.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>OR-Tools: environment.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.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('environment_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">environment.cc</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="environment_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright 2010-2021 Google LLC</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Licensed under the Apache License, Version 2.0 (the "License");</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// you may not use this file except in compliance with the License.</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// You may obtain a copy of the License at</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// distributed under the License is distributed on an "AS IS" BASIS,</span></div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">// See the License for the specific language governing permissions and</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">// limitations under the License.</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include "<a class="code" href="environment_8h.html">ortools/gurobi/environment.h</a>"</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  </div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#include <mutex></span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <string></span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  </div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include "absl/status/status.h"</span></div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#include "absl/strings/match.h"</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include "absl/strings/str_cat.h"</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include "absl/strings/str_format.h"</span></div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include "absl/strings/str_join.h"</span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "absl/synchronization/mutex.h"</span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "<a class="code" href="base_2logging_8h.html">ortools/base/logging.h</a>"</span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="status__macros_8h.html">ortools/base/status_macros.h</a>"</span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  </div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac79aad20cb4baeeb6be9336730973514"> 30</a></span> <span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#ac79aad20cb4baeeb6be9336730973514">GurobiIsCorrectlyInstalled</a>() {</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  absl::StatusOr<GRBenv*> status = <a class="code" href="namespaceoperations__research.html#a6fb0c68e3b93033a6161597239899e38">GetGurobiEnv</a>();</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordflow">if</span> (!status.ok() || status.value() == <span class="keyword">nullptr</span>) {</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  }</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <a class="code" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b">GRBfreeenv</a>(status.value());</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> }</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment">// This was generated with the parse_header.py script.</span></div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">// See the comment at the top of the script.</span></div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment">// This is the 'define' section.</span></div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>**, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keywordtype">int</span>,</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>*)></div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac50dd406f252a5b601c25179bb0bbf9b"> 48</a></span>  <a class="code" href="namespaceoperations__research.html#ac50dd406f252a5b601c25179bb0bbf9b">GRBisqp</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span>* datatypeP,</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordtype">int</span>* sizeP, <span class="keywordtype">int</span>* settableP)></div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78ecb28054bcc60c58db75a60cfd53da"> 51</a></span>  <a class="code" href="namespaceoperations__research.html#a78ecb28054bcc60c58db75a60cfd53da">GRBgetattrinfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab4da3a2847e3ab527685276117114da6"> 52</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname)> <a class="code" href="namespaceoperations__research.html#ab4da3a2847e3ab527685276117114da6">GRBisattravailable</a> =</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span>* valueP)></div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afccf2eccc1e7d4c083e47b0b19ae90be"> 55</a></span>  <a class="code" href="namespaceoperations__research.html#afccf2eccc1e7d4c083e47b0b19ae90be">GRBgetintattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> newvalue)></div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2f41a80190ebfeab50fd2cb4c66e51cb"> 57</a></span>  <a class="code" href="namespaceoperations__research.html#a2f41a80190ebfeab50fd2cb4c66e51cb">GRBsetintattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordtype">int</span>* valueP)></div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a595ec95787b121daa2b3ff34fb7ad635"> 60</a></span>  <a class="code" href="namespaceoperations__research.html#a595ec95787b121daa2b3ff34fb7ad635">GRBgetintattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">int</span> newvalue)></div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3"> 63</a></span>  <a class="code" href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3">GRBsetintattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordtype">int</span>* values)></div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3d3abef27ee72c7f76a5f4f534912e07"> 66</a></span>  <a class="code" href="namespaceoperations__research.html#a3d3abef27ee72c7f76a5f4f534912e07">GRBgetintattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordtype">int</span>* newvalues)></div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae77d52eaf76f5d22e25053992ff856c8"> 69</a></span>  <a class="code" href="namespaceoperations__research.html#ae77d52eaf76f5d22e25053992ff856c8">GRBsetintattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordtype">int</span>* values)></div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a564413251b862e671c7013ecceaaec91"> 72</a></span>  <a class="code" href="namespaceoperations__research.html#a564413251b862e671c7013ecceaaec91">GRBgetintattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keywordtype">int</span>* newvalues)></div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adca5f57710d48102d1564561da8c7f21"> 75</a></span>  <a class="code" href="namespaceoperations__research.html#adca5f57710d48102d1564561da8c7f21">GRBsetintattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordtype">char</span>* valueP)></div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a08bc795589222d5e3b2281a52daf547c"> 78</a></span>  <a class="code" href="namespaceoperations__research.html#a08bc795589222d5e3b2281a52daf547c">GRBgetcharattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordtype">char</span> newvalue)></div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9ba413de24c66783a93ad29185efd573"> 81</a></span>  <a class="code" href="namespaceoperations__research.html#a9ba413de24c66783a93ad29185efd573">GRBsetcharattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordtype">char</span>* values)></div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a51365c8099faa36b8fed1f7d86d7ef30"> 84</a></span>  <a class="code" href="namespaceoperations__research.html#a51365c8099faa36b8fed1f7d86d7ef30">GRBgetcharattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordtype">char</span>* newvalues)></div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#af0ae092f345f626ae9f6287ced1246ac"> 87</a></span>  <a class="code" href="namespaceoperations__research.html#af0ae092f345f626ae9f6287ced1246ac">GRBsetcharattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordtype">char</span>* values)></div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa46a0f2e12a4ee86987395af2161ebd7"> 90</a></span>  <a class="code" href="namespaceoperations__research.html#aa46a0f2e12a4ee86987395af2161ebd7">GRBgetcharattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordtype">char</span>* newvalues)></div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ace35865bc90d203bec63cd8a3b568201"> 93</a></span>  <a class="code" href="namespaceoperations__research.html#ace35865bc90d203bec63cd8a3b568201">GRBsetcharattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">double</span>* valueP)></div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a13096db0327ba8156cb2f5215eaeb9db"> 95</a></span>  <a class="code" href="namespaceoperations__research.html#a13096db0327ba8156cb2f5215eaeb9db">GRBgetdblattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">double</span> newvalue)></div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae6308440cc9d3ed5416cf5219f3e1fef"> 97</a></span>  <a class="code" href="namespaceoperations__research.html#ae6308440cc9d3ed5416cf5219f3e1fef">GRBsetdblattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordtype">double</span>* valueP)></div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa5fa17837fd2d3e7f10742894060694b"> 100</a></span>  <a class="code" href="namespaceoperations__research.html#aa5fa17837fd2d3e7f10742894060694b">GRBgetdblattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordtype">double</span> newvalue)></div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78a839d849c2d75ef5ff32f25fbbc4a4"> 103</a></span>  <a class="code" href="namespaceoperations__research.html#a78a839d849c2d75ef5ff32f25fbbc4a4">GRBsetdblattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordtype">double</span>* values)></div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7fe5c509c991d915e0adf06e82ede5d4"> 106</a></span>  <a class="code" href="namespaceoperations__research.html#a7fe5c509c991d915e0adf06e82ede5d4">GRBgetdblattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordtype">double</span>* newvalues)></div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5c8d0d6025d4e197d07f42c3fff209d9"> 109</a></span>  <a class="code" href="namespaceoperations__research.html#a5c8d0d6025d4e197d07f42c3fff209d9">GRBsetdblattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keywordtype">double</span>* values)></div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a980298d196f397b12d15b4e9746bb8e5"> 112</a></span>  <a class="code" href="namespaceoperations__research.html#a980298d196f397b12d15b4e9746bb8e5">GRBgetdblattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <span class="keywordtype">double</span>* newvalues)></div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1a3204269ce35fdfb007daa36385d076"> 115</a></span>  <a class="code" href="namespaceoperations__research.html#a1a3204269ce35fdfb007daa36385d076">GRBsetdblattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">char</span>** valueP)></div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad083972ef3afb9a40395258a1ce8a660"> 117</a></span>  <a class="code" href="namespaceoperations__research.html#ad083972ef3afb9a40395258a1ce8a660">GRBgetstrattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keyword">const</span> <span class="keywordtype">char</span>* newvalue)></div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa35705a0d741e9feb147aaa89b40e721"> 119</a></span>  <a class="code" href="namespaceoperations__research.html#aa35705a0d741e9feb147aaa89b40e721">GRBsetstrattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keywordtype">char</span>** valueP)></div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a65f88e80f6d06894c1ab1872045a7012"> 122</a></span>  <a class="code" href="namespaceoperations__research.html#a65f88e80f6d06894c1ab1872045a7012">GRBgetstrattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> element,</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* newvalue)></div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8b803a3721e58e0473737b38f8326dec"> 125</a></span>  <a class="code" href="namespaceoperations__research.html#a8b803a3721e58e0473737b38f8326dec">GRBsetstrattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keywordtype">char</span>** values)></div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa6e8dc7cd46d7a8b1f1b31cb443d01f0"> 128</a></span>  <a class="code" href="namespaceoperations__research.html#aa6e8dc7cd46d7a8b1f1b31cb443d01f0">GRBgetstrattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> first, <span class="keywordtype">int</span> len,</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordtype">char</span>** newvalues)></div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac77d1eb29d5888064aad690e90bf59ab"> 131</a></span>  <a class="code" href="namespaceoperations__research.html#ac77d1eb29d5888064aad690e90bf59ab">GRBsetstrattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordtype">char</span>** values)></div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a138f407b59fac8fc6b6a99a9eb657109"> 134</a></span>  <a class="code" href="namespaceoperations__research.html#a138f407b59fac8fc6b6a99a9eb657109">GRBgetstrattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind,</div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  <span class="keywordtype">char</span>** newvalues)></div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aae3b326f307ad4abed48b0ed5909e2e1"> 137</a></span>  <a class="code" href="namespaceoperations__research.html#aae3b326f307ad4abed48b0ed5909e2e1">GRBsetstrattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aec892e2b2a70124f41f8b9744adbda67"> 140</a></span>  <a class="code" href="namespaceoperations__research.html#aec892e2b2a70124f41f8b9744adbda67">GRBsetcallbackfunc</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>** cbP)(<a class="code" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>))></div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aee29ce44eb2524566a6a787877dcd5af"> 142</a></span>  <a class="code" href="namespaceoperations__research.html#aee29ce44eb2524566a6a787877dcd5af">GRBgetcallbackfunc</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<span class="keywordtype">char</span>* msg))></div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0536b9b2b2d235bb94164629786c3872"> 144</a></span>  <a class="code" href="namespaceoperations__research.html#a0536b9b2b2d235bb94164629786c3872">GRBsetlogcallbackfunc</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<span class="keywordtype">char</span>* msg))></div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae0da3c1f2f9d7ffbebbf2497ec36cf54"> 146</a></span>  <a class="code" href="namespaceoperations__research.html#ae0da3c1f2f9d7ffbebbf2497ec36cf54">GRBsetlogcallbackfuncenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798"> 147</a></span> std::function<int(<span class="keywordtype">void</span>* cbdata, <span class="keywordtype">int</span> <a class="code" href="gurobi__interface_8cc.html#a675dd47bbf0a66c9cb592047797a6d69">where</a>, <span class="keywordtype">int</span> what, <span class="keywordtype">void</span>* resultP)> <a class="code" href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798">GRBcbget</a> =</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> std::function<int(<span class="keywordtype">void</span>* cbdata, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keyword">const</span> <span class="keywordtype">char</span>* newvalue)></div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4875d465eab63e4fa296ce1f5eafd13c"> 150</a></span>  <a class="code" href="namespaceoperations__research.html#a4875d465eab63e4fa296ce1f5eafd13c">GRBcbsetparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> std::function<int(<span class="keywordtype">void</span>* cbdata, <span class="keyword">const</span> <span class="keywordtype">double</span>* solution, <span class="keywordtype">double</span>* objvalP)></div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1"> 152</a></span>  <a class="code" href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1">GRBcbsolution</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> std::function<int(<span class="keywordtype">void</span>* cbdata, <span class="keywordtype">int</span> cutlen, <span class="keyword">const</span> <span class="keywordtype">int</span>* cutind,</div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keyword">const</span> <span class="keywordtype">double</span>* cutval, <span class="keywordtype">char</span> cutsense, <span class="keywordtype">double</span> cutrhs)></div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60"> 155</a></span>  <a class="code" href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60">GRBcbcut</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span> std::function<int(<span class="keywordtype">void</span>* cbdata, <span class="keywordtype">int</span> lazylen, <span class="keyword">const</span> <span class="keywordtype">int</span>* lazyind,</div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="keyword">const</span> <span class="keywordtype">double</span>* lazyval, <span class="keywordtype">char</span> lazysense, <span class="keywordtype">double</span> lazyrhs)></div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e"> 158</a></span>  <a class="code" href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e">GRBcblazy</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> constr, <span class="keywordtype">int</span> <a class="code" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>, <span class="keywordtype">double</span>* valP)></div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a43a847958a89da5cec63d95ffb13d6ec"> 160</a></span>  <a class="code" href="namespaceoperations__research.html#a43a847958a89da5cec63d95ffb13d6ec">GRBgetcoeff</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>* numnzP, <span class="keywordtype">int</span>* cbeg, <span class="keywordtype">int</span>* cind,</div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="keywordtype">double</span>* cval, <span class="keywordtype">int</span> start, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa0e378757a6e19aa0cde5f5b4e0be4e5"> 163</a></span>  <a class="code" href="namespaceoperations__research.html#aa0e378757a6e19aa0cde5f5b4e0be4e5">GRBgetconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">size_t</span>* numnzP, <span class="keywordtype">size_t</span>* cbeg, <span class="keywordtype">int</span>* cind,</div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  <span class="keywordtype">double</span>* cval, <span class="keywordtype">int</span> start, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a01b3827e1f863f988699cbd203ce0357"> 166</a></span>  <a class="code" href="namespaceoperations__research.html#a01b3827e1f863f988699cbd203ce0357">GRBXgetconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>* numnzP, <span class="keywordtype">int</span>* vbeg, <span class="keywordtype">int</span>* vind,</div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <span class="keywordtype">double</span>* vval, <span class="keywordtype">int</span> start, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aed6d90d614faac7e243e091d829e1e61"> 169</a></span>  <a class="code" href="namespaceoperations__research.html#aed6d90d614faac7e243e091d829e1e61">GRBgetvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">size_t</span>* numnzP, <span class="keywordtype">size_t</span>* vbeg, <span class="keywordtype">int</span>* vind,</div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <span class="keywordtype">double</span>* vval, <span class="keywordtype">int</span> start, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5d181e1ba39c37c5b081a4793bfb42fb"> 172</a></span>  <a class="code" href="namespaceoperations__research.html#a5d181e1ba39c37c5b081a4793bfb42fb">GRBXgetvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>* nummembersP, <span class="keywordtype">int</span>* sostype, <span class="keywordtype">int</span>* beg,</div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="keywordtype">int</span>* ind, <span class="keywordtype">double</span>* <a class="code" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>, <span class="keywordtype">int</span> start, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1ad7a97b209c872ff07c674fb9f3d3bd"> 175</a></span>  <a class="code" href="namespaceoperations__research.html#a1ad7a97b209c872ff07c674fb9f3d3bd">GRBgetsos</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> genconstr, <span class="keywordtype">int</span>* resvarP, <span class="keywordtype">int</span>* nvarsP,</div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span>* constantP)></div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab630313666b6fa42e9904d585e962f3d"> 178</a></span>  <a class="code" href="namespaceoperations__research.html#ab630313666b6fa42e9904d585e962f3d">GRBgetgenconstrMax</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> genconstr, <span class="keywordtype">int</span>* resvarP, <span class="keywordtype">int</span>* nvarsP,</div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span>* constantP)></div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a72442860e69c9157fa96f9f9827ae8d7"> 181</a></span>  <a class="code" href="namespaceoperations__research.html#a72442860e69c9157fa96f9f9827ae8d7">GRBgetgenconstrMin</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> genconstr, <span class="keywordtype">int</span>* resvarP, <span class="keywordtype">int</span>* argvarP)></div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4aed19001b9d7e39d3422446bad167bb"> 183</a></span>  <a class="code" href="namespaceoperations__research.html#a4aed19001b9d7e39d3422446bad167bb">GRBgetgenconstrAbs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> genconstr, <span class="keywordtype">int</span>* resvarP, <span class="keywordtype">int</span>* nvarsP,</div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac964916575a2b1bc4ce4d095afd90cce"> 186</a></span>  <a class="code" href="namespaceoperations__research.html#ac964916575a2b1bc4ce4d095afd90cce">GRBgetgenconstrAnd</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> genconstr, <span class="keywordtype">int</span>* resvarP, <span class="keywordtype">int</span>* nvarsP,</div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a12ede98aa1b160354264c5959bb29b8b"> 189</a></span>  <a class="code" href="namespaceoperations__research.html#a12ede98aa1b160354264c5959bb29b8b">GRBgetgenconstrOr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> genconstr, <span class="keywordtype">int</span>* binvarP, <span class="keywordtype">int</span>* binvalP,</div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keywordtype">int</span>* nvarsP, <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span>* vals, <span class="keywordtype">char</span>* senseP,</div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="keywordtype">double</span>* rhsP)></div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae08c1f0c17eac085db3fb9883ed8e2ce"> 193</a></span>  <a class="code" href="namespaceoperations__research.html#ae08c1f0c17eac085db3fb9883ed8e2ce">GRBgetgenconstrIndicator</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>* numqnzP, <span class="keywordtype">int</span>* qrow, <span class="keywordtype">int</span>* qcol,</div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#abb73a2b44b04289ac5a327fdb8700563"> 196</a></span>  <a class="code" href="namespaceoperations__research.html#abb73a2b44b04289ac5a327fdb8700563">GRBgetq</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> qconstr, <span class="keywordtype">int</span>* numlnzP, <span class="keywordtype">int</span>* lind,</div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="keywordtype">double</span>* lval, <span class="keywordtype">int</span>* numqnzP, <span class="keywordtype">int</span>* qrow, <span class="keywordtype">int</span>* qcol,</div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5b60e64ef1940d05151d3be15ae8ecfc"> 200</a></span>  <a class="code" href="namespaceoperations__research.html#a5b60e64ef1940d05151d3be15ae8ecfc">GRBgetqconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span>* indexP)></div>
|
|
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2c737eb8a24b7e35244bb0bd83bf6a05"> 202</a></span>  <a class="code" href="namespaceoperations__research.html#a2c737eb8a24b7e35244bb0bd83bf6a05">GRBgetvarbyname</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span>* indexP)></div>
|
|
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad109cbad7e2286dbc3dc027c72d59e9a"> 204</a></span>  <a class="code" href="namespaceoperations__research.html#ad109cbad7e2286dbc3dc027c72d59e9a">GRBgetconstrbyname</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> <a class="code" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>, <span class="keywordtype">int</span>* pointsP, <span class="keywordtype">double</span>* x, <span class="keywordtype">double</span>* y)></div>
|
|
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a81d974a816aa3557f5fbafaf688aecb0"> 206</a></span>  <a class="code" href="namespaceoperations__research.html#a81d974a816aa3557f5fbafaf688aecb0">GRBgetpwlobj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab850dd307ea088f49af5f192d1b8d553"> 207</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#ab850dd307ea088f49af5f192d1b8d553">GRBoptimize</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a338582b837297c32857ee3064f5d76f6"> 208</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a338582b837297c32857ee3064f5d76f6">GRBoptimizeasync</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a14813d901c9c777e43964dae3bd6649e"> 209</a></span> std::function<<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a14813d901c9c777e43964dae3bd6649e">GRBcopymodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3eed3ea3ac73b2a6e1cc403b89404dc3"> 210</a></span> std::function<<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a3eed3ea3ac73b2a6e1cc403b89404dc3">GRBfixedmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> relaxobjtype, <span class="keywordtype">int</span> minrelax,</div>
|
|
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="keywordtype">double</span>* lbpen, <span class="keywordtype">double</span>* ubpen, <span class="keywordtype">double</span>* rhspen,</div>
|
|
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  <span class="keywordtype">double</span>* feasobjP)></div>
|
|
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#accb64b23dbf9d6eb49c6eeba5b0ac8fe"> 214</a></span>  <a class="code" href="namespaceoperations__research.html#accb64b23dbf9d6eb49c6eeba5b0ac8fe">GRBfeasrelax</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span> std::function<int(<span class="keywordtype">void</span>* cbdata, <span class="keywordtype">int</span> what, <span class="keywordtype">int</span>* typeP, <span class="keywordtype">int</span>* sizeP)></div>
|
|
<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab4e6056a1117ea5f52a7d80a4656b77d"> 216</a></span>  <a class="code" href="namespaceoperations__research.html#ab4e6056a1117ea5f52a7d80a4656b77d">GRBgetcbwhatinfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a919031d2606bbb0bf865f6a100427015"> 217</a></span> std::function<<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a919031d2606bbb0bf865f6a100427015">GRBrelaxmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78cfe8ff2e1c5247c6f108d29f0b26a1"> 218</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a78cfe8ff2e1c5247c6f108d29f0b26a1">GRBconverttofixed</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a56515c43759afdffa088ea12eefbd2f9"> 219</a></span> std::function<<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a56515c43759afdffa088ea12eefbd2f9">GRBpresolvemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2461b6157b655e0e47f78d6fb49ebfc3"> 220</a></span> std::function<<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a2461b6157b655e0e47f78d6fb49ebfc3">GRBiismodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7991662864a6d4a44c2b1cc32041a782"> 221</a></span> std::function<<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a7991662864a6d4a44c2b1cc32041a782">GRBfeasibility</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1330fa3505478eda74ac65a170a81eb7"> 222</a></span> std::function<<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a1330fa3505478eda74ac65a170a81eb7">GRBlinearizemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename,</div>
|
|
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  <span class="keywordtype">void</span>*(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* malloccb)(<a class="code" href="environment_8h.html#aeda0314230a4d6141ce93ee379460901">MALLOCCB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <span class="keywordtype">void</span>*(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* calloccb)(<a class="code" href="environment_8h.html#a4029272666dfcff1fa54cf75875757b0">CALLOCCB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  <span class="keywordtype">void</span>*(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* realloccb)(<a class="code" href="environment_8h.html#acae510fad67df1a4e9eb1755f963fd76">REALLOCCB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  <span class="keywordtype">void</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* freecb)(<a class="code" href="environment_8h.html#a44e6093be90f69d1250ec6e95efe21e2">FREECB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* threadcreatecb)(<a class="code" href="environment_8h.html#a2671f4eee19af5c3643a39421c4e16f7">THREADCREATECB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  <span class="keywordtype">void</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* threadjoincb)(<a class="code" href="environment_8h.html#a9230a7d1f7e6b34fba884c09793bd9ea">THREADJOINCB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordtype">void</span>* syscbusrdata)></div>
|
|
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad605b8a10d68f441f6ca5b07ecdb5e7c"> 231</a></span>  <a class="code" href="namespaceoperations__research.html#ad605b8a10d68f441f6ca5b07ecdb5e7c">GRBloadenvsyscb</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP)></div>
|
|
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a966fc9f5d689108526c729d286c1513e"> 233</a></span>  <a class="code" href="namespaceoperations__research.html#a966fc9f5d689108526c729d286c1513e">GRBreadmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3563bf56338c8fb4631c6dd38833da16"> 234</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#a3563bf56338c8fb4631c6dd38833da16">GRBread</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#abbd2192a0d2d43a5169ad32b6b68d329"> 235</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#abbd2192a0d2d43a5169ad32b6b68d329">GRBwrite</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aad29a2acfb4524bac1fd706604bf0a4a"> 236</a></span> std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#aad29a2acfb4524bac1fd706604bf0a4a">GRBismodelfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4ab43b281e41e3051160bffb32717d4e"> 237</a></span> std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#a4ab43b281e41e3051160bffb32717d4e">GRBfiletype</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a215c388796c71648e0d4ace2d9d2aaae"> 238</a></span> std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#a215c388796c71648e0d4ace2d9d2aaae">GRBisrecordfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP, <span class="keyword">const</span> <span class="keywordtype">char</span>* Pname,</div>
|
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  <span class="keywordtype">int</span> numvars, <span class="keywordtype">double</span>* obj, <span class="keywordtype">double</span>* lb, <span class="keywordtype">double</span>* ub, <span class="keywordtype">char</span>* vtype,</div>
|
|
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  <span class="keywordtype">char</span>** varnames)></div>
|
|
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad530ac40f508600aa495f638d813748b"> 242</a></span>  <a class="code" href="namespaceoperations__research.html#ad530ac40f508600aa495f638d813748b">GRBnewmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP, <span class="keyword">const</span> <span class="keywordtype">char</span>* Pname,</div>
|
|
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keywordtype">int</span> numvars, <span class="keywordtype">int</span> numconstrs, <span class="keywordtype">int</span> objsense, <span class="keywordtype">double</span> objcon,</div>
|
|
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  <span class="keywordtype">double</span>* obj, <span class="keywordtype">char</span>* sense, <span class="keywordtype">double</span>* rhs, <span class="keywordtype">int</span>* vbeg, <span class="keywordtype">int</span>* vlen,</div>
|
|
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="keywordtype">int</span>* vind, <span class="keywordtype">double</span>* vval, <span class="keywordtype">double</span>* lb, <span class="keywordtype">double</span>* ub, <span class="keywordtype">char</span>* vtype,</div>
|
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="keywordtype">char</span>** varnames, <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4e9275c65830099c975289c4374ac1f1"> 248</a></span>  <a class="code" href="namespaceoperations__research.html#a4e9275c65830099c975289c4374ac1f1">GRBloadmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP, <span class="keyword">const</span> <span class="keywordtype">char</span>* Pname,</div>
|
|
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keywordtype">int</span> numvars, <span class="keywordtype">int</span> numconstrs, <span class="keywordtype">int</span> objsense, <span class="keywordtype">double</span> objcon,</div>
|
|
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="keywordtype">double</span>* obj, <span class="keywordtype">char</span>* sense, <span class="keywordtype">double</span>* rhs, <span class="keywordtype">size_t</span>* vbeg,</div>
|
|
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  <span class="keywordtype">int</span>* vlen, <span class="keywordtype">int</span>* vind, <span class="keywordtype">double</span>* vval, <span class="keywordtype">double</span>* lb, <span class="keywordtype">double</span>* ub,</div>
|
|
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  <span class="keywordtype">char</span>* vtype, <span class="keywordtype">char</span>** varnames, <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a548bfc8d376dc46ebccb92b24ce558b9"> 254</a></span>  <a class="code" href="namespaceoperations__research.html#a548bfc8d376dc46ebccb92b24ce558b9">GRBXloadmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numnz, <span class="keywordtype">int</span>* vind, <span class="keywordtype">double</span>* vval,</div>
|
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="keywordtype">double</span> obj, <span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub, <span class="keywordtype">char</span> vtype,</div>
|
|
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* varname)></div>
|
|
<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1c6070ee399de8cf94abcce6a91a5cf1"> 258</a></span>  <a class="code" href="namespaceoperations__research.html#a1c6070ee399de8cf94abcce6a91a5cf1">GRBaddvar</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numvars, <span class="keywordtype">int</span> numnz, <span class="keywordtype">int</span>* vbeg, <span class="keywordtype">int</span>* vind,</div>
|
|
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keywordtype">double</span>* vval, <span class="keywordtype">double</span>* obj, <span class="keywordtype">double</span>* lb, <span class="keywordtype">double</span>* ub,</div>
|
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  <span class="keywordtype">char</span>* vtype, <span class="keywordtype">char</span>** varnames)></div>
|
|
<div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aedf79171b78a3eb8a961a2711de9899f"> 262</a></span>  <a class="code" href="namespaceoperations__research.html#aedf79171b78a3eb8a961a2711de9899f">GRBaddvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numvars, <span class="keywordtype">size_t</span> numnz, <span class="keywordtype">size_t</span>* vbeg,</div>
|
|
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <span class="keywordtype">int</span>* vind, <span class="keywordtype">double</span>* vval, <span class="keywordtype">double</span>* obj, <span class="keywordtype">double</span>* lb, <span class="keywordtype">double</span>* ub,</div>
|
|
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  <span class="keywordtype">char</span>* vtype, <span class="keywordtype">char</span>** varnames)></div>
|
|
<div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aacdc5c04fb576da0dbb6bc237270554f"> 266</a></span>  <a class="code" href="namespaceoperations__research.html#aacdc5c04fb576da0dbb6bc237270554f">GRBXaddvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numnz, <span class="keywordtype">int</span>* cind, <span class="keywordtype">double</span>* cval,</div>
|
|
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  <span class="keywordtype">char</span> sense, <span class="keywordtype">double</span> rhs, <span class="keyword">const</span> <span class="keywordtype">char</span>* constrname)></div>
|
|
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d"> 269</a></span>  <a class="code" href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d">GRBaddconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numconstrs, <span class="keywordtype">int</span> numnz, <span class="keywordtype">int</span>* cbeg,</div>
|
|
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  <span class="keywordtype">int</span>* cind, <span class="keywordtype">double</span>* cval, <span class="keywordtype">char</span>* sense, <span class="keywordtype">double</span>* rhs,</div>
|
|
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3fba738afeda2bccadc516a3dd6898d6"> 273</a></span>  <a class="code" href="namespaceoperations__research.html#a3fba738afeda2bccadc516a3dd6898d6">GRBaddconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numconstrs, <span class="keywordtype">size_t</span> numnz, <span class="keywordtype">size_t</span>* cbeg,</div>
|
|
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  <span class="keywordtype">int</span>* cind, <span class="keywordtype">double</span>* cval, <span class="keywordtype">char</span>* sense, <span class="keywordtype">double</span>* rhs,</div>
|
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad52bd519ff109a24ae8f4d1be9cdb87f"> 277</a></span>  <a class="code" href="namespaceoperations__research.html#ad52bd519ff109a24ae8f4d1be9cdb87f">GRBXaddconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numnz, <span class="keywordtype">int</span>* cind, <span class="keywordtype">double</span>* cval,</div>
|
|
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="keywordtype">double</span> lower, <span class="keywordtype">double</span> upper, <span class="keyword">const</span> <span class="keywordtype">char</span>* constrname)></div>
|
|
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a96f6d4d0d04a57844ff0bb9972c5ce14"> 280</a></span>  <a class="code" href="namespaceoperations__research.html#a96f6d4d0d04a57844ff0bb9972c5ce14">GRBaddrangeconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numconstrs, <span class="keywordtype">int</span> numnz, <span class="keywordtype">int</span>* cbeg,</div>
|
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  <span class="keywordtype">int</span>* cind, <span class="keywordtype">double</span>* cval, <span class="keywordtype">double</span>* lower, <span class="keywordtype">double</span>* upper,</div>
|
|
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#af00d1a86c4cc4d797a329e5dc609ed16"> 284</a></span>  <a class="code" href="namespaceoperations__research.html#af00d1a86c4cc4d797a329e5dc609ed16">GRBaddrangeconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numconstrs, <span class="keywordtype">size_t</span> numnz, <span class="keywordtype">size_t</span>* cbeg,</div>
|
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="keywordtype">int</span>* cind, <span class="keywordtype">double</span>* cval, <span class="keywordtype">double</span>* lower, <span class="keywordtype">double</span>* upper,</div>
|
|
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae3cc51a6018c329384e2170c1d683c5f"> 288</a></span>  <a class="code" href="namespaceoperations__research.html#ae3cc51a6018c329384e2170c1d683c5f">GRBXaddrangeconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numsos, <span class="keywordtype">int</span> nummembers, <span class="keywordtype">int</span>* types,</div>
|
|
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  <span class="keywordtype">int</span>* beg, <span class="keywordtype">int</span>* ind, <span class="keywordtype">double</span>* <a class="code" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>)></div>
|
|
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79"> 291</a></span>  <a class="code" href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79">GRBaddsos</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar, <span class="keywordtype">int</span> nvars,</div>
|
|
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>  <span class="keyword">const</span> <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span> constant)></div>
|
|
<div class="line"><a name="l00294"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6"> 294</a></span>  <a class="code" href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6">GRBaddgenconstrMax</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar, <span class="keywordtype">int</span> nvars,</div>
|
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  <span class="keyword">const</span> <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span> constant)></div>
|
|
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e"> 297</a></span>  <a class="code" href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e">GRBaddgenconstrMin</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar, <span class="keywordtype">int</span> argvar)></div>
|
|
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4"> 299</a></span>  <a class="code" href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4">GRBaddgenconstrAbs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar, <span class="keywordtype">int</span> nvars,</div>
|
|
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  <span class="keyword">const</span> <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e"> 302</a></span>  <a class="code" href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e">GRBaddgenconstrAnd</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar, <span class="keywordtype">int</span> nvars,</div>
|
|
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  <span class="keyword">const</span> <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b"> 305</a></span>  <a class="code" href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b">GRBaddgenconstrOr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* lp, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> binvar, <span class="keywordtype">int</span> binval,</div>
|
|
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="keywordtype">int</span> nvars, <span class="keyword">const</span> <span class="keywordtype">int</span>* vars, <span class="keyword">const</span> <span class="keywordtype">double</span>* vals, <span class="keywordtype">char</span> sense,</div>
|
|
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  <span class="keywordtype">double</span> rhs)></div>
|
|
<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7ccc0a5542bf3f96b28fe4ae8a9957e6"> 309</a></span>  <a class="code" href="namespaceoperations__research.html#a7ccc0a5542bf3f96b28fe4ae8a9957e6">GRBaddgenconstrIndicator</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numlnz, <span class="keywordtype">int</span>* lind, <span class="keywordtype">double</span>* lval,</div>
|
|
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <span class="keywordtype">int</span> numqnz, <span class="keywordtype">int</span>* qrow, <span class="keywordtype">int</span>* qcol, <span class="keywordtype">double</span>* qval, <span class="keywordtype">char</span> sense,</div>
|
|
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  <span class="keywordtype">double</span> rhs, <span class="keyword">const</span> <span class="keywordtype">char</span>* QCname)></div>
|
|
<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26"> 313</a></span>  <a class="code" href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26">GRBaddqconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a60a5873dac9575649c7b9f963bab77db"> 314</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> nummembers, <span class="keywordtype">int</span>* members)> <a class="code" href="namespaceoperations__research.html#a60a5873dac9575649c7b9f963bab77db">GRBaddcone</a> =</div>
|
|
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numqnz, <span class="keywordtype">int</span>* qrow, <span class="keywordtype">int</span>* qcol,</div>
|
|
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a name="l00318"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658"> 318</a></span>  <a class="code" href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658">GRBaddqpterms</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac54f445d3f6c5a80d47fb8a9fa210eb6"> 319</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code" href="namespaceoperations__research.html#ac54f445d3f6c5a80d47fb8a9fa210eb6">GRBdelvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00320"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a71a99985c430e344241552eae729b902"> 320</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code" href="namespaceoperations__research.html#a71a99985c430e344241552eae729b902">GRBdelconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aaf37d51275c80ffc5a77008296834a11"> 321</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code" href="namespaceoperations__research.html#aaf37d51275c80ffc5a77008296834a11">GRBdelsos</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a26680efd805dc761c40fac467032e587"> 322</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code" href="namespaceoperations__research.html#a26680efd805dc761c40fac467032e587">GRBdelgenconstrs</a> =</div>
|
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8b1747b9c06f2b83f6e5f6cf44d4f9a2"> 324</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code" href="namespaceoperations__research.html#a8b1747b9c06f2b83f6e5f6cf44d4f9a2">GRBdelqconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a96d32575599fc05e0b5b74ef06bff9a7"> 325</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a96d32575599fc05e0b5b74ef06bff9a7">GRBdelq</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> cnt, <span class="keywordtype">int</span>* cind, <span class="keywordtype">int</span>* vind, <span class="keywordtype">double</span>* val)></div>
|
|
<div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6f5b8fa2fe40cae954681ba04e9cbb72"> 327</a></span>  <a class="code" href="namespaceoperations__research.html#a6f5b8fa2fe40cae954681ba04e9cbb72">GRBchgcoeffs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">size_t</span> cnt, <span class="keywordtype">int</span>* cind, <span class="keywordtype">int</span>* vind,</div>
|
|
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  <span class="keywordtype">double</span>* val)></div>
|
|
<div class="line"><a name="l00330"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78ad7bad716f478511498b720963a0dc"> 330</a></span>  <a class="code" href="namespaceoperations__research.html#a78ad7bad716f478511498b720963a0dc">GRBXchgcoeffs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> <a class="code" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>, <span class="keywordtype">int</span> points, <span class="keywordtype">double</span>* x, <span class="keywordtype">double</span>* y)></div>
|
|
<div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a393c95ccf66f195cf2f64c324e15bb52"> 332</a></span>  <a class="code" href="namespaceoperations__research.html#a393c95ccf66f195cf2f64c324e15bb52">GRBsetpwlobj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8e39c3c540f2d5f3dc4d99d6150f2751"> 333</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a8e39c3c540f2d5f3dc4d99d6150f2751">GRBupdatemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2cb5c384e36db02403cd12debcd9f58c"> 334</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a2cb5c384e36db02403cd12debcd9f58c">GRBresetmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5d18796445ee5d664e591b74df135990"> 335</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a5d18796445ee5d664e591b74df135990">GRBfreemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a106965afc771227c7d2637511f207be4"> 336</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a106965afc771227c7d2637511f207be4">GRBcomputeIIS</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00337"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9ee4c8a0be29f13665b60300c77d6254"> 337</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code" href="namespaceoperations__research.html#a9ee4c8a0be29f13665b60300c77d6254">GRBFSolve</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00338"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab688504fe54efedb7222a422d986855e"> 338</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> j, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code" href="namespaceoperations__research.html#ab688504fe54efedb7222a422d986855e">GRBBinvColj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0ee25ba46b3ec6e8a1917de7c85eb8b4"> 339</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> j, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code" href="namespaceoperations__research.html#a0ee25ba46b3ec6e8a1917de7c85eb8b4">GRBBinvj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a24cb552398cda7f47a1bf3a3b30a6066"> 340</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code" href="namespaceoperations__research.html#a24cb552398cda7f47a1bf3a3b30a6066">GRBBSolve</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a05fbeac8dafe54dcb45c6308b12a29b1"> 341</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code" href="namespaceoperations__research.html#a05fbeac8dafe54dcb45c6308b12a29b1">GRBBinvi</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00342"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afd4955fd2d0fc944542bdeef018c1076"> 342</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <a class="code" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code" href="namespaceoperations__research.html#afd4955fd2d0fc944542bdeef018c1076">GRBBinvRowi</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00343"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0350d7d89490d345b893a8266046c97e"> 343</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>* bhead)> <a class="code" href="namespaceoperations__research.html#a0350d7d89490d345b893a8266046c97e">GRBgetBasisHead</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> num, <span class="keywordtype">int</span>* cand, <span class="keywordtype">double</span>* downobjbd,</div>
|
|
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  <span class="keywordtype">double</span>* upobjbd, <span class="keywordtype">int</span>* statusP)></div>
|
|
<div class="line"><a name="l00346"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab04a7d8d27085b384f036987e9b096fe"> 346</a></span>  <a class="code" href="namespaceoperations__research.html#ab04a7d8d27085b384f036987e9b096fe">GRBstrongbranch</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a77452362e75e02ad509d5688110383fb"> 347</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a77452362e75e02ad509d5688110383fb">GRBcheckmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00348"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#abfe522906ee13cf5e19a19ba23837eae"> 348</a></span> std::function<void(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#abfe522906ee13cf5e19a19ba23837eae">GRBsetsignal</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a69e4cf6405f02b16450fec8e1cee1c8f"> 349</a></span> std::function<void(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a69e4cf6405f02b16450fec8e1cee1c8f">GRBterminate</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00350"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#af67b185843e0d5fb9a1ef89560a467ee"> 350</a></span> std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#af67b185843e0d5fb9a1ef89560a467ee">GRBreplay</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> sense, <span class="keywordtype">double</span> constant, <span class="keywordtype">int</span> lnz,</div>
|
|
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  <span class="keywordtype">int</span>* lind, <span class="keywordtype">double</span>* lval, <span class="keywordtype">int</span> qnz, <span class="keywordtype">int</span>* qrow, <span class="keywordtype">int</span>* qcol,</div>
|
|
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a name="l00354"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8e60dbf23828dbab3e5edc97f4fff30c"> 354</a></span>  <a class="code" href="namespaceoperations__research.html#a8e60dbf23828dbab3e5edc97f4fff30c">GRBsetobjective</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> <a class="code" href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a>, <span class="keywordtype">int</span> priority, <span class="keywordtype">double</span> <a class="code" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>,</div>
|
|
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  <span class="keywordtype">double</span> abstol, <span class="keywordtype">double</span> reltol, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>,</div>
|
|
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  <span class="keywordtype">double</span> constant, <span class="keywordtype">int</span> lnz, <span class="keywordtype">int</span>* lind, <span class="keywordtype">double</span>* lval)></div>
|
|
<div class="line"><a name="l00358"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a49794c12ee443eb956b5b47019134047"> 358</a></span>  <a class="code" href="namespaceoperations__research.html#a49794c12ee443eb956b5b47019134047">GRBsetobjectiven</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a38d3304b67d40a5dc383bdc1dd532ed7"> 359</a></span> std::function<void(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="trace_8cc.html#a36bd74109f547f7f8198faf5a12d2879">message</a>)> <a class="code" href="namespaceoperations__research.html#a38d3304b67d40a5dc383bdc1dd532ed7">GRBmsg</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00360"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4eb0cf965903cc3db13c2d0dcb81f91d"> 360</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, FILE** logfileP)> <a class="code" href="namespaceoperations__research.html#a4eb0cf965903cc3db13c2d0dcb81f91d">GRBgetlogfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00361"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0c707f33e9e2fb7e586338c7638b23ad"> 361</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, FILE* logfile)> <a class="code" href="namespaceoperations__research.html#a0c707f33e9e2fb7e586338c7638b23ad">GRBsetlogfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">int</span>* valueP)></div>
|
|
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0cf02091ea3bf58e4ffc7adf0dd0d63e"> 363</a></span>  <a class="code" href="namespaceoperations__research.html#a0cf02091ea3bf58e4ffc7adf0dd0d63e">GRBgetintparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">double</span>* valueP)></div>
|
|
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6dcf3eb50c1276a373935f0419c5a765"> 365</a></span>  <a class="code" href="namespaceoperations__research.html#a6dcf3eb50c1276a373935f0419c5a765">GRBgetdblparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">char</span>* valueP)></div>
|
|
<div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2fdf58ef8256da5efa843264471266ee"> 367</a></span>  <a class="code" href="namespaceoperations__research.html#a2fdf58ef8256da5efa843264471266ee">GRBgetstrparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">int</span>* valueP, <span class="keywordtype">int</span>* minP,</div>
|
|
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  <span class="keywordtype">int</span>* maxP, <span class="keywordtype">int</span>* defP)></div>
|
|
<div class="line"><a name="l00370"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a56930f3670b2f5cc500e817cc7d08b01"> 370</a></span>  <a class="code" href="namespaceoperations__research.html#a56930f3670b2f5cc500e817cc7d08b01">GRBgetintparaminfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">double</span>* valueP,</div>
|
|
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  <span class="keywordtype">double</span>* minP, <span class="keywordtype">double</span>* maxP, <span class="keywordtype">double</span>* defP)></div>
|
|
<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0cb2142f9020f13ce53e664dadf41d15"> 373</a></span>  <a class="code" href="namespaceoperations__research.html#a0cb2142f9020f13ce53e664dadf41d15">GRBgetdblparaminfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">char</span>* valueP, <span class="keywordtype">char</span>* defP)></div>
|
|
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afe1567867886764f892d7b22ca1dd286"> 375</a></span>  <a class="code" href="namespaceoperations__research.html#afe1567867886764f892d7b22ca1dd286">GRBgetstrparaminfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201"> 377</a></span>  <a class="code" href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201">GRBsetparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">int</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a name="l00379"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a458a2341c2bfe0530114105a7a42c183"> 379</a></span>  <a class="code" href="namespaceoperations__research.html#a458a2341c2bfe0530114105a7a42c183">GRBsetintparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afee86075f779c39746c2f754f00bcd3d"> 381</a></span>  <a class="code" href="namespaceoperations__research.html#afee86075f779c39746c2f754f00bcd3d">GRBsetdblparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a name="l00383"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a74b18678cc9c559566d9b5084096e2b4"> 383</a></span>  <a class="code" href="namespaceoperations__research.html#a74b18678cc9c559566d9b5084096e2b4">GRBsetstrparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00384"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad302f1792b046e5c4902dccea31f35a8"> 384</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname)> <a class="code" href="namespaceoperations__research.html#ad302f1792b046e5c4902dccea31f35a8">GRBgetparamtype</a> =</div>
|
|
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00386"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7cceb4c997fc06f43522a150e7a42791"> 386</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code" href="namespaceoperations__research.html#a7cceb4c997fc06f43522a150e7a42791">GRBresetparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00387"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5b95a28bdf709458488fdffe0da6a8e1"> 387</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* dest, <a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* src)> <a class="code" href="namespaceoperations__research.html#a5b95a28bdf709458488fdffe0da6a8e1">GRBcopyparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00388"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a38babfaae1a96832712010370103fd02"> 388</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#a38babfaae1a96832712010370103fd02">GRBwriteparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a84185e62d04c6d6e6aef91677caf0004"> 389</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code" href="namespaceoperations__research.html#a84185e62d04c6d6e6aef91677caf0004">GRBreadparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a13cdbf0c441c70cbf97dcbd3be562b79"> 390</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code" href="namespaceoperations__research.html#a13cdbf0c441c70cbf97dcbd3be562b79">GRBgetnumparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00391"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a264d73546333400db18b331204b93e27"> 391</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keywordtype">int</span> i, <span class="keywordtype">char</span>** paramnameP)> <a class="code" href="namespaceoperations__research.html#a264d73546333400db18b331204b93e27">GRBgetparamname</a> =</div>
|
|
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00393"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aff5b1ba91c932d5b2f450dea4b82f014"> 393</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#aff5b1ba91c932d5b2f450dea4b82f014">GRBgetnumattributes</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00394"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adf75271a6a8fe0be3ffb7748067cdfc6"> 394</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <span class="keywordtype">char</span>** attrnameP)> <a class="code" href="namespaceoperations__research.html#adf75271a6a8fe0be3ffb7748067cdfc6">GRBgetattrname</a> =</div>
|
|
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00396"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd"> 396</a></span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename)> <a class="code" href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd">GRBloadenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename, <span class="keywordtype">int</span> apitype,</div>
|
|
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>  <span class="keywordtype">int</span> major, <span class="keywordtype">int</span> minor, <span class="keywordtype">int</span> tech,</div>
|
|
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>  <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>), <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a24870afb12d63c7997fca17a2a4843b2"> 400</a></span>  <a class="code" href="namespaceoperations__research.html#a24870afb12d63c7997fca17a2a4843b2">GRBloadenvadv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename,</div>
|
|
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* computeservers, <span class="keywordtype">int</span> port, <span class="keyword">const</span> <span class="keywordtype">char</span>* password,</div>
|
|
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>  <span class="keywordtype">int</span> priority, <span class="keywordtype">double</span> timeout)></div>
|
|
<div class="line"><a name="l00404"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4ac56c12ba0ad995ef614466a8025831"> 404</a></span>  <a class="code" href="namespaceoperations__research.html#a4ac56c12ba0ad995ef614466a8025831">GRBloadclientenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename,</div>
|
|
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* computeservers, <span class="keywordtype">int</span> port, <span class="keyword">const</span> <span class="keywordtype">char</span>* password,</div>
|
|
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>  <span class="keywordtype">int</span> priority, <span class="keywordtype">double</span> timeout, <span class="keywordtype">int</span> apitype, <span class="keywordtype">int</span> major,</div>
|
|
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>  <span class="keywordtype">int</span> minor, <span class="keywordtype">int</span> tech, <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>),</div>
|
|
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>  <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a name="l00410"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a60630a17f179047d7bff24ee7864ae3c"> 410</a></span>  <a class="code" href="namespaceoperations__research.html#a60630a17f179047d7bff24ee7864ae3c">GRBloadclientenvadv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename, <span class="keyword">const</span> <span class="keywordtype">char</span>* accessID,</div>
|
|
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* secretKey, <span class="keyword">const</span> <span class="keywordtype">char</span>* pool)></div>
|
|
<div class="line"><a name="l00413"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0ddde9dcfd236fc86886a48e6a6eac1e"> 413</a></span>  <a class="code" href="namespaceoperations__research.html#a0ddde9dcfd236fc86886a48e6a6eac1e">GRBloadcloudenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span> std::function<int(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename, <span class="keyword">const</span> <span class="keywordtype">char</span>* accessID,</div>
|
|
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* secretKey, <span class="keyword">const</span> <span class="keywordtype">char</span>* pool, <span class="keywordtype">int</span> apitype,</div>
|
|
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>  <span class="keywordtype">int</span> major, <span class="keywordtype">int</span> minor, <span class="keywordtype">int</span> tech,</div>
|
|
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>  <span class="keywordtype">int</span>(<a class="code" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>), <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a name="l00418"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a994ad44d1f36788ed18b01a399697e81"> 418</a></span>  <a class="code" href="namespaceoperations__research.html#a994ad44d1f36788ed18b01a399697e81">GRBloadcloudenvadv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00419"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7107d55540a5ebdf66762aa4ee42e404"> 419</a></span> std::function<<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a7107d55540a5ebdf66762aa4ee42e404">GRBgetenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00420"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a59561b4c0898433cff3614fc838c0df7"> 420</a></span> std::function<<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> num)> <a class="code" href="namespaceoperations__research.html#a59561b4c0898433cff3614fc838c0df7">GRBgetconcurrentenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00421"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a137a0f7a165ae6d0e04ed22f961a0aac"> 421</a></span> std::function<void(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a137a0f7a165ae6d0e04ed22f961a0aac">GRBdiscardconcurrentenvs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00422"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2c48e2d1abb50ce94b53b70ac609f54d"> 422</a></span> std::function<<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> num)> <a class="code" href="namespaceoperations__research.html#a2c48e2d1abb50ce94b53b70ac609f54d">GRBgetmultiobjenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00423"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac8714f56078d46528a38459e381d0146"> 423</a></span> std::function<void(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#ac8714f56078d46528a38459e381d0146">GRBdiscardmultiobjenvs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8a8dfae71145bc97c2e8003db54fc04d"> 424</a></span> std::function<void(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code" href="namespaceoperations__research.html#a8a8dfae71145bc97c2e8003db54fc04d">GRBreleaselicense</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00425"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b"> 425</a></span> std::function<void(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b">GRBfreeenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00426"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2"> 426</a></span> std::function<<span class="keyword">const</span> <span class="keywordtype">char</span>*(<a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2">GRBgeterrormsg</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8cd0731815c3642ba38c92daad39b608"> 427</a></span> std::function<<span class="keyword">const</span> <span class="keywordtype">char</span>*(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a8cd0731815c3642ba38c92daad39b608">GRBgetmerrormsg</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2d8a3119d1dbb2397caf41c215e1bf4d"> 428</a></span> std::function<void(<span class="keywordtype">int</span>* majorP, <span class="keywordtype">int</span>* minorP, <span class="keywordtype">int</span>* technicalP)> <a class="code" href="namespaceoperations__research.html#a2d8a3119d1dbb2397caf41c215e1bf4d">GRBversion</a> =</div>
|
|
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>  <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00430"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a24d4a81ddd386e3302f17cd46e286955"> 430</a></span> std::function<<span class="keywordtype">char</span>*(void)> <a class="code" href="namespaceoperations__research.html#a24d4a81ddd386e3302f17cd46e286955">GRBplatform</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00431"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9ccab3c5dbb8265394818c0d09b43a74"> 431</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a9ccab3c5dbb8265394818c0d09b43a74">GRBtunemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span> std::function<int(<span class="keywordtype">int</span> nummodels, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** models, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* ignore,</div>
|
|
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span>  <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* hint)></div>
|
|
<div class="line"><a name="l00434"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae3e9caa49d0765e19f66d36bdd9d0ad9"> 434</a></span>  <a class="code" href="namespaceoperations__research.html#ae3e9caa49d0765e19f66d36bdd9d0ad9">GRBtunemodels</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9cfda92e75c5591e1fc358ae8d17af71"> 435</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i)> <a class="code" href="namespaceoperations__research.html#a9cfda92e75c5591e1fc358ae8d17af71">GRBgettuneresult</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00436"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa75a43334ce89daed04193c03fa16aa6"> 436</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <span class="keywordtype">char</span>** logP)> <a class="code" href="namespaceoperations__research.html#aa75a43334ce89daed04193c03fa16aa6">GRBgettunelog</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* ignore, <a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* hint)></div>
|
|
<div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7c5f35190e6167ce22cc34ac14af0b0f"> 438</a></span>  <a class="code" href="namespaceoperations__research.html#a7c5f35190e6167ce22cc34ac14af0b0f">GRBtunemodeladv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7fafa551aefcfa96ed3416b634e2cb51"> 439</a></span> std::function<int(<a class="code" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code" href="namespaceoperations__research.html#a7fafa551aefcfa96ed3416b634e2cb51">GRBsync</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>  </div>
|
|
<div class="line"><a name="l00441"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7b04d9d37e72714a19537614c7948045"> 441</a></span> <span class="keywordtype">void</span> <a class="code" href="namespaceoperations__research.html#a7b04d9d37e72714a19537614c7948045">LoadGurobiFunctions</a>(<a class="code" href="class_dynamic_library.html">DynamicLibrary</a>* gurobi_dynamic_library) {</div>
|
|
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>  <span class="comment">// This was generated with the parse_header.py script.</span></div>
|
|
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>  <span class="comment">// See the comment at the top of the script.</span></div>
|
|
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>  </div>
|
|
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>  <span class="comment">// This is the 'assign' section.</span></div>
|
|
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>  </div>
|
|
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ac50dd406f252a5b601c25179bb0bbf9b">GRBisqp</a>, <span class="stringliteral">"GRBisqp"</span>);</div>
|
|
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a78ecb28054bcc60c58db75a60cfd53da">GRBgetattrinfo</a>, <span class="stringliteral">"GRBgetattrinfo"</span>);</div>
|
|
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ab4da3a2847e3ab527685276117114da6">GRBisattravailable</a>,</div>
|
|
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>  <span class="stringliteral">"GRBisattravailable"</span>);</div>
|
|
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#afccf2eccc1e7d4c083e47b0b19ae90be">GRBgetintattr</a>, <span class="stringliteral">"GRBgetintattr"</span>);</div>
|
|
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2f41a80190ebfeab50fd2cb4c66e51cb">GRBsetintattr</a>, <span class="stringliteral">"GRBsetintattr"</span>);</div>
|
|
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a595ec95787b121daa2b3ff34fb7ad635">GRBgetintattrelement</a>,</div>
|
|
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>  <span class="stringliteral">"GRBgetintattrelement"</span>);</div>
|
|
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3">GRBsetintattrelement</a>,</div>
|
|
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>  <span class="stringliteral">"GRBsetintattrelement"</span>);</div>
|
|
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a3d3abef27ee72c7f76a5f4f534912e07">GRBgetintattrarray</a>,</div>
|
|
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>  <span class="stringliteral">"GRBgetintattrarray"</span>);</div>
|
|
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ae77d52eaf76f5d22e25053992ff856c8">GRBsetintattrarray</a>,</div>
|
|
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>  <span class="stringliteral">"GRBsetintattrarray"</span>);</div>
|
|
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a564413251b862e671c7013ecceaaec91">GRBgetintattrlist</a>, <span class="stringliteral">"GRBgetintattrlist"</span>);</div>
|
|
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#adca5f57710d48102d1564561da8c7f21">GRBsetintattrlist</a>, <span class="stringliteral">"GRBsetintattrlist"</span>);</div>
|
|
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a08bc795589222d5e3b2281a52daf547c">GRBgetcharattrelement</a>,</div>
|
|
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>  <span class="stringliteral">"GRBgetcharattrelement"</span>);</div>
|
|
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a9ba413de24c66783a93ad29185efd573">GRBsetcharattrelement</a>,</div>
|
|
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>  <span class="stringliteral">"GRBsetcharattrelement"</span>);</div>
|
|
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a51365c8099faa36b8fed1f7d86d7ef30">GRBgetcharattrarray</a>,</div>
|
|
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>  <span class="stringliteral">"GRBgetcharattrarray"</span>);</div>
|
|
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#af0ae092f345f626ae9f6287ced1246ac">GRBsetcharattrarray</a>,</div>
|
|
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>  <span class="stringliteral">"GRBsetcharattrarray"</span>);</div>
|
|
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aa46a0f2e12a4ee86987395af2161ebd7">GRBgetcharattrlist</a>,</div>
|
|
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>  <span class="stringliteral">"GRBgetcharattrlist"</span>);</div>
|
|
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ace35865bc90d203bec63cd8a3b568201">GRBsetcharattrlist</a>,</div>
|
|
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>  <span class="stringliteral">"GRBsetcharattrlist"</span>);</div>
|
|
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a13096db0327ba8156cb2f5215eaeb9db">GRBgetdblattr</a>, <span class="stringliteral">"GRBgetdblattr"</span>);</div>
|
|
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ae6308440cc9d3ed5416cf5219f3e1fef">GRBsetdblattr</a>, <span class="stringliteral">"GRBsetdblattr"</span>);</div>
|
|
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aa5fa17837fd2d3e7f10742894060694b">GRBgetdblattrelement</a>,</div>
|
|
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>  <span class="stringliteral">"GRBgetdblattrelement"</span>);</div>
|
|
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a78a839d849c2d75ef5ff32f25fbbc4a4">GRBsetdblattrelement</a>,</div>
|
|
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  <span class="stringliteral">"GRBsetdblattrelement"</span>);</div>
|
|
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a7fe5c509c991d915e0adf06e82ede5d4">GRBgetdblattrarray</a>,</div>
|
|
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>  <span class="stringliteral">"GRBgetdblattrarray"</span>);</div>
|
|
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a5c8d0d6025d4e197d07f42c3fff209d9">GRBsetdblattrarray</a>,</div>
|
|
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>  <span class="stringliteral">"GRBsetdblattrarray"</span>);</div>
|
|
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a980298d196f397b12d15b4e9746bb8e5">GRBgetdblattrlist</a>, <span class="stringliteral">"GRBgetdblattrlist"</span>);</div>
|
|
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a1a3204269ce35fdfb007daa36385d076">GRBsetdblattrlist</a>, <span class="stringliteral">"GRBsetdblattrlist"</span>);</div>
|
|
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ad083972ef3afb9a40395258a1ce8a660">GRBgetstrattr</a>, <span class="stringliteral">"GRBgetstrattr"</span>);</div>
|
|
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aa35705a0d741e9feb147aaa89b40e721">GRBsetstrattr</a>, <span class="stringliteral">"GRBsetstrattr"</span>);</div>
|
|
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a65f88e80f6d06894c1ab1872045a7012">GRBgetstrattrelement</a>,</div>
|
|
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span>  <span class="stringliteral">"GRBgetstrattrelement"</span>);</div>
|
|
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a8b803a3721e58e0473737b38f8326dec">GRBsetstrattrelement</a>,</div>
|
|
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>  <span class="stringliteral">"GRBsetstrattrelement"</span>);</div>
|
|
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aa6e8dc7cd46d7a8b1f1b31cb443d01f0">GRBgetstrattrarray</a>,</div>
|
|
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span>  <span class="stringliteral">"GRBgetstrattrarray"</span>);</div>
|
|
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ac77d1eb29d5888064aad690e90bf59ab">GRBsetstrattrarray</a>,</div>
|
|
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span>  <span class="stringliteral">"GRBsetstrattrarray"</span>);</div>
|
|
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a138f407b59fac8fc6b6a99a9eb657109">GRBgetstrattrlist</a>, <span class="stringliteral">"GRBgetstrattrlist"</span>);</div>
|
|
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aae3b326f307ad4abed48b0ed5909e2e1">GRBsetstrattrlist</a>, <span class="stringliteral">"GRBsetstrattrlist"</span>);</div>
|
|
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aec892e2b2a70124f41f8b9744adbda67">GRBsetcallbackfunc</a>,</div>
|
|
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>  <span class="stringliteral">"GRBsetcallbackfunc"</span>);</div>
|
|
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aee29ce44eb2524566a6a787877dcd5af">GRBgetcallbackfunc</a>,</div>
|
|
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>  <span class="stringliteral">"GRBgetcallbackfunc"</span>);</div>
|
|
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0536b9b2b2d235bb94164629786c3872">GRBsetlogcallbackfunc</a>,</div>
|
|
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span>  <span class="stringliteral">"GRBsetlogcallbackfunc"</span>);</div>
|
|
<div class="line"><a name="l00505"></a><span class="lineno"> 505</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ae0da3c1f2f9d7ffbebbf2497ec36cf54">GRBsetlogcallbackfuncenv</a>,</div>
|
|
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>  <span class="stringliteral">"GRBsetlogcallbackfuncenv"</span>);</div>
|
|
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798">GRBcbget</a>, <span class="stringliteral">"GRBcbget"</span>);</div>
|
|
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a4875d465eab63e4fa296ce1f5eafd13c">GRBcbsetparam</a>, <span class="stringliteral">"GRBcbsetparam"</span>);</div>
|
|
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1">GRBcbsolution</a>, <span class="stringliteral">"GRBcbsolution"</span>);</div>
|
|
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60">GRBcbcut</a>, <span class="stringliteral">"GRBcbcut"</span>);</div>
|
|
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e">GRBcblazy</a>, <span class="stringliteral">"GRBcblazy"</span>);</div>
|
|
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a43a847958a89da5cec63d95ffb13d6ec">GRBgetcoeff</a>, <span class="stringliteral">"GRBgetcoeff"</span>);</div>
|
|
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aa0e378757a6e19aa0cde5f5b4e0be4e5">GRBgetconstrs</a>, <span class="stringliteral">"GRBgetconstrs"</span>);</div>
|
|
<div class="line"><a name="l00514"></a><span class="lineno"> 514</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a01b3827e1f863f988699cbd203ce0357">GRBXgetconstrs</a>, <span class="stringliteral">"GRBXgetconstrs"</span>);</div>
|
|
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aed6d90d614faac7e243e091d829e1e61">GRBgetvars</a>, <span class="stringliteral">"GRBgetvars"</span>);</div>
|
|
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a5d181e1ba39c37c5b081a4793bfb42fb">GRBXgetvars</a>, <span class="stringliteral">"GRBXgetvars"</span>);</div>
|
|
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a1ad7a97b209c872ff07c674fb9f3d3bd">GRBgetsos</a>, <span class="stringliteral">"GRBgetsos"</span>);</div>
|
|
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ab630313666b6fa42e9904d585e962f3d">GRBgetgenconstrMax</a>,</div>
|
|
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span>  <span class="stringliteral">"GRBgetgenconstrMax"</span>);</div>
|
|
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a72442860e69c9157fa96f9f9827ae8d7">GRBgetgenconstrMin</a>,</div>
|
|
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>  <span class="stringliteral">"GRBgetgenconstrMin"</span>);</div>
|
|
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a4aed19001b9d7e39d3422446bad167bb">GRBgetgenconstrAbs</a>,</div>
|
|
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>  <span class="stringliteral">"GRBgetgenconstrAbs"</span>);</div>
|
|
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ac964916575a2b1bc4ce4d095afd90cce">GRBgetgenconstrAnd</a>,</div>
|
|
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span>  <span class="stringliteral">"GRBgetgenconstrAnd"</span>);</div>
|
|
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a12ede98aa1b160354264c5959bb29b8b">GRBgetgenconstrOr</a>, <span class="stringliteral">"GRBgetgenconstrOr"</span>);</div>
|
|
<div class="line"><a name="l00527"></a><span class="lineno"> 527</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ae08c1f0c17eac085db3fb9883ed8e2ce">GRBgetgenconstrIndicator</a>,</div>
|
|
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>  <span class="stringliteral">"GRBgetgenconstrIndicator"</span>);</div>
|
|
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#abb73a2b44b04289ac5a327fdb8700563">GRBgetq</a>, <span class="stringliteral">"GRBgetq"</span>);</div>
|
|
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a5b60e64ef1940d05151d3be15ae8ecfc">GRBgetqconstr</a>, <span class="stringliteral">"GRBgetqconstr"</span>);</div>
|
|
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2c737eb8a24b7e35244bb0bd83bf6a05">GRBgetvarbyname</a>, <span class="stringliteral">"GRBgetvarbyname"</span>);</div>
|
|
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ad109cbad7e2286dbc3dc027c72d59e9a">GRBgetconstrbyname</a>,</div>
|
|
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>  <span class="stringliteral">"GRBgetconstrbyname"</span>);</div>
|
|
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a81d974a816aa3557f5fbafaf688aecb0">GRBgetpwlobj</a>, <span class="stringliteral">"GRBgetpwlobj"</span>);</div>
|
|
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ab850dd307ea088f49af5f192d1b8d553">GRBoptimize</a>, <span class="stringliteral">"GRBoptimize"</span>);</div>
|
|
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a338582b837297c32857ee3064f5d76f6">GRBoptimizeasync</a>, <span class="stringliteral">"GRBoptimizeasync"</span>);</div>
|
|
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a14813d901c9c777e43964dae3bd6649e">GRBcopymodel</a>, <span class="stringliteral">"GRBcopymodel"</span>);</div>
|
|
<div class="line"><a name="l00538"></a><span class="lineno"> 538</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a3eed3ea3ac73b2a6e1cc403b89404dc3">GRBfixedmodel</a>, <span class="stringliteral">"GRBfixedmodel"</span>);</div>
|
|
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#accb64b23dbf9d6eb49c6eeba5b0ac8fe">GRBfeasrelax</a>, <span class="stringliteral">"GRBfeasrelax"</span>);</div>
|
|
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ab4e6056a1117ea5f52a7d80a4656b77d">GRBgetcbwhatinfo</a>, <span class="stringliteral">"GRBgetcbwhatinfo"</span>);</div>
|
|
<div class="line"><a name="l00541"></a><span class="lineno"> 541</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a919031d2606bbb0bf865f6a100427015">GRBrelaxmodel</a>, <span class="stringliteral">"GRBrelaxmodel"</span>);</div>
|
|
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a78cfe8ff2e1c5247c6f108d29f0b26a1">GRBconverttofixed</a>, <span class="stringliteral">"GRBconverttofixed"</span>);</div>
|
|
<div class="line"><a name="l00543"></a><span class="lineno"> 543</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a56515c43759afdffa088ea12eefbd2f9">GRBpresolvemodel</a>, <span class="stringliteral">"GRBpresolvemodel"</span>);</div>
|
|
<div class="line"><a name="l00544"></a><span class="lineno"> 544</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2461b6157b655e0e47f78d6fb49ebfc3">GRBiismodel</a>, <span class="stringliteral">"GRBiismodel"</span>);</div>
|
|
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a7991662864a6d4a44c2b1cc32041a782">GRBfeasibility</a>, <span class="stringliteral">"GRBfeasibility"</span>);</div>
|
|
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a1330fa3505478eda74ac65a170a81eb7">GRBlinearizemodel</a>, <span class="stringliteral">"GRBlinearizemodel"</span>);</div>
|
|
<div class="line"><a name="l00547"></a><span class="lineno"> 547</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ad605b8a10d68f441f6ca5b07ecdb5e7c">GRBloadenvsyscb</a>, <span class="stringliteral">"GRBloadenvsyscb"</span>);</div>
|
|
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a966fc9f5d689108526c729d286c1513e">GRBreadmodel</a>, <span class="stringliteral">"GRBreadmodel"</span>);</div>
|
|
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a3563bf56338c8fb4631c6dd38833da16">GRBread</a>, <span class="stringliteral">"GRBread"</span>);</div>
|
|
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#abbd2192a0d2d43a5169ad32b6b68d329">GRBwrite</a>, <span class="stringliteral">"GRBwrite"</span>);</div>
|
|
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aad29a2acfb4524bac1fd706604bf0a4a">GRBismodelfile</a>, <span class="stringliteral">"GRBismodelfile"</span>);</div>
|
|
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a4ab43b281e41e3051160bffb32717d4e">GRBfiletype</a>, <span class="stringliteral">"GRBfiletype"</span>);</div>
|
|
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a215c388796c71648e0d4ace2d9d2aaae">GRBisrecordfile</a>, <span class="stringliteral">"GRBisrecordfile"</span>);</div>
|
|
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ad530ac40f508600aa495f638d813748b">GRBnewmodel</a>, <span class="stringliteral">"GRBnewmodel"</span>);</div>
|
|
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a4e9275c65830099c975289c4374ac1f1">GRBloadmodel</a>, <span class="stringliteral">"GRBloadmodel"</span>);</div>
|
|
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a548bfc8d376dc46ebccb92b24ce558b9">GRBXloadmodel</a>, <span class="stringliteral">"GRBXloadmodel"</span>);</div>
|
|
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a1c6070ee399de8cf94abcce6a91a5cf1">GRBaddvar</a>, <span class="stringliteral">"GRBaddvar"</span>);</div>
|
|
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aedf79171b78a3eb8a961a2711de9899f">GRBaddvars</a>, <span class="stringliteral">"GRBaddvars"</span>);</div>
|
|
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aacdc5c04fb576da0dbb6bc237270554f">GRBXaddvars</a>, <span class="stringliteral">"GRBXaddvars"</span>);</div>
|
|
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d">GRBaddconstr</a>, <span class="stringliteral">"GRBaddconstr"</span>);</div>
|
|
<div class="line"><a name="l00561"></a><span class="lineno"> 561</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a3fba738afeda2bccadc516a3dd6898d6">GRBaddconstrs</a>, <span class="stringliteral">"GRBaddconstrs"</span>);</div>
|
|
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ad52bd519ff109a24ae8f4d1be9cdb87f">GRBXaddconstrs</a>, <span class="stringliteral">"GRBXaddconstrs"</span>);</div>
|
|
<div class="line"><a name="l00563"></a><span class="lineno"> 563</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a96f6d4d0d04a57844ff0bb9972c5ce14">GRBaddrangeconstr</a>, <span class="stringliteral">"GRBaddrangeconstr"</span>);</div>
|
|
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#af00d1a86c4cc4d797a329e5dc609ed16">GRBaddrangeconstrs</a>,</div>
|
|
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span>  <span class="stringliteral">"GRBaddrangeconstrs"</span>);</div>
|
|
<div class="line"><a name="l00566"></a><span class="lineno"> 566</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ae3cc51a6018c329384e2170c1d683c5f">GRBXaddrangeconstrs</a>,</div>
|
|
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span>  <span class="stringliteral">"GRBXaddrangeconstrs"</span>);</div>
|
|
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79">GRBaddsos</a>, <span class="stringliteral">"GRBaddsos"</span>);</div>
|
|
<div class="line"><a name="l00569"></a><span class="lineno"> 569</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6">GRBaddgenconstrMax</a>,</div>
|
|
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>  <span class="stringliteral">"GRBaddgenconstrMax"</span>);</div>
|
|
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e">GRBaddgenconstrMin</a>,</div>
|
|
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span>  <span class="stringliteral">"GRBaddgenconstrMin"</span>);</div>
|
|
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4">GRBaddgenconstrAbs</a>,</div>
|
|
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>  <span class="stringliteral">"GRBaddgenconstrAbs"</span>);</div>
|
|
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e">GRBaddgenconstrAnd</a>,</div>
|
|
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>  <span class="stringliteral">"GRBaddgenconstrAnd"</span>);</div>
|
|
<div class="line"><a name="l00577"></a><span class="lineno"> 577</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b">GRBaddgenconstrOr</a>, <span class="stringliteral">"GRBaddgenconstrOr"</span>);</div>
|
|
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a7ccc0a5542bf3f96b28fe4ae8a9957e6">GRBaddgenconstrIndicator</a>,</div>
|
|
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>  <span class="stringliteral">"GRBaddgenconstrIndicator"</span>);</div>
|
|
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26">GRBaddqconstr</a>, <span class="stringliteral">"GRBaddqconstr"</span>);</div>
|
|
<div class="line"><a name="l00581"></a><span class="lineno"> 581</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a60a5873dac9575649c7b9f963bab77db">GRBaddcone</a>, <span class="stringliteral">"GRBaddcone"</span>);</div>
|
|
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658">GRBaddqpterms</a>, <span class="stringliteral">"GRBaddqpterms"</span>);</div>
|
|
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ac54f445d3f6c5a80d47fb8a9fa210eb6">GRBdelvars</a>, <span class="stringliteral">"GRBdelvars"</span>);</div>
|
|
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a71a99985c430e344241552eae729b902">GRBdelconstrs</a>, <span class="stringliteral">"GRBdelconstrs"</span>);</div>
|
|
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aaf37d51275c80ffc5a77008296834a11">GRBdelsos</a>, <span class="stringliteral">"GRBdelsos"</span>);</div>
|
|
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a26680efd805dc761c40fac467032e587">GRBdelgenconstrs</a>, <span class="stringliteral">"GRBdelgenconstrs"</span>);</div>
|
|
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a8b1747b9c06f2b83f6e5f6cf44d4f9a2">GRBdelqconstrs</a>, <span class="stringliteral">"GRBdelqconstrs"</span>);</div>
|
|
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a96d32575599fc05e0b5b74ef06bff9a7">GRBdelq</a>, <span class="stringliteral">"GRBdelq"</span>);</div>
|
|
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a6f5b8fa2fe40cae954681ba04e9cbb72">GRBchgcoeffs</a>, <span class="stringliteral">"GRBchgcoeffs"</span>);</div>
|
|
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a78ad7bad716f478511498b720963a0dc">GRBXchgcoeffs</a>, <span class="stringliteral">"GRBXchgcoeffs"</span>);</div>
|
|
<div class="line"><a name="l00591"></a><span class="lineno"> 591</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a393c95ccf66f195cf2f64c324e15bb52">GRBsetpwlobj</a>, <span class="stringliteral">"GRBsetpwlobj"</span>);</div>
|
|
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a8e39c3c540f2d5f3dc4d99d6150f2751">GRBupdatemodel</a>, <span class="stringliteral">"GRBupdatemodel"</span>);</div>
|
|
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2cb5c384e36db02403cd12debcd9f58c">GRBresetmodel</a>, <span class="stringliteral">"GRBresetmodel"</span>);</div>
|
|
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a5d18796445ee5d664e591b74df135990">GRBfreemodel</a>, <span class="stringliteral">"GRBfreemodel"</span>);</div>
|
|
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a106965afc771227c7d2637511f207be4">GRBcomputeIIS</a>, <span class="stringliteral">"GRBcomputeIIS"</span>);</div>
|
|
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a9ee4c8a0be29f13665b60300c77d6254">GRBFSolve</a>, <span class="stringliteral">"GRBFSolve"</span>);</div>
|
|
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ab688504fe54efedb7222a422d986855e">GRBBinvColj</a>, <span class="stringliteral">"GRBBinvColj"</span>);</div>
|
|
<div class="line"><a name="l00598"></a><span class="lineno"> 598</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0ee25ba46b3ec6e8a1917de7c85eb8b4">GRBBinvj</a>, <span class="stringliteral">"GRBBinvj"</span>);</div>
|
|
<div class="line"><a name="l00599"></a><span class="lineno"> 599</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a24cb552398cda7f47a1bf3a3b30a6066">GRBBSolve</a>, <span class="stringliteral">"GRBBSolve"</span>);</div>
|
|
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a05fbeac8dafe54dcb45c6308b12a29b1">GRBBinvi</a>, <span class="stringliteral">"GRBBinvi"</span>);</div>
|
|
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#afd4955fd2d0fc944542bdeef018c1076">GRBBinvRowi</a>, <span class="stringliteral">"GRBBinvRowi"</span>);</div>
|
|
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0350d7d89490d345b893a8266046c97e">GRBgetBasisHead</a>, <span class="stringliteral">"GRBgetBasisHead"</span>);</div>
|
|
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ab04a7d8d27085b384f036987e9b096fe">GRBstrongbranch</a>, <span class="stringliteral">"GRBstrongbranch"</span>);</div>
|
|
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a77452362e75e02ad509d5688110383fb">GRBcheckmodel</a>, <span class="stringliteral">"GRBcheckmodel"</span>);</div>
|
|
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#abfe522906ee13cf5e19a19ba23837eae">GRBsetsignal</a>, <span class="stringliteral">"GRBsetsignal"</span>);</div>
|
|
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a69e4cf6405f02b16450fec8e1cee1c8f">GRBterminate</a>, <span class="stringliteral">"GRBterminate"</span>);</div>
|
|
<div class="line"><a name="l00607"></a><span class="lineno"> 607</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#af67b185843e0d5fb9a1ef89560a467ee">GRBreplay</a>, <span class="stringliteral">"GRBreplay"</span>);</div>
|
|
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a8e60dbf23828dbab3e5edc97f4fff30c">GRBsetobjective</a>, <span class="stringliteral">"GRBsetobjective"</span>);</div>
|
|
<div class="line"><a name="l00609"></a><span class="lineno"> 609</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a49794c12ee443eb956b5b47019134047">GRBsetobjectiven</a>, <span class="stringliteral">"GRBsetobjectiven"</span>);</div>
|
|
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a38d3304b67d40a5dc383bdc1dd532ed7">GRBmsg</a>, <span class="stringliteral">"GRBmsg"</span>);</div>
|
|
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a4eb0cf965903cc3db13c2d0dcb81f91d">GRBgetlogfile</a>, <span class="stringliteral">"GRBgetlogfile"</span>);</div>
|
|
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0c707f33e9e2fb7e586338c7638b23ad">GRBsetlogfile</a>, <span class="stringliteral">"GRBsetlogfile"</span>);</div>
|
|
<div class="line"><a name="l00613"></a><span class="lineno"> 613</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0cf02091ea3bf58e4ffc7adf0dd0d63e">GRBgetintparam</a>, <span class="stringliteral">"GRBgetintparam"</span>);</div>
|
|
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a6dcf3eb50c1276a373935f0419c5a765">GRBgetdblparam</a>, <span class="stringliteral">"GRBgetdblparam"</span>);</div>
|
|
<div class="line"><a name="l00615"></a><span class="lineno"> 615</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2fdf58ef8256da5efa843264471266ee">GRBgetstrparam</a>, <span class="stringliteral">"GRBgetstrparam"</span>);</div>
|
|
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a56930f3670b2f5cc500e817cc7d08b01">GRBgetintparaminfo</a>,</div>
|
|
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span>  <span class="stringliteral">"GRBgetintparaminfo"</span>);</div>
|
|
<div class="line"><a name="l00618"></a><span class="lineno"> 618</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0cb2142f9020f13ce53e664dadf41d15">GRBgetdblparaminfo</a>,</div>
|
|
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>  <span class="stringliteral">"GRBgetdblparaminfo"</span>);</div>
|
|
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#afe1567867886764f892d7b22ca1dd286">GRBgetstrparaminfo</a>,</div>
|
|
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span>  <span class="stringliteral">"GRBgetstrparaminfo"</span>);</div>
|
|
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201">GRBsetparam</a>, <span class="stringliteral">"GRBsetparam"</span>);</div>
|
|
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a458a2341c2bfe0530114105a7a42c183">GRBsetintparam</a>, <span class="stringliteral">"GRBsetintparam"</span>);</div>
|
|
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#afee86075f779c39746c2f754f00bcd3d">GRBsetdblparam</a>, <span class="stringliteral">"GRBsetdblparam"</span>);</div>
|
|
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a74b18678cc9c559566d9b5084096e2b4">GRBsetstrparam</a>, <span class="stringliteral">"GRBsetstrparam"</span>);</div>
|
|
<div class="line"><a name="l00626"></a><span class="lineno"> 626</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ad302f1792b046e5c4902dccea31f35a8">GRBgetparamtype</a>, <span class="stringliteral">"GRBgetparamtype"</span>);</div>
|
|
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a7cceb4c997fc06f43522a150e7a42791">GRBresetparams</a>, <span class="stringliteral">"GRBresetparams"</span>);</div>
|
|
<div class="line"><a name="l00628"></a><span class="lineno"> 628</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a5b95a28bdf709458488fdffe0da6a8e1">GRBcopyparams</a>, <span class="stringliteral">"GRBcopyparams"</span>);</div>
|
|
<div class="line"><a name="l00629"></a><span class="lineno"> 629</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a38babfaae1a96832712010370103fd02">GRBwriteparams</a>, <span class="stringliteral">"GRBwriteparams"</span>);</div>
|
|
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a84185e62d04c6d6e6aef91677caf0004">GRBreadparams</a>, <span class="stringliteral">"GRBreadparams"</span>);</div>
|
|
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a13cdbf0c441c70cbf97dcbd3be562b79">GRBgetnumparams</a>, <span class="stringliteral">"GRBgetnumparams"</span>);</div>
|
|
<div class="line"><a name="l00632"></a><span class="lineno"> 632</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a264d73546333400db18b331204b93e27">GRBgetparamname</a>, <span class="stringliteral">"GRBgetparamname"</span>);</div>
|
|
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aff5b1ba91c932d5b2f450dea4b82f014">GRBgetnumattributes</a>,</div>
|
|
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span>  <span class="stringliteral">"GRBgetnumattributes"</span>);</div>
|
|
<div class="line"><a name="l00635"></a><span class="lineno"> 635</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#adf75271a6a8fe0be3ffb7748067cdfc6">GRBgetattrname</a>, <span class="stringliteral">"GRBgetattrname"</span>);</div>
|
|
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd">GRBloadenv</a>, <span class="stringliteral">"GRBloadenv"</span>);</div>
|
|
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a24870afb12d63c7997fca17a2a4843b2">GRBloadenvadv</a>, <span class="stringliteral">"GRBloadenvadv"</span>);</div>
|
|
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a4ac56c12ba0ad995ef614466a8025831">GRBloadclientenv</a>, <span class="stringliteral">"GRBloadclientenv"</span>);</div>
|
|
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a60630a17f179047d7bff24ee7864ae3c">GRBloadclientenvadv</a>,</div>
|
|
<div class="line"><a name="l00640"></a><span class="lineno"> 640</span>  <span class="stringliteral">"GRBloadclientenvadv"</span>);</div>
|
|
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a0ddde9dcfd236fc86886a48e6a6eac1e">GRBloadcloudenv</a>, <span class="stringliteral">"GRBloadcloudenv"</span>);</div>
|
|
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a994ad44d1f36788ed18b01a399697e81">GRBloadcloudenvadv</a>,</div>
|
|
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>  <span class="stringliteral">"GRBloadcloudenvadv"</span>);</div>
|
|
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a7107d55540a5ebdf66762aa4ee42e404">GRBgetenv</a>, <span class="stringliteral">"GRBgetenv"</span>);</div>
|
|
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a59561b4c0898433cff3614fc838c0df7">GRBgetconcurrentenv</a>,</div>
|
|
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>  <span class="stringliteral">"GRBgetconcurrentenv"</span>);</div>
|
|
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a137a0f7a165ae6d0e04ed22f961a0aac">GRBdiscardconcurrentenvs</a>,</div>
|
|
<div class="line"><a name="l00648"></a><span class="lineno"> 648</span>  <span class="stringliteral">"GRBdiscardconcurrentenvs"</span>);</div>
|
|
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2c48e2d1abb50ce94b53b70ac609f54d">GRBgetmultiobjenv</a>, <span class="stringliteral">"GRBgetmultiobjenv"</span>);</div>
|
|
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ac8714f56078d46528a38459e381d0146">GRBdiscardmultiobjenvs</a>,</div>
|
|
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>  <span class="stringliteral">"GRBdiscardmultiobjenvs"</span>);</div>
|
|
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a8a8dfae71145bc97c2e8003db54fc04d">GRBreleaselicense</a>, <span class="stringliteral">"GRBreleaselicense"</span>);</div>
|
|
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b">GRBfreeenv</a>, <span class="stringliteral">"GRBfreeenv"</span>);</div>
|
|
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2">GRBgeterrormsg</a>, <span class="stringliteral">"GRBgeterrormsg"</span>);</div>
|
|
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a8cd0731815c3642ba38c92daad39b608">GRBgetmerrormsg</a>, <span class="stringliteral">"GRBgetmerrormsg"</span>);</div>
|
|
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a2d8a3119d1dbb2397caf41c215e1bf4d">GRBversion</a>, <span class="stringliteral">"GRBversion"</span>);</div>
|
|
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a24d4a81ddd386e3302f17cd46e286955">GRBplatform</a>, <span class="stringliteral">"GRBplatform"</span>);</div>
|
|
<div class="line"><a name="l00658"></a><span class="lineno"> 658</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a9ccab3c5dbb8265394818c0d09b43a74">GRBtunemodel</a>, <span class="stringliteral">"GRBtunemodel"</span>);</div>
|
|
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#ae3e9caa49d0765e19f66d36bdd9d0ad9">GRBtunemodels</a>, <span class="stringliteral">"GRBtunemodels"</span>);</div>
|
|
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a9cfda92e75c5591e1fc358ae8d17af71">GRBgettuneresult</a>, <span class="stringliteral">"GRBgettuneresult"</span>);</div>
|
|
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#aa75a43334ce89daed04193c03fa16aa6">GRBgettunelog</a>, <span class="stringliteral">"GRBgettunelog"</span>);</div>
|
|
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a7c5f35190e6167ce22cc34ac14af0b0f">GRBtunemodeladv</a>, <span class="stringliteral">"GRBtunemodeladv"</span>);</div>
|
|
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>  gurobi_dynamic_library-><a class="code" href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">GetFunction</a>(&<a class="code" href="namespaceoperations__research.html#a7fafa551aefcfa96ed3416b634e2cb51">GRBsync</a>, <span class="stringliteral">"GRBsync"</span>);</div>
|
|
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span> }</div>
|
|
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span>  </div>
|
|
<div class="line"><a name="l00666"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9b7748d8d903a762a56bcc1006eb40be"> 666</a></span> std::vector<std::string> <a class="code" href="namespaceoperations__research.html#a9b7748d8d903a762a56bcc1006eb40be">GurobiDynamicLibraryPotentialPaths</a>() {</div>
|
|
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>  std::vector<std::string> potential_paths;</div>
|
|
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span>  <span class="keyword">const</span> std::vector<std::string> kGurobiVersions = {<span class="stringliteral">"911"</span>, <span class="stringliteral">"910"</span>, <span class="stringliteral">"903"</span>, <span class="stringliteral">"902"</span>,</div>
|
|
<div class="line"><a name="l00669"></a><span class="lineno"> 669</span>  <span class="stringliteral">"811"</span>, <span class="stringliteral">"801"</span>, <span class="stringliteral">"752"</span>};</div>
|
|
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span>  </div>
|
|
<div class="line"><a name="l00671"></a><span class="lineno"> 671</span>  <span class="comment">// Look for libraries pointed by GUROBI_HOME first.</span></div>
|
|
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* gurobi_home_from_env = getenv(<span class="stringliteral">"GUROBI_HOME"</span>);</div>
|
|
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>  <span class="keywordflow">if</span> (gurobi_home_from_env != <span class="keyword">nullptr</span>) {</div>
|
|
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span>  <span class="keywordflow">for</span> (<span class="keyword">const</span> std::string& version : kGurobiVersions) {</div>
|
|
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span>  <span class="keyword">const</span> std::string lib = version.substr(0, 2);</div>
|
|
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span> <span class="preprocessor">#if defined(_MSC_VER) </span><span class="comment">// Windows</span></div>
|
|
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>  potential_paths.push_back(</div>
|
|
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>  absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"\\bin\\gurobi"</span>, lib, <span class="stringliteral">".dll"</span>));</div>
|
|
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span> <span class="preprocessor">#elif defined(__APPLE__) </span><span class="comment">// OS X</span></div>
|
|
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>  potential_paths.push_back(</div>
|
|
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>  absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"/lib/libgurobi"</span>, lib, <span class="stringliteral">".dylib"</span>));</div>
|
|
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span> <span class="preprocessor">#elif defined(__GNUC__) </span><span class="comment">// Linux</span></div>
|
|
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>  potential_paths.push_back(</div>
|
|
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span>  absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"/lib/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>  potential_paths.push_back(</div>
|
|
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>  absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"/lib64/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span> <span class="preprocessor">#else</span></div>
|
|
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>  <a class="code" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code" href="log__severity_8h.html#ac9bcbe19995a8140cd4ec61773cd6e67">ERROR</a>) << <span class="stringliteral">"OS Not recognized by gurobi/environment.cc."</span></div>
|
|
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>  << <span class="stringliteral">" You won't be able to use Gurobi."</span>;</div>
|
|
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span> <span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span>  }</div>
|
|
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>  }</div>
|
|
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>  </div>
|
|
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span>  <span class="comment">// Search for canonical places.</span></div>
|
|
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span>  <span class="keywordflow">for</span> (<span class="keyword">const</span> std::string& version : kGurobiVersions) {</div>
|
|
<div class="line"><a name="l00696"></a><span class="lineno"> 696</span>  <span class="keyword">const</span> std::string lib = version.substr(0, 2);</div>
|
|
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span> <span class="preprocessor">#if defined(_MSC_VER) </span><span class="comment">// Windows</span></div>
|
|
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span>  potential_paths.push_back(absl::StrCat(<span class="stringliteral">"C:\\Program Files\\gurobi"</span>, version,</div>
|
|
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span>  <span class="stringliteral">"\\win64\\bin\\gurobi"</span>, lib,</div>
|
|
<div class="line"><a name="l00700"></a><span class="lineno"> 700</span>  <span class="stringliteral">".dll"</span>));</div>
|
|
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span> <span class="preprocessor">#elif defined(__APPLE__) </span><span class="comment">// OS X</span></div>
|
|
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span>  potential_paths.push_back(absl::StrCat(</div>
|
|
<div class="line"><a name="l00703"></a><span class="lineno"> 703</span>  <span class="stringliteral">"/Library/gurobi"</span>, version, <span class="stringliteral">"/mac64/lib/libgurobi"</span>, lib, <span class="stringliteral">".dylib"</span>));</div>
|
|
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span> <span class="preprocessor">#elif defined(__GNUC__) </span><span class="comment">// Linux</span></div>
|
|
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span>  potential_paths.push_back(absl::StrCat(</div>
|
|
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span>  <span class="stringliteral">"/opt/gurobi"</span>, version, <span class="stringliteral">"/linux64/lib/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>  potential_paths.push_back(absl::StrCat(</div>
|
|
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>  <span class="stringliteral">"/opt/gurobi"</span>, version, <span class="stringliteral">"/linux64/lib64/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>  potential_paths.push_back(</div>
|
|
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>  absl::StrCat(<span class="stringliteral">"/opt/gurobi/linux64/lib/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a name="l00711"></a><span class="lineno"> 711</span>  potential_paths.push_back(</div>
|
|
<div class="line"><a name="l00712"></a><span class="lineno"> 712</span>  absl::StrCat(<span class="stringliteral">"/opt/gurobi/linux64/lib64/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a name="l00713"></a><span class="lineno"> 713</span> <span class="preprocessor">#else</span></div>
|
|
<div class="line"><a name="l00714"></a><span class="lineno"> 714</span>  <a class="code" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code" href="log__severity_8h.html#ac9bcbe19995a8140cd4ec61773cd6e67">ERROR</a>) << <span class="stringliteral">"OS Not recognized by gurobi/environment.cc."</span></div>
|
|
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span>  << <span class="stringliteral">" You won't be able to use Gurobi."</span>;</div>
|
|
<div class="line"><a name="l00716"></a><span class="lineno"> 716</span> <span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a name="l00717"></a><span class="lineno"> 717</span>  }</div>
|
|
<div class="line"><a name="l00718"></a><span class="lineno"> 718</span>  <span class="keywordflow">return</span> potential_paths;</div>
|
|
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span> }</div>
|
|
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span>  </div>
|
|
<div class="line"><a name="l00721"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad6c6ca37ce0f44ef738366070fe992a4"> 721</a></span> absl::Status <a class="code" href="namespaceoperations__research.html#ad6c6ca37ce0f44ef738366070fe992a4">LoadGurobiDynamicLibrary</a>(</div>
|
|
<div class="line"><a name="l00722"></a><span class="lineno"> 722</span>  std::vector<std::string> potential_paths) {</div>
|
|
<div class="line"><a name="l00723"></a><span class="lineno"> 723</span>  <span class="keyword">static</span> std::once_flag gurobi_loading_done;</div>
|
|
<div class="line"><a name="l00724"></a><span class="lineno"> 724</span>  <span class="keyword">static</span> absl::Status gurobi_load_status;</div>
|
|
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span>  <span class="keyword">static</span> <a class="code" href="class_dynamic_library.html">DynamicLibrary</a> gurobi_library;</div>
|
|
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span>  <span class="keyword">static</span> absl::Mutex mutex;</div>
|
|
<div class="line"><a name="l00727"></a><span class="lineno"> 727</span>  </div>
|
|
<div class="line"><a name="l00728"></a><span class="lineno"> 728</span>  absl::MutexLock lock(&mutex);</div>
|
|
<div class="line"><a name="l00729"></a><span class="lineno"> 729</span>  </div>
|
|
<div class="line"><a name="l00730"></a><span class="lineno"> 730</span>  std::call_once(gurobi_loading_done, [&potential_paths]() {</div>
|
|
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span>  <span class="keyword">const</span> std::vector<std::string> canonical_paths =</div>
|
|
<div class="line"><a name="l00732"></a><span class="lineno"> 732</span>  <a class="code" href="namespaceoperations__research.html#a9b7748d8d903a762a56bcc1006eb40be">GurobiDynamicLibraryPotentialPaths</a>();</div>
|
|
<div class="line"><a name="l00733"></a><span class="lineno"> 733</span>  potential_paths.insert(potential_paths.end(), canonical_paths.begin(),</div>
|
|
<div class="line"><a name="l00734"></a><span class="lineno"> 734</span>  canonical_paths.end());</div>
|
|
<div class="line"><a name="l00735"></a><span class="lineno"> 735</span>  <span class="keywordflow">for</span> (<span class="keyword">const</span> std::string& path : potential_paths) {</div>
|
|
<div class="line"><a name="l00736"></a><span class="lineno"> 736</span>  <span class="keywordflow">if</span> (gurobi_library.<a class="code" href="class_dynamic_library.html#a7c961d016cc8694db859ca9260f3e553">TryToLoad</a>(path)) {</div>
|
|
<div class="line"><a name="l00737"></a><span class="lineno"> 737</span>  <a class="code" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code" href="log__severity_8h.html#ab4a2cbab234914b320b7fae11b6e8cb9">INFO</a>) << <span class="stringliteral">"Found the Gurobi library in '"</span> << path << <span class="stringliteral">"."</span>;</div>
|
|
<div class="line"><a name="l00738"></a><span class="lineno"> 738</span>  <span class="keywordflow">break</span>;</div>
|
|
<div class="line"><a name="l00739"></a><span class="lineno"> 739</span>  }</div>
|
|
<div class="line"><a name="l00740"></a><span class="lineno"> 740</span>  }</div>
|
|
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span>  </div>
|
|
<div class="line"><a name="l00742"></a><span class="lineno"> 742</span>  <span class="keywordflow">if</span> (gurobi_library.<a class="code" href="class_dynamic_library.html#afc2eff6666031583a0f6c183f2e3ed52">LibraryIsLoaded</a>()) {</div>
|
|
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span>  <a class="code" href="namespaceoperations__research.html#a7b04d9d37e72714a19537614c7948045">LoadGurobiFunctions</a>(&gurobi_library);</div>
|
|
<div class="line"><a name="l00744"></a><span class="lineno"> 744</span>  gurobi_load_status = absl::OkStatus();</div>
|
|
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span>  gurobi_load_status = absl::NotFoundError(absl::StrCat(</div>
|
|
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span>  <span class="stringliteral">"Could not find the Gurobi shared library. Looked in: ["</span>,</div>
|
|
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span>  absl::StrJoin(potential_paths, <span class="stringliteral">"', '"</span>),</div>
|
|
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span>  <span class="stringliteral">"]. If you know where it"</span></div>
|
|
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span>  <span class="stringliteral">" is, pass the full path to 'LoadGurobiDynamicLibrary()'."</span>));</div>
|
|
<div class="line"><a name="l00751"></a><span class="lineno"> 751</span>  }</div>
|
|
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span>  });</div>
|
|
<div class="line"><a name="l00753"></a><span class="lineno"> 753</span>  <span class="keywordflow">return</span> gurobi_load_status;</div>
|
|
<div class="line"><a name="l00754"></a><span class="lineno"> 754</span> }</div>
|
|
<div class="line"><a name="l00755"></a><span class="lineno"> 755</span>  </div>
|
|
<div class="line"><a name="l00756"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6fb0c68e3b93033a6161597239899e38"> 756</a></span> absl::StatusOr<GRBenv*> <a class="code" href="namespaceoperations__research.html#a6fb0c68e3b93033a6161597239899e38">GetGurobiEnv</a>() {</div>
|
|
<div class="line"><a name="l00757"></a><span class="lineno"> 757</span>  <a class="code" href="status__macros_8h.html#acdc223d8c59d5c591dc6b4e88257627b">RETURN_IF_ERROR</a>(<a class="code" href="namespaceoperations__research.html#ad6c6ca37ce0f44ef738366070fe992a4">LoadGurobiDynamicLibrary</a>({}));</div>
|
|
<div class="line"><a name="l00758"></a><span class="lineno"> 758</span>  </div>
|
|
<div class="line"><a name="l00759"></a><span class="lineno"> 759</span>  <a class="code" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a name="l00760"></a><span class="lineno"> 760</span>  </div>
|
|
<div class="line"><a name="l00761"></a><span class="lineno"> 761</span>  <span class="keywordflow">if</span> (<a class="code" href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd">GRBloadenv</a>(&env, <span class="keyword">nullptr</span>) != 0 || env == <span class="keyword">nullptr</span>) {</div>
|
|
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span>  <span class="keywordflow">return</span> absl::FailedPreconditionError(</div>
|
|
<div class="line"><a name="l00763"></a><span class="lineno"> 763</span>  absl::StrCat(<span class="stringliteral">"Found the Gurobi shared library, but could not create "</span></div>
|
|
<div class="line"><a name="l00764"></a><span class="lineno"> 764</span>  <span class="stringliteral">"Gurobi environment: is Gurobi licensed on this machine?"</span>,</div>
|
|
<div class="line"><a name="l00765"></a><span class="lineno"> 765</span>  <a class="code" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2">GRBgeterrormsg</a>(env)));</div>
|
|
<div class="line"><a name="l00766"></a><span class="lineno"> 766</span>  }</div>
|
|
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span>  <span class="keywordflow">return</span> env;</div>
|
|
<div class="line"><a name="l00768"></a><span class="lineno"> 768</span> }</div>
|
|
<div class="line"><a name="l00769"></a><span class="lineno"> 769</span>  </div>
|
|
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span> } <span class="comment">// namespace operations_research</span></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_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#l00423">base/logging.h:423</a></div></div>
|
|
<div class="ttc" id="aclass_dynamic_library_html"><div class="ttname"><a href="class_dynamic_library.html">DynamicLibrary</a></div><div class="ttdef"><b>Definition:</b> <a href="dynamic__library_8h_source.html#l00030">dynamic_library.h:30</a></div></div>
|
|
<div class="ttc" id="aclass_dynamic_library_html_a20afab9ed7f3ab0ec028854573061c04"><div class="ttname"><a href="class_dynamic_library.html#a20afab9ed7f3ab0ec028854573061c04">DynamicLibrary::GetFunction</a></div><div class="ttdeci">std::function< T > GetFunction(const char *function_name)</div><div class="ttdef"><b>Definition:</b> <a href="dynamic__library_8h_source.html#l00059">dynamic_library.h:59</a></div></div>
|
|
<div class="ttc" id="aclass_dynamic_library_html_a7c961d016cc8694db859ca9260f3e553"><div class="ttname"><a href="class_dynamic_library.html#a7c961d016cc8694db859ca9260f3e553">DynamicLibrary::TryToLoad</a></div><div class="ttdeci">bool TryToLoad(const std::string &library_name)</div><div class="ttdef"><b>Definition:</b> <a href="dynamic__library_8h_source.html#l00046">dynamic_library.h:46</a></div></div>
|
|
<div class="ttc" id="aclass_dynamic_library_html_afc2eff6666031583a0f6c183f2e3ed52"><div class="ttname"><a href="class_dynamic_library.html#afc2eff6666031583a0f6c183f2e3ed52">DynamicLibrary::LibraryIsLoaded</a></div><div class="ttdeci">bool LibraryIsLoaded() const</div><div class="ttdef"><b>Definition:</b> <a href="dynamic__library_8h_source.html#l00056">dynamic_library.h:56</a></div></div>
|
|
<div class="ttc" id="aconstraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683"><div class="ttname"><a href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a></div><div class="ttdeci">int64_t b</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00047">constraint_solver/table.cc:47</a></div></div>
|
|
<div class="ttc" id="adefault__search_8cc_html_ac673bc430bdc3fdaa09f7becf98ef267"><div class="ttname"><a href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a></div><div class="ttdeci">const std::string name</div><div class="ttdef"><b>Definition:</b> <a href="default__search_8cc_source.html#l00813">default_search.cc:813</a></div></div>
|
|
<div class="ttc" id="ademon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html"><div class="ttname"><a href="environment_8h.html">environment.h</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_a2671f4eee19af5c3643a39421c4e16f7"><div class="ttname"><a href="environment_8h.html#a2671f4eee19af5c3643a39421c4e16f7">THREADCREATECB_ARGS</a></div><div class="ttdeci">#define THREADCREATECB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00405">environment.h:405</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_a288f0600218f400d9e3f90279d21c37d"><div class="ttname"><a href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a></div><div class="ttdeci">#define GUROBI_STDCALL</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00036">environment.h:36</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_a2963ba0c46b86ac4680fb3bb4ca8b2f3"><div class="ttname"><a href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a></div><div class="ttdeci">struct _GRBenv GRBenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00001">environment.h:25</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_a4029272666dfcff1fa54cf75875757b0"><div class="ttname"><a href="environment_8h.html#a4029272666dfcff1fa54cf75875757b0">CALLOCCB_ARGS</a></div><div class="ttdeci">#define CALLOCCB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00402">environment.h:402</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_a44e6093be90f69d1250ec6e95efe21e2"><div class="ttname"><a href="environment_8h.html#a44e6093be90f69d1250ec6e95efe21e2">FREECB_ARGS</a></div><div class="ttdeci">#define FREECB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00404">environment.h:404</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_a865e461c79c88bc5c0d5f56087ae4876"><div class="ttname"><a href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a></div><div class="ttdeci">struct _GRBmodel GRBmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00001">environment.h:24</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_a9230a7d1f7e6b34fba884c09793bd9ea"><div class="ttname"><a href="environment_8h.html#a9230a7d1f7e6b34fba884c09793bd9ea">THREADJOINCB_ARGS</a></div><div class="ttdeci">#define THREADJOINCB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00406">environment.h:406</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_acae510fad67df1a4e9eb1755f963fd76"><div class="ttname"><a href="environment_8h.html#acae510fad67df1a4e9eb1755f963fd76">REALLOCCB_ARGS</a></div><div class="ttdeci">#define REALLOCCB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00403">environment.h:403</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_ae7ac10908b369bb98f65176f989ca58a"><div class="ttname"><a href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a></div><div class="ttdeci">#define CB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00147">environment.h:147</a></div></div>
|
|
<div class="ttc" id="aenvironment_8h_html_aeda0314230a4d6141ce93ee379460901"><div class="ttname"><a href="environment_8h.html#aeda0314230a4d6141ce93ee379460901">MALLOCCB_ARGS</a></div><div class="ttdeci">#define MALLOCCB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00401">environment.h:401</a></div></div>
|
|
<div class="ttc" id="aexpr__array_8cc_html_a472a99923cbe11ae7b5a5d157d9ad465"><div class="ttname"><a href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a></div><div class="ttdeci">IntVar * var</div><div class="ttdef"><b>Definition:</b> <a href="expr__array_8cc_source.html#l01874">expr_array.cc:1874</a></div></div>
|
|
<div class="ttc" id="agurobi__interface_8cc_html_a0728f23c9a47655d38e0bf1a2f200bcf"><div class="ttname"><a href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a></div><div class="ttdeci">GRBmodel * model</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__interface_8cc_source.html#l00273">gurobi_interface.cc:273</a></div></div>
|
|
<div class="ttc" id="agurobi__interface_8cc_html_a675dd47bbf0a66c9cb592047797a6d69"><div class="ttname"><a href="gurobi__interface_8cc.html#a675dd47bbf0a66c9cb592047797a6d69">where</a></div><div class="ttdeci">int where</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__interface_8cc_source.html#l00275">gurobi_interface.cc:275</a></div></div>
|
|
<div class="ttc" id="alog__severity_8h_html_ab4a2cbab234914b320b7fae11b6e8cb9"><div class="ttname"><a href="log__severity_8h.html#ab4a2cbab234914b320b7fae11b6e8cb9">INFO</a></div><div class="ttdeci">const int INFO</div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00031">log_severity.h:31</a></div></div>
|
|
<div class="ttc" id="alog__severity_8h_html_ac9bcbe19995a8140cd4ec61773cd6e67"><div class="ttname"><a href="log__severity_8h.html#ac9bcbe19995a8140cd4ec61773cd6e67">ERROR</a></div><div class="ttdeci">const int ERROR</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="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="anamespaceoperations__research_html_a01b3827e1f863f988699cbd203ce0357"><div class="ttname"><a href="namespaceoperations__research.html#a01b3827e1f863f988699cbd203ce0357">operations_research::GRBXgetconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, size_t *numnzP, size_t *cbeg, int *cind, double *cval, int start, int len)> GRBXgetconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00166">environment.cc:166</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0350d7d89490d345b893a8266046c97e"><div class="ttname"><a href="namespaceoperations__research.html#a0350d7d89490d345b893a8266046c97e">operations_research::GRBgetBasisHead</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int *bhead)> GRBgetBasisHead</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00343">environment.cc:343</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0536b9b2b2d235bb94164629786c3872"><div class="ttname"><a href="namespaceoperations__research.html#a0536b9b2b2d235bb94164629786c3872">operations_research::GRBsetlogcallbackfunc</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int(GUROBI_STDCALL *cb)(char *msg))> GRBsetlogcallbackfunc</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00144">environment.cc:144</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a05fbeac8dafe54dcb45c6308b12a29b1"><div class="ttname"><a href="namespaceoperations__research.html#a05fbeac8dafe54dcb45c6308b12a29b1">operations_research::GRBBinvi</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int i, GRBsvec *x)> GRBBinvi</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00341">environment.cc:341</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a08bc795589222d5e3b2281a52daf547c"><div class="ttname"><a href="namespaceoperations__research.html#a08bc795589222d5e3b2281a52daf547c">operations_research::GRBgetcharattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, char *valueP)> GRBgetcharattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00078">environment.cc:78</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0c707f33e9e2fb7e586338c7638b23ad"><div class="ttname"><a href="namespaceoperations__research.html#a0c707f33e9e2fb7e586338c7638b23ad">operations_research::GRBsetlogfile</a></div><div class="ttdeci">std::function< int(GRBenv *env, FILE *logfile)> GRBsetlogfile</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00361">environment.cc:361</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0cb2142f9020f13ce53e664dadf41d15"><div class="ttname"><a href="namespaceoperations__research.html#a0cb2142f9020f13ce53e664dadf41d15">operations_research::GRBgetdblparaminfo</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, double *valueP, double *minP, double *maxP, double *defP)> GRBgetdblparaminfo</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00373">environment.cc:373</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0cf02091ea3bf58e4ffc7adf0dd0d63e"><div class="ttname"><a href="namespaceoperations__research.html#a0cf02091ea3bf58e4ffc7adf0dd0d63e">operations_research::GRBgetintparam</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, int *valueP)> GRBgetintparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00363">environment.cc:363</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0ddde9dcfd236fc86886a48e6a6eac1e"><div class="ttname"><a href="namespaceoperations__research.html#a0ddde9dcfd236fc86886a48e6a6eac1e">operations_research::GRBloadcloudenv</a></div><div class="ttdeci">std::function< int(GRBenv **envP, const char *logfilename, const char *accessID, const char *secretKey, const char *pool)> GRBloadcloudenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00413">environment.cc:413</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0e37c85f04063d4186729869fab0818e"><div class="ttname"><a href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e">operations_research::GRBaddgenconstrMin</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars, double constant)> GRBaddgenconstrMin</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00297">environment.cc:297</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0ee25ba46b3ec6e8a1917de7c85eb8b4"><div class="ttname"><a href="namespaceoperations__research.html#a0ee25ba46b3ec6e8a1917de7c85eb8b4">operations_research::GRBBinvj</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int j, GRBsvec *x)> GRBBinvj</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00339">environment.cc:339</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a0f84ff594da652e1b34b0050218d369d"><div class="ttname"><a href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d">operations_research::GRBaddconstr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numnz, int *cind, double *cval, char sense, double rhs, const char *constrname)> GRBaddconstr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00269">environment.cc:269</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a106965afc771227c7d2637511f207be4"><div class="ttname"><a href="namespaceoperations__research.html#a106965afc771227c7d2637511f207be4">operations_research::GRBcomputeIIS</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBcomputeIIS</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00336">environment.cc:336</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a12ede98aa1b160354264c5959bb29b8b"><div class="ttname"><a href="namespaceoperations__research.html#a12ede98aa1b160354264c5959bb29b8b">operations_research::GRBgetgenconstrOr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int genconstr, int *resvarP, int *nvarsP, int *vars)> GRBgetgenconstrOr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00189">environment.cc:189</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a13096db0327ba8156cb2f5215eaeb9db"><div class="ttname"><a href="namespaceoperations__research.html#a13096db0327ba8156cb2f5215eaeb9db">operations_research::GRBgetdblattr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, double *valueP)> GRBgetdblattr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00095">environment.cc:95</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a1330fa3505478eda74ac65a170a81eb7"><div class="ttname"><a href="namespaceoperations__research.html#a1330fa3505478eda74ac65a170a81eb7">operations_research::GRBlinearizemodel</a></div><div class="ttdeci">std::function< GRBmodel *(GRBmodel *model)> GRBlinearizemodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00222">environment.cc:222</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a137a0f7a165ae6d0e04ed22f961a0aac"><div class="ttname"><a href="namespaceoperations__research.html#a137a0f7a165ae6d0e04ed22f961a0aac">operations_research::GRBdiscardconcurrentenvs</a></div><div class="ttdeci">std::function< void(GRBmodel *model)> GRBdiscardconcurrentenvs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00421">environment.cc:421</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a138f407b59fac8fc6b6a99a9eb657109"><div class="ttname"><a href="namespaceoperations__research.html#a138f407b59fac8fc6b6a99a9eb657109">operations_research::GRBgetstrattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, char **values)> GRBgetstrattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00134">environment.cc:134</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a13cdbf0c441c70cbf97dcbd3be562b79"><div class="ttname"><a href="namespaceoperations__research.html#a13cdbf0c441c70cbf97dcbd3be562b79">operations_research::GRBgetnumparams</a></div><div class="ttdeci">std::function< int(GRBenv *env)> GRBgetnumparams</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00390">environment.cc:390</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a14813d901c9c777e43964dae3bd6649e"><div class="ttname"><a href="namespaceoperations__research.html#a14813d901c9c777e43964dae3bd6649e">operations_research::GRBcopymodel</a></div><div class="ttdeci">std::function< GRBmodel *(GRBmodel *model)> GRBcopymodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00209">environment.cc:209</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a17b7ef8efa1ddc5320f4e41f529bcb26"><div class="ttname"><a href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26">operations_research::GRBaddqconstr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numlnz, int *lind, double *lval, int numqnz, int *qrow, int *qcol, double *qval, char sense, double rhs, const char *QCname)> GRBaddqconstr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00313">environment.cc:313</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a1a3204269ce35fdfb007daa36385d076"><div class="ttname"><a href="namespaceoperations__research.html#a1a3204269ce35fdfb007daa36385d076">operations_research::GRBsetdblattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, double *newvalues)> GRBsetdblattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00115">environment.cc:115</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a1ad7a97b209c872ff07c674fb9f3d3bd"><div class="ttname"><a href="namespaceoperations__research.html#a1ad7a97b209c872ff07c674fb9f3d3bd">operations_research::GRBgetsos</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int *nummembersP, int *sostype, int *beg, int *ind, double *weight, int start, int len)> GRBgetsos</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00175">environment.cc:175</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a1c6070ee399de8cf94abcce6a91a5cf1"><div class="ttname"><a href="namespaceoperations__research.html#a1c6070ee399de8cf94abcce6a91a5cf1">operations_research::GRBaddvar</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numnz, int *vind, double *vval, double obj, double lb, double ub, char vtype, const char *varname)> GRBaddvar</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00258">environment.cc:258</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a215c388796c71648e0d4ace2d9d2aaae"><div class="ttname"><a href="namespaceoperations__research.html#a215c388796c71648e0d4ace2d9d2aaae">operations_research::GRBisrecordfile</a></div><div class="ttdeci">std::function< int(const char *filename)> GRBisrecordfile</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00238">environment.cc:238</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2461b6157b655e0e47f78d6fb49ebfc3"><div class="ttname"><a href="namespaceoperations__research.html#a2461b6157b655e0e47f78d6fb49ebfc3">operations_research::GRBiismodel</a></div><div class="ttdeci">std::function< GRBmodel *(GRBmodel *model)> GRBiismodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00220">environment.cc:220</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a24870afb12d63c7997fca17a2a4843b2"><div class="ttname"><a href="namespaceoperations__research.html#a24870afb12d63c7997fca17a2a4843b2">operations_research::GRBloadenvadv</a></div><div class="ttdeci">std::function< int(GRBenv **envP, const char *logfilename, int apitype, int major, int minor, int tech, int(GUROBI_STDCALL *cb)(CB_ARGS), void *usrdata)> GRBloadenvadv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00400">environment.cc:400</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a24cb552398cda7f47a1bf3a3b30a6066"><div class="ttname"><a href="namespaceoperations__research.html#a24cb552398cda7f47a1bf3a3b30a6066">operations_research::GRBBSolve</a></div><div class="ttdeci">std::function< int(GRBmodel *model, GRBsvec *b, GRBsvec *x)> GRBBSolve</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00340">environment.cc:340</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a24d4a81ddd386e3302f17cd46e286955"><div class="ttname"><a href="namespaceoperations__research.html#a24d4a81ddd386e3302f17cd46e286955">operations_research::GRBplatform</a></div><div class="ttdeci">std::function< char *(void)> GRBplatform</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00430">environment.cc:430</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a264d73546333400db18b331204b93e27"><div class="ttname"><a href="namespaceoperations__research.html#a264d73546333400db18b331204b93e27">operations_research::GRBgetparamname</a></div><div class="ttdeci">std::function< int(GRBenv *env, int i, char **paramnameP)> GRBgetparamname</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00391">environment.cc:391</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a26680efd805dc761c40fac467032e587"><div class="ttname"><a href="namespaceoperations__research.html#a26680efd805dc761c40fac467032e587">operations_research::GRBdelgenconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int len, int *ind)> GRBdelgenconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00322">environment.cc:322</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2c48e2d1abb50ce94b53b70ac609f54d"><div class="ttname"><a href="namespaceoperations__research.html#a2c48e2d1abb50ce94b53b70ac609f54d">operations_research::GRBgetmultiobjenv</a></div><div class="ttdeci">std::function< GRBenv *(GRBmodel *model, int num)> GRBgetmultiobjenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00422">environment.cc:422</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2c737eb8a24b7e35244bb0bd83bf6a05"><div class="ttname"><a href="namespaceoperations__research.html#a2c737eb8a24b7e35244bb0bd83bf6a05">operations_research::GRBgetvarbyname</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *name, int *indexP)> GRBgetvarbyname</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00202">environment.cc:202</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2cb5c384e36db02403cd12debcd9f58c"><div class="ttname"><a href="namespaceoperations__research.html#a2cb5c384e36db02403cd12debcd9f58c">operations_research::GRBresetmodel</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBresetmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00334">environment.cc:334</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2d8a3119d1dbb2397caf41c215e1bf4d"><div class="ttname"><a href="namespaceoperations__research.html#a2d8a3119d1dbb2397caf41c215e1bf4d">operations_research::GRBversion</a></div><div class="ttdeci">std::function< void(int *majorP, int *minorP, int *technicalP)> GRBversion</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00428">environment.cc:428</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2e34f6a0dfee062d8994464725328201"><div class="ttname"><a href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201">operations_research::GRBsetparam</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, const char *value)> GRBsetparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00377">environment.cc:377</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2f41a80190ebfeab50fd2cb4c66e51cb"><div class="ttname"><a href="namespaceoperations__research.html#a2f41a80190ebfeab50fd2cb4c66e51cb">operations_research::GRBsetintattr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int newvalue)> GRBsetintattr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00057">environment.cc:57</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2fdf58ef8256da5efa843264471266ee"><div class="ttname"><a href="namespaceoperations__research.html#a2fdf58ef8256da5efa843264471266ee">operations_research::GRBgetstrparam</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, char *valueP)> GRBgetstrparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00367">environment.cc:367</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a338582b837297c32857ee3064f5d76f6"><div class="ttname"><a href="namespaceoperations__research.html#a338582b837297c32857ee3064f5d76f6">operations_research::GRBoptimizeasync</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBoptimizeasync</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00208">environment.cc:208</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a33d1abd321c8db939e166390ac01cc1e"><div class="ttname"><a href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e">operations_research::GRBcblazy</a></div><div class="ttdeci">std::function< int(void *cbdata, int lazylen, const int *lazyind, const double *lazyval, char lazysense, double lazyrhs)> GRBcblazy</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00158">environment.cc:158</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a3563bf56338c8fb4631c6dd38833da16"><div class="ttname"><a href="namespaceoperations__research.html#a3563bf56338c8fb4631c6dd38833da16">operations_research::GRBread</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *filename)> GRBread</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00234">environment.cc:234</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a38babfaae1a96832712010370103fd02"><div class="ttname"><a href="namespaceoperations__research.html#a38babfaae1a96832712010370103fd02">operations_research::GRBwriteparams</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *filename)> GRBwriteparams</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00388">environment.cc:388</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a38d3304b67d40a5dc383bdc1dd532ed7"><div class="ttname"><a href="namespaceoperations__research.html#a38d3304b67d40a5dc383bdc1dd532ed7">operations_research::GRBmsg</a></div><div class="ttdeci">std::function< void(GRBenv *env, const char *message)> GRBmsg</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00359">environment.cc:359</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a393c95ccf66f195cf2f64c324e15bb52"><div class="ttname"><a href="namespaceoperations__research.html#a393c95ccf66f195cf2f64c324e15bb52">operations_research::GRBsetpwlobj</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int var, int points, double *x, double *y)> GRBsetpwlobj</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00332">environment.cc:332</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a3d3abef27ee72c7f76a5f4f534912e07"><div class="ttname"><a href="namespaceoperations__research.html#a3d3abef27ee72c7f76a5f4f534912e07">operations_research::GRBgetintattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, int *values)> GRBgetintattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00066">environment.cc:66</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a3eed3ea3ac73b2a6e1cc403b89404dc3"><div class="ttname"><a href="namespaceoperations__research.html#a3eed3ea3ac73b2a6e1cc403b89404dc3">operations_research::GRBfixedmodel</a></div><div class="ttdeci">std::function< GRBmodel *(GRBmodel *model)> GRBfixedmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00210">environment.cc:210</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a3fba738afeda2bccadc516a3dd6898d6"><div class="ttname"><a href="namespaceoperations__research.html#a3fba738afeda2bccadc516a3dd6898d6">operations_research::GRBaddconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numconstrs, int numnz, int *cbeg, int *cind, double *cval, char *sense, double *rhs, char **constrnames)> GRBaddconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00273">environment.cc:273</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a43a847958a89da5cec63d95ffb13d6ec"><div class="ttname"><a href="namespaceoperations__research.html#a43a847958a89da5cec63d95ffb13d6ec">operations_research::GRBgetcoeff</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int constr, int var, double *valP)> GRBgetcoeff</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00160">environment.cc:160</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a458a2341c2bfe0530114105a7a42c183"><div class="ttname"><a href="namespaceoperations__research.html#a458a2341c2bfe0530114105a7a42c183">operations_research::GRBsetintparam</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, int value)> GRBsetintparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00379">environment.cc:379</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a464bd5852ed2f27dd542ebd0865d5bf4"><div class="ttname"><a href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4">operations_research::GRBaddgenconstrAbs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *name, int resvar, int argvar)> GRBaddgenconstrAbs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00299">environment.cc:299</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a47dfe898be4c2a59df528e39e96d0798"><div class="ttname"><a href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798">operations_research::GRBcbget</a></div><div class="ttdeci">std::function< int(void *cbdata, int where, int what, void *resultP)> GRBcbget</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00147">environment.cc:147</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4875d465eab63e4fa296ce1f5eafd13c"><div class="ttname"><a href="namespaceoperations__research.html#a4875d465eab63e4fa296ce1f5eafd13c">operations_research::GRBcbsetparam</a></div><div class="ttdeci">std::function< int(void *cbdata, const char *paramname, const char *newvalue)> GRBcbsetparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00150">environment.cc:150</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a49794c12ee443eb956b5b47019134047"><div class="ttname"><a href="namespaceoperations__research.html#a49794c12ee443eb956b5b47019134047">operations_research::GRBsetobjectiven</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int index, int priority, double weight, double abstol, double reltol, const char *name, double constant, int lnz, int *lind, double *lval)> GRBsetobjectiven</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00358">environment.cc:358</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4ab43b281e41e3051160bffb32717d4e"><div class="ttname"><a href="namespaceoperations__research.html#a4ab43b281e41e3051160bffb32717d4e">operations_research::GRBfiletype</a></div><div class="ttdeci">std::function< int(const char *filename)> GRBfiletype</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00237">environment.cc:237</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4ac56c12ba0ad995ef614466a8025831"><div class="ttname"><a href="namespaceoperations__research.html#a4ac56c12ba0ad995ef614466a8025831">operations_research::GRBloadclientenv</a></div><div class="ttdeci">std::function< int(GRBenv **envP, const char *logfilename, const char *computeservers, int port, const char *password, int priority, double timeout)> GRBloadclientenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00404">environment.cc:404</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4aed19001b9d7e39d3422446bad167bb"><div class="ttname"><a href="namespaceoperations__research.html#a4aed19001b9d7e39d3422446bad167bb">operations_research::GRBgetgenconstrAbs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int genconstr, int *resvarP, int *argvarP)> GRBgetgenconstrAbs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00183">environment.cc:183</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4e9275c65830099c975289c4374ac1f1"><div class="ttname"><a href="namespaceoperations__research.html#a4e9275c65830099c975289c4374ac1f1">operations_research::GRBloadmodel</a></div><div class="ttdeci">std::function< int(GRBenv *env, GRBmodel **modelP, const char *Pname, int numvars, int numconstrs, int objsense, double objcon, double *obj, char *sense, double *rhs, int *vbeg, int *vlen, int *vind, double *vval, double *lb, double *ub, char *vtype, char **varnames, char **constrnames)> GRBloadmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00248">environment.cc:248</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4eb0cf965903cc3db13c2d0dcb81f91d"><div class="ttname"><a href="namespaceoperations__research.html#a4eb0cf965903cc3db13c2d0dcb81f91d">operations_research::GRBgetlogfile</a></div><div class="ttdeci">std::function< int(GRBenv *env, FILE **logfileP)> GRBgetlogfile</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00360">environment.cc:360</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a51365c8099faa36b8fed1f7d86d7ef30"><div class="ttname"><a href="namespaceoperations__research.html#a51365c8099faa36b8fed1f7d86d7ef30">operations_research::GRBgetcharattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, char *values)> GRBgetcharattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00084">environment.cc:84</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a548bfc8d376dc46ebccb92b24ce558b9"><div class="ttname"><a href="namespaceoperations__research.html#a548bfc8d376dc46ebccb92b24ce558b9">operations_research::GRBXloadmodel</a></div><div class="ttdeci">std::function< int(GRBenv *env, GRBmodel **modelP, const char *Pname, int numvars, int numconstrs, int objsense, double objcon, double *obj, char *sense, double *rhs, size_t *vbeg, int *vlen, int *vind, double *vval, double *lb, double *ub, char *vtype, char **varnames, char **constrnames)> GRBXloadmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00254">environment.cc:254</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a564413251b862e671c7013ecceaaec91"><div class="ttname"><a href="namespaceoperations__research.html#a564413251b862e671c7013ecceaaec91">operations_research::GRBgetintattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, int *values)> GRBgetintattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00072">environment.cc:72</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a56515c43759afdffa088ea12eefbd2f9"><div class="ttname"><a href="namespaceoperations__research.html#a56515c43759afdffa088ea12eefbd2f9">operations_research::GRBpresolvemodel</a></div><div class="ttdeci">std::function< GRBmodel *(GRBmodel *model)> GRBpresolvemodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00219">environment.cc:219</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a56930f3670b2f5cc500e817cc7d08b01"><div class="ttname"><a href="namespaceoperations__research.html#a56930f3670b2f5cc500e817cc7d08b01">operations_research::GRBgetintparaminfo</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, int *valueP, int *minP, int *maxP, int *defP)> GRBgetintparaminfo</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00370">environment.cc:370</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a58b085f750fadcaed59fdba2fc81dbfd"><div class="ttname"><a href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd">operations_research::GRBloadenv</a></div><div class="ttdeci">std::function< int(GRBenv **envP, const char *logfilename)> GRBloadenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00396">environment.cc:396</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a59561b4c0898433cff3614fc838c0df7"><div class="ttname"><a href="namespaceoperations__research.html#a59561b4c0898433cff3614fc838c0df7">operations_research::GRBgetconcurrentenv</a></div><div class="ttdeci">std::function< GRBenv *(GRBmodel *model, int num)> GRBgetconcurrentenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00420">environment.cc:420</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a595ec95787b121daa2b3ff34fb7ad635"><div class="ttname"><a href="namespaceoperations__research.html#a595ec95787b121daa2b3ff34fb7ad635">operations_research::GRBgetintattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, int *valueP)> GRBgetintattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00060">environment.cc:60</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a5b60e64ef1940d05151d3be15ae8ecfc"><div class="ttname"><a href="namespaceoperations__research.html#a5b60e64ef1940d05151d3be15ae8ecfc">operations_research::GRBgetqconstr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int qconstr, int *numlnzP, int *lind, double *lval, int *numqnzP, int *qrow, int *qcol, double *qval)> GRBgetqconstr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00200">environment.cc:200</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a5b95a28bdf709458488fdffe0da6a8e1"><div class="ttname"><a href="namespaceoperations__research.html#a5b95a28bdf709458488fdffe0da6a8e1">operations_research::GRBcopyparams</a></div><div class="ttdeci">std::function< int(GRBenv *dest, GRBenv *src)> GRBcopyparams</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00387">environment.cc:387</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a5c8d0d6025d4e197d07f42c3fff209d9"><div class="ttname"><a href="namespaceoperations__research.html#a5c8d0d6025d4e197d07f42c3fff209d9">operations_research::GRBsetdblattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, double *newvalues)> GRBsetdblattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00109">environment.cc:109</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a5d181e1ba39c37c5b081a4793bfb42fb"><div class="ttname"><a href="namespaceoperations__research.html#a5d181e1ba39c37c5b081a4793bfb42fb">operations_research::GRBXgetvars</a></div><div class="ttdeci">std::function< int(GRBmodel *model, size_t *numnzP, size_t *vbeg, int *vind, double *vval, int start, int len)> GRBXgetvars</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00172">environment.cc:172</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a5d18796445ee5d664e591b74df135990"><div class="ttname"><a href="namespaceoperations__research.html#a5d18796445ee5d664e591b74df135990">operations_research::GRBfreemodel</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBfreemodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00335">environment.cc:335</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a60630a17f179047d7bff24ee7864ae3c"><div class="ttname"><a href="namespaceoperations__research.html#a60630a17f179047d7bff24ee7864ae3c">operations_research::GRBloadclientenvadv</a></div><div class="ttdeci">std::function< int(GRBenv **envP, const char *logfilename, const char *computeservers, int port, const char *password, int priority, double timeout, int apitype, int major, int minor, int tech, int(GUROBI_STDCALL *cb)(CB_ARGS), void *usrdata)> GRBloadclientenvadv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00410">environment.cc:410</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a60a5873dac9575649c7b9f963bab77db"><div class="ttname"><a href="namespaceoperations__research.html#a60a5873dac9575649c7b9f963bab77db">operations_research::GRBaddcone</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int nummembers, int *members)> GRBaddcone</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00314">environment.cc:314</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a65f88e80f6d06894c1ab1872045a7012"><div class="ttname"><a href="namespaceoperations__research.html#a65f88e80f6d06894c1ab1872045a7012">operations_research::GRBgetstrattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, char **valueP)> GRBgetstrattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00122">environment.cc:122</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a69e4cf6405f02b16450fec8e1cee1c8f"><div class="ttname"><a href="namespaceoperations__research.html#a69e4cf6405f02b16450fec8e1cee1c8f">operations_research::GRBterminate</a></div><div class="ttdeci">std::function< void(GRBmodel *model)> GRBterminate</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00349">environment.cc:349</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a6b299430dd78312bb08c316340ec5658"><div class="ttname"><a href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658">operations_research::GRBaddqpterms</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numqnz, int *qrow, int *qcol, double *qval)> GRBaddqpterms</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00318">environment.cc:318</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a6dcf3eb50c1276a373935f0419c5a765"><div class="ttname"><a href="namespaceoperations__research.html#a6dcf3eb50c1276a373935f0419c5a765">operations_research::GRBgetdblparam</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, double *valueP)> GRBgetdblparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00365">environment.cc:365</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a6e3a7ab84a516ee67eb78d50ac3987e2"><div class="ttname"><a href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2">operations_research::GRBgeterrormsg</a></div><div class="ttdeci">std::function< const char *(GRBenv *env)> GRBgeterrormsg</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00426">environment.cc:426</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a6f5b8fa2fe40cae954681ba04e9cbb72"><div class="ttname"><a href="namespaceoperations__research.html#a6f5b8fa2fe40cae954681ba04e9cbb72">operations_research::GRBchgcoeffs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int cnt, int *cind, int *vind, double *val)> GRBchgcoeffs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00327">environment.cc:327</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a6fb0c68e3b93033a6161597239899e38"><div class="ttname"><a href="namespaceoperations__research.html#a6fb0c68e3b93033a6161597239899e38">operations_research::GetGurobiEnv</a></div><div class="ttdeci">absl::StatusOr< GRBenv * > GetGurobiEnv()</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00756">environment.cc:756</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7107d55540a5ebdf66762aa4ee42e404"><div class="ttname"><a href="namespaceoperations__research.html#a7107d55540a5ebdf66762aa4ee42e404">operations_research::GRBgetenv</a></div><div class="ttdeci">std::function< GRBenv *(GRBmodel *model)> GRBgetenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00419">environment.cc:419</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a71a99985c430e344241552eae729b902"><div class="ttname"><a href="namespaceoperations__research.html#a71a99985c430e344241552eae729b902">operations_research::GRBdelconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int len, int *ind)> GRBdelconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00320">environment.cc:320</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a72442860e69c9157fa96f9f9827ae8d7"><div class="ttname"><a href="namespaceoperations__research.html#a72442860e69c9157fa96f9f9827ae8d7">operations_research::GRBgetgenconstrMin</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int genconstr, int *resvarP, int *nvarsP, int *vars, double *constantP)> GRBgetgenconstrMin</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00181">environment.cc:181</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a726a825822cd2729ff593cf1cfc9f4f6"><div class="ttname"><a href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6">operations_research::GRBaddgenconstrMax</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars, double constant)> GRBaddgenconstrMax</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00294">environment.cc:294</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a74b18678cc9c559566d9b5084096e2b4"><div class="ttname"><a href="namespaceoperations__research.html#a74b18678cc9c559566d9b5084096e2b4">operations_research::GRBsetstrparam</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, const char *value)> GRBsetstrparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00383">environment.cc:383</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a77452362e75e02ad509d5688110383fb"><div class="ttname"><a href="namespaceoperations__research.html#a77452362e75e02ad509d5688110383fb">operations_research::GRBcheckmodel</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBcheckmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00347">environment.cc:347</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a78a839d849c2d75ef5ff32f25fbbc4a4"><div class="ttname"><a href="namespaceoperations__research.html#a78a839d849c2d75ef5ff32f25fbbc4a4">operations_research::GRBsetdblattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, double newvalue)> GRBsetdblattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00103">environment.cc:103</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a78ad7bad716f478511498b720963a0dc"><div class="ttname"><a href="namespaceoperations__research.html#a78ad7bad716f478511498b720963a0dc">operations_research::GRBXchgcoeffs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, size_t cnt, int *cind, int *vind, double *val)> GRBXchgcoeffs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00330">environment.cc:330</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a78cfe8ff2e1c5247c6f108d29f0b26a1"><div class="ttname"><a href="namespaceoperations__research.html#a78cfe8ff2e1c5247c6f108d29f0b26a1">operations_research::GRBconverttofixed</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBconverttofixed</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00218">environment.cc:218</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a78ecb28054bcc60c58db75a60cfd53da"><div class="ttname"><a href="namespaceoperations__research.html#a78ecb28054bcc60c58db75a60cfd53da">operations_research::GRBgetattrinfo</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int *datatypeP, int *sizeP, int *settableP)> GRBgetattrinfo</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00051">environment.cc:51</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7991662864a6d4a44c2b1cc32041a782"><div class="ttname"><a href="namespaceoperations__research.html#a7991662864a6d4a44c2b1cc32041a782">operations_research::GRBfeasibility</a></div><div class="ttdeci">std::function< GRBmodel *(GRBmodel *model)> GRBfeasibility</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00221">environment.cc:221</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7b04d9d37e72714a19537614c7948045"><div class="ttname"><a href="namespaceoperations__research.html#a7b04d9d37e72714a19537614c7948045">operations_research::LoadGurobiFunctions</a></div><div class="ttdeci">void LoadGurobiFunctions(DynamicLibrary *gurobi_dynamic_library)</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00441">environment.cc:441</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7c5f35190e6167ce22cc34ac14af0b0f"><div class="ttname"><a href="namespaceoperations__research.html#a7c5f35190e6167ce22cc34ac14af0b0f">operations_research::GRBtunemodeladv</a></div><div class="ttdeci">std::function< int(GRBmodel *model, GRBmodel *ignore, GRBmodel *hint)> GRBtunemodeladv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00438">environment.cc:438</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7ccc0a5542bf3f96b28fe4ae8a9957e6"><div class="ttname"><a href="namespaceoperations__research.html#a7ccc0a5542bf3f96b28fe4ae8a9957e6">operations_research::GRBaddgenconstrIndicator</a></div><div class="ttdeci">std::function< int(GRBmodel *lp, const char *name, int binvar, int binval, int nvars, const int *vars, const double *vals, char sense, double rhs)> GRBaddgenconstrIndicator</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00309">environment.cc:309</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7cceb4c997fc06f43522a150e7a42791"><div class="ttname"><a href="namespaceoperations__research.html#a7cceb4c997fc06f43522a150e7a42791">operations_research::GRBresetparams</a></div><div class="ttdeci">std::function< int(GRBenv *env)> GRBresetparams</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00386">environment.cc:386</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7fafa551aefcfa96ed3416b634e2cb51"><div class="ttname"><a href="namespaceoperations__research.html#a7fafa551aefcfa96ed3416b634e2cb51">operations_research::GRBsync</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBsync</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00439">environment.cc:439</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a7fe5c509c991d915e0adf06e82ede5d4"><div class="ttname"><a href="namespaceoperations__research.html#a7fe5c509c991d915e0adf06e82ede5d4">operations_research::GRBgetdblattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, double *values)> GRBgetdblattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00106">environment.cc:106</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a81d974a816aa3557f5fbafaf688aecb0"><div class="ttname"><a href="namespaceoperations__research.html#a81d974a816aa3557f5fbafaf688aecb0">operations_research::GRBgetpwlobj</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int var, int *pointsP, double *x, double *y)> GRBgetpwlobj</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00206">environment.cc:206</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a84185e62d04c6d6e6aef91677caf0004"><div class="ttname"><a href="namespaceoperations__research.html#a84185e62d04c6d6e6aef91677caf0004">operations_research::GRBreadparams</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *filename)> GRBreadparams</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00389">environment.cc:389</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a8a8dfae71145bc97c2e8003db54fc04d"><div class="ttname"><a href="namespaceoperations__research.html#a8a8dfae71145bc97c2e8003db54fc04d">operations_research::GRBreleaselicense</a></div><div class="ttdeci">std::function< void(GRBenv *env)> GRBreleaselicense</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00424">environment.cc:424</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a8b1747b9c06f2b83f6e5f6cf44d4f9a2"><div class="ttname"><a href="namespaceoperations__research.html#a8b1747b9c06f2b83f6e5f6cf44d4f9a2">operations_research::GRBdelqconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int len, int *ind)> GRBdelqconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00324">environment.cc:324</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a8b803a3721e58e0473737b38f8326dec"><div class="ttname"><a href="namespaceoperations__research.html#a8b803a3721e58e0473737b38f8326dec">operations_research::GRBsetstrattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, const char *newvalue)> GRBsetstrattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00125">environment.cc:125</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a8cd0731815c3642ba38c92daad39b608"><div class="ttname"><a href="namespaceoperations__research.html#a8cd0731815c3642ba38c92daad39b608">operations_research::GRBgetmerrormsg</a></div><div class="ttdeci">std::function< const char *(GRBmodel *model)> GRBgetmerrormsg</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00427">environment.cc:427</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a8e39c3c540f2d5f3dc4d99d6150f2751"><div class="ttname"><a href="namespaceoperations__research.html#a8e39c3c540f2d5f3dc4d99d6150f2751">operations_research::GRBupdatemodel</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBupdatemodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00333">environment.cc:333</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a8e60dbf23828dbab3e5edc97f4fff30c"><div class="ttname"><a href="namespaceoperations__research.html#a8e60dbf23828dbab3e5edc97f4fff30c">operations_research::GRBsetobjective</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int sense, double constant, int lnz, int *lind, double *lval, int qnz, int *qrow, int *qcol, double *qval)> GRBsetobjective</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00354">environment.cc:354</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a919031d2606bbb0bf865f6a100427015"><div class="ttname"><a href="namespaceoperations__research.html#a919031d2606bbb0bf865f6a100427015">operations_research::GRBrelaxmodel</a></div><div class="ttdeci">std::function< GRBmodel *(GRBmodel *model)> GRBrelaxmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00217">environment.cc:217</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a93968df3ef112d1e52cb1483f1c7984e"><div class="ttname"><a href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e">operations_research::GRBaddgenconstrAnd</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars)> GRBaddgenconstrAnd</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00302">environment.cc:302</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a966fc9f5d689108526c729d286c1513e"><div class="ttname"><a href="namespaceoperations__research.html#a966fc9f5d689108526c729d286c1513e">operations_research::GRBreadmodel</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *filename, GRBmodel **modelP)> GRBreadmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00233">environment.cc:233</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a96d32575599fc05e0b5b74ef06bff9a7"><div class="ttname"><a href="namespaceoperations__research.html#a96d32575599fc05e0b5b74ef06bff9a7">operations_research::GRBdelq</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBdelq</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00325">environment.cc:325</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a96f6d4d0d04a57844ff0bb9972c5ce14"><div class="ttname"><a href="namespaceoperations__research.html#a96f6d4d0d04a57844ff0bb9972c5ce14">operations_research::GRBaddrangeconstr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numnz, int *cind, double *cval, double lower, double upper, const char *constrname)> GRBaddrangeconstr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00280">environment.cc:280</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a980298d196f397b12d15b4e9746bb8e5"><div class="ttname"><a href="namespaceoperations__research.html#a980298d196f397b12d15b4e9746bb8e5">operations_research::GRBgetdblattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, double *values)> GRBgetdblattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00112">environment.cc:112</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a994ad44d1f36788ed18b01a399697e81"><div class="ttname"><a href="namespaceoperations__research.html#a994ad44d1f36788ed18b01a399697e81">operations_research::GRBloadcloudenvadv</a></div><div class="ttdeci">std::function< int(GRBenv **envP, const char *logfilename, const char *accessID, const char *secretKey, const char *pool, int apitype, int major, int minor, int tech, int(GUROBI_STDCALL *cb)(CB_ARGS), void *usrdata)> GRBloadcloudenvadv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00418">environment.cc:418</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a9b7748d8d903a762a56bcc1006eb40be"><div class="ttname"><a href="namespaceoperations__research.html#a9b7748d8d903a762a56bcc1006eb40be">operations_research::GurobiDynamicLibraryPotentialPaths</a></div><div class="ttdeci">std::vector< std::string > GurobiDynamicLibraryPotentialPaths()</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00666">environment.cc:666</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a9ba413de24c66783a93ad29185efd573"><div class="ttname"><a href="namespaceoperations__research.html#a9ba413de24c66783a93ad29185efd573">operations_research::GRBsetcharattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, char newvalue)> GRBsetcharattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00081">environment.cc:81</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a9ccab3c5dbb8265394818c0d09b43a74"><div class="ttname"><a href="namespaceoperations__research.html#a9ccab3c5dbb8265394818c0d09b43a74">operations_research::GRBtunemodel</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBtunemodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00431">environment.cc:431</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a9cfda92e75c5591e1fc358ae8d17af71"><div class="ttname"><a href="namespaceoperations__research.html#a9cfda92e75c5591e1fc358ae8d17af71">operations_research::GRBgettuneresult</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int i)> GRBgettuneresult</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00435">environment.cc:435</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a9d36831683588c7be928bf1afee486e3"><div class="ttname"><a href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3">operations_research::GRBsetintattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, int newvalue)> GRBsetintattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00063">environment.cc:63</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a9ee4c8a0be29f13665b60300c77d6254"><div class="ttname"><a href="namespaceoperations__research.html#a9ee4c8a0be29f13665b60300c77d6254">operations_research::GRBFSolve</a></div><div class="ttdeci">std::function< int(GRBmodel *model, GRBsvec *b, GRBsvec *x)> GRBFSolve</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00337">environment.cc:337</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aa0e378757a6e19aa0cde5f5b4e0be4e5"><div class="ttname"><a href="namespaceoperations__research.html#aa0e378757a6e19aa0cde5f5b4e0be4e5">operations_research::GRBgetconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int *numnzP, int *cbeg, int *cind, double *cval, int start, int len)> GRBgetconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00163">environment.cc:163</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aa35705a0d741e9feb147aaa89b40e721"><div class="ttname"><a href="namespaceoperations__research.html#aa35705a0d741e9feb147aaa89b40e721">operations_research::GRBsetstrattr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, const char *newvalue)> GRBsetstrattr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00119">environment.cc:119</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aa46a0f2e12a4ee86987395af2161ebd7"><div class="ttname"><a href="namespaceoperations__research.html#aa46a0f2e12a4ee86987395af2161ebd7">operations_research::GRBgetcharattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, char *values)> GRBgetcharattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00090">environment.cc:90</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aa5fa17837fd2d3e7f10742894060694b"><div class="ttname"><a href="namespaceoperations__research.html#aa5fa17837fd2d3e7f10742894060694b">operations_research::GRBgetdblattrelement</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int element, double *valueP)> GRBgetdblattrelement</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00100">environment.cc:100</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aa6e8dc7cd46d7a8b1f1b31cb443d01f0"><div class="ttname"><a href="namespaceoperations__research.html#aa6e8dc7cd46d7a8b1f1b31cb443d01f0">operations_research::GRBgetstrattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, char **values)> GRBgetstrattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00128">environment.cc:128</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aa75a43334ce89daed04193c03fa16aa6"><div class="ttname"><a href="namespaceoperations__research.html#aa75a43334ce89daed04193c03fa16aa6">operations_research::GRBgettunelog</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int i, char **logP)> GRBgettunelog</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00436">environment.cc:436</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aacdc5c04fb576da0dbb6bc237270554f"><div class="ttname"><a href="namespaceoperations__research.html#aacdc5c04fb576da0dbb6bc237270554f">operations_research::GRBXaddvars</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numvars, size_t numnz, size_t *vbeg, int *vind, double *vval, double *obj, double *lb, double *ub, char *vtype, char **varnames)> GRBXaddvars</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00266">environment.cc:266</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aad29a2acfb4524bac1fd706604bf0a4a"><div class="ttname"><a href="namespaceoperations__research.html#aad29a2acfb4524bac1fd706604bf0a4a">operations_research::GRBismodelfile</a></div><div class="ttdeci">std::function< int(const char *filename)> GRBismodelfile</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00236">environment.cc:236</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aae0c684250127d44e89060646cbe346b"><div class="ttname"><a href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b">operations_research::GRBaddgenconstrOr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars)> GRBaddgenconstrOr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00305">environment.cc:305</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aae3b326f307ad4abed48b0ed5909e2e1"><div class="ttname"><a href="namespaceoperations__research.html#aae3b326f307ad4abed48b0ed5909e2e1">operations_research::GRBsetstrattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, char **newvalues)> GRBsetstrattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00137">environment.cc:137</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aaf37d51275c80ffc5a77008296834a11"><div class="ttname"><a href="namespaceoperations__research.html#aaf37d51275c80ffc5a77008296834a11">operations_research::GRBdelsos</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int len, int *ind)> GRBdelsos</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00321">environment.cc:321</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab04a7d8d27085b384f036987e9b096fe"><div class="ttname"><a href="namespaceoperations__research.html#ab04a7d8d27085b384f036987e9b096fe">operations_research::GRBstrongbranch</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int num, int *cand, double *downobjbd, double *upobjbd, int *statusP)> GRBstrongbranch</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00346">environment.cc:346</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab4617e07ad4b1c37b128c99095da1bd1"><div class="ttname"><a href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1">operations_research::GRBcbsolution</a></div><div class="ttdeci">std::function< int(void *cbdata, const double *solution, double *objvalP)> GRBcbsolution</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00152">environment.cc:152</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab4da3a2847e3ab527685276117114da6"><div class="ttname"><a href="namespaceoperations__research.html#ab4da3a2847e3ab527685276117114da6">operations_research::GRBisattravailable</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname)> GRBisattravailable</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00052">environment.cc:52</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab4e6056a1117ea5f52a7d80a4656b77d"><div class="ttname"><a href="namespaceoperations__research.html#ab4e6056a1117ea5f52a7d80a4656b77d">operations_research::GRBgetcbwhatinfo</a></div><div class="ttdeci">std::function< int(void *cbdata, int what, int *typeP, int *sizeP)> GRBgetcbwhatinfo</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00216">environment.cc:216</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab630313666b6fa42e9904d585e962f3d"><div class="ttname"><a href="namespaceoperations__research.html#ab630313666b6fa42e9904d585e962f3d">operations_research::GRBgetgenconstrMax</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int genconstr, int *resvarP, int *nvarsP, int *vars, double *constantP)> GRBgetgenconstrMax</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00178">environment.cc:178</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab688504fe54efedb7222a422d986855e"><div class="ttname"><a href="namespaceoperations__research.html#ab688504fe54efedb7222a422d986855e">operations_research::GRBBinvColj</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int j, GRBsvec *x)> GRBBinvColj</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00338">environment.cc:338</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab850dd307ea088f49af5f192d1b8d553"><div class="ttname"><a href="namespaceoperations__research.html#ab850dd307ea088f49af5f192d1b8d553">operations_research::GRBoptimize</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBoptimize</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00207">environment.cc:207</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_abb73a2b44b04289ac5a327fdb8700563"><div class="ttname"><a href="namespaceoperations__research.html#abb73a2b44b04289ac5a327fdb8700563">operations_research::GRBgetq</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int *numqnzP, int *qrow, int *qcol, double *qval)> GRBgetq</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00196">environment.cc:196</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_abbd2192a0d2d43a5169ad32b6b68d329"><div class="ttname"><a href="namespaceoperations__research.html#abbd2192a0d2d43a5169ad32b6b68d329">operations_research::GRBwrite</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *filename)> GRBwrite</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00235">environment.cc:235</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_abfe522906ee13cf5e19a19ba23837eae"><div class="ttname"><a href="namespaceoperations__research.html#abfe522906ee13cf5e19a19ba23837eae">operations_research::GRBsetsignal</a></div><div class="ttdeci">std::function< void(GRBmodel *model)> GRBsetsignal</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00348">environment.cc:348</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ac50dd406f252a5b601c25179bb0bbf9b"><div class="ttname"><a href="namespaceoperations__research.html#ac50dd406f252a5b601c25179bb0bbf9b">operations_research::GRBisqp</a></div><div class="ttdeci">std::function< int(GRBenv **, const char *, const char *, const char *, int, const char *)> GRBisqp</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00048">environment.cc:48</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ac54f445d3f6c5a80d47fb8a9fa210eb6"><div class="ttname"><a href="namespaceoperations__research.html#ac54f445d3f6c5a80d47fb8a9fa210eb6">operations_research::GRBdelvars</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int len, int *ind)> GRBdelvars</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00319">environment.cc:319</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ac77d1eb29d5888064aad690e90bf59ab"><div class="ttname"><a href="namespaceoperations__research.html#ac77d1eb29d5888064aad690e90bf59ab">operations_research::GRBsetstrattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, char **newvalues)> GRBsetstrattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00131">environment.cc:131</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ac79aad20cb4baeeb6be9336730973514"><div class="ttname"><a href="namespaceoperations__research.html#ac79aad20cb4baeeb6be9336730973514">operations_research::GurobiIsCorrectlyInstalled</a></div><div class="ttdeci">bool GurobiIsCorrectlyInstalled()</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00030">environment.cc:30</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ac8714f56078d46528a38459e381d0146"><div class="ttname"><a href="namespaceoperations__research.html#ac8714f56078d46528a38459e381d0146">operations_research::GRBdiscardmultiobjenvs</a></div><div class="ttdeci">std::function< void(GRBmodel *model)> GRBdiscardmultiobjenvs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00423">environment.cc:423</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ac964916575a2b1bc4ce4d095afd90cce"><div class="ttname"><a href="namespaceoperations__research.html#ac964916575a2b1bc4ce4d095afd90cce">operations_research::GRBgetgenconstrAnd</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int genconstr, int *resvarP, int *nvarsP, int *vars)> GRBgetgenconstrAnd</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00186">environment.cc:186</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_accb64b23dbf9d6eb49c6eeba5b0ac8fe"><div class="ttname"><a href="namespaceoperations__research.html#accb64b23dbf9d6eb49c6eeba5b0ac8fe">operations_research::GRBfeasrelax</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int relaxobjtype, int minrelax, double *lbpen, double *ubpen, double *rhspen, double *feasobjP)> GRBfeasrelax</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00214">environment.cc:214</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ace35865bc90d203bec63cd8a3b568201"><div class="ttname"><a href="namespaceoperations__research.html#ace35865bc90d203bec63cd8a3b568201">operations_research::GRBsetcharattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, char *newvalues)> GRBsetcharattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00093">environment.cc:93</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad083972ef3afb9a40395258a1ce8a660"><div class="ttname"><a href="namespaceoperations__research.html#ad083972ef3afb9a40395258a1ce8a660">operations_research::GRBgetstrattr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, char **valueP)> GRBgetstrattr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00117">environment.cc:117</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad109cbad7e2286dbc3dc027c72d59e9a"><div class="ttname"><a href="namespaceoperations__research.html#ad109cbad7e2286dbc3dc027c72d59e9a">operations_research::GRBgetconstrbyname</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *name, int *indexP)> GRBgetconstrbyname</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00204">environment.cc:204</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad302f1792b046e5c4902dccea31f35a8"><div class="ttname"><a href="namespaceoperations__research.html#ad302f1792b046e5c4902dccea31f35a8">operations_research::GRBgetparamtype</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname)> GRBgetparamtype</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00384">environment.cc:384</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad52bd519ff109a24ae8f4d1be9cdb87f"><div class="ttname"><a href="namespaceoperations__research.html#ad52bd519ff109a24ae8f4d1be9cdb87f">operations_research::GRBXaddconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numconstrs, size_t numnz, size_t *cbeg, int *cind, double *cval, char *sense, double *rhs, char **constrnames)> GRBXaddconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00277">environment.cc:277</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad530ac40f508600aa495f638d813748b"><div class="ttname"><a href="namespaceoperations__research.html#ad530ac40f508600aa495f638d813748b">operations_research::GRBnewmodel</a></div><div class="ttdeci">std::function< int(GRBenv *env, GRBmodel **modelP, const char *Pname, int numvars, double *obj, double *lb, double *ub, char *vtype, char **varnames)> GRBnewmodel</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00242">environment.cc:242</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad605b8a10d68f441f6ca5b07ecdb5e7c"><div class="ttname"><a href="namespaceoperations__research.html#ad605b8a10d68f441f6ca5b07ecdb5e7c">operations_research::GRBloadenvsyscb</a></div><div class="ttdeci">std::function< int(GRBenv **envP, const char *logfilename, void *(GUROBI_STDCALL *malloccb)(MALLOCCB_ARGS), void *(GUROBI_STDCALL *calloccb)(CALLOCCB_ARGS), void *(GUROBI_STDCALL *realloccb)(REALLOCCB_ARGS), void(GUROBI_STDCALL *freecb)(FREECB_ARGS), int(GUROBI_STDCALL *threadcreatecb)(THREADCREATECB_ARGS), void(GUROBI_STDCALL *threadjoincb)(THREADJOINCB_ARGS), void *syscbusrdata)> GRBloadenvsyscb</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00231">environment.cc:231</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad6c6ca37ce0f44ef738366070fe992a4"><div class="ttname"><a href="namespaceoperations__research.html#ad6c6ca37ce0f44ef738366070fe992a4">operations_research::LoadGurobiDynamicLibrary</a></div><div class="ttdeci">absl::Status LoadGurobiDynamicLibrary(std::vector< std::string > potential_paths)</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00721">environment.cc:721</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ad811d8a5b2cd5f5b1c3598fad842b00b"><div class="ttname"><a href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b">operations_research::GRBfreeenv</a></div><div class="ttdeci">std::function< void(GRBenv *env)> GRBfreeenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00425">environment.cc:425</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_adca5f57710d48102d1564561da8c7f21"><div class="ttname"><a href="namespaceoperations__research.html#adca5f57710d48102d1564561da8c7f21">operations_research::GRBsetintattrlist</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int len, int *ind, int *newvalues)> GRBsetintattrlist</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00075">environment.cc:75</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_adf75271a6a8fe0be3ffb7748067cdfc6"><div class="ttname"><a href="namespaceoperations__research.html#adf75271a6a8fe0be3ffb7748067cdfc6">operations_research::GRBgetattrname</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int i, char **attrnameP)> GRBgetattrname</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00394">environment.cc:394</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_adf99c516af940ef3c7e4a7c0fcb88d79"><div class="ttname"><a href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79">operations_research::GRBaddsos</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numsos, int nummembers, int *types, int *beg, int *ind, double *weight)> GRBaddsos</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00291">environment.cc:291</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae08c1f0c17eac085db3fb9883ed8e2ce"><div class="ttname"><a href="namespaceoperations__research.html#ae08c1f0c17eac085db3fb9883ed8e2ce">operations_research::GRBgetgenconstrIndicator</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int genconstr, int *binvarP, int *binvalP, int *nvarsP, int *vars, double *vals, char *senseP, double *rhsP)> GRBgetgenconstrIndicator</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00193">environment.cc:193</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae0da3c1f2f9d7ffbebbf2497ec36cf54"><div class="ttname"><a href="namespaceoperations__research.html#ae0da3c1f2f9d7ffbebbf2497ec36cf54">operations_research::GRBsetlogcallbackfuncenv</a></div><div class="ttdeci">std::function< int(GRBenv *env, int(GUROBI_STDCALL *cb)(char *msg))> GRBsetlogcallbackfuncenv</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00146">environment.cc:146</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae34339d979ba0033f7e47a88913e2d60"><div class="ttname"><a href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60">operations_research::GRBcbcut</a></div><div class="ttdeci">std::function< int(void *cbdata, int cutlen, const int *cutind, const double *cutval, char cutsense, double cutrhs)> GRBcbcut</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00155">environment.cc:155</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae3cc51a6018c329384e2170c1d683c5f"><div class="ttname"><a href="namespaceoperations__research.html#ae3cc51a6018c329384e2170c1d683c5f">operations_research::GRBXaddrangeconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numconstrs, size_t numnz, size_t *cbeg, int *cind, double *cval, double *lower, double *upper, char **constrnames)> GRBXaddrangeconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00288">environment.cc:288</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae3e9caa49d0765e19f66d36bdd9d0ad9"><div class="ttname"><a href="namespaceoperations__research.html#ae3e9caa49d0765e19f66d36bdd9d0ad9">operations_research::GRBtunemodels</a></div><div class="ttdeci">std::function< int(int nummodels, GRBmodel **models, GRBmodel *ignore, GRBmodel *hint)> GRBtunemodels</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00434">environment.cc:434</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae6308440cc9d3ed5416cf5219f3e1fef"><div class="ttname"><a href="namespaceoperations__research.html#ae6308440cc9d3ed5416cf5219f3e1fef">operations_research::GRBsetdblattr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, double newvalue)> GRBsetdblattr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00097">environment.cc:97</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae77d52eaf76f5d22e25053992ff856c8"><div class="ttname"><a href="namespaceoperations__research.html#ae77d52eaf76f5d22e25053992ff856c8">operations_research::GRBsetintattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, int *newvalues)> GRBsetintattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00069">environment.cc:69</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aec892e2b2a70124f41f8b9744adbda67"><div class="ttname"><a href="namespaceoperations__research.html#aec892e2b2a70124f41f8b9744adbda67">operations_research::GRBsetcallbackfunc</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int(GUROBI_STDCALL *cb)(CB_ARGS), void *usrdata)> GRBsetcallbackfunc</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00140">environment.cc:140</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aed6d90d614faac7e243e091d829e1e61"><div class="ttname"><a href="namespaceoperations__research.html#aed6d90d614faac7e243e091d829e1e61">operations_research::GRBgetvars</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int *numnzP, int *vbeg, int *vind, double *vval, int start, int len)> GRBgetvars</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00169">environment.cc:169</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aedf79171b78a3eb8a961a2711de9899f"><div class="ttname"><a href="namespaceoperations__research.html#aedf79171b78a3eb8a961a2711de9899f">operations_research::GRBaddvars</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numvars, int numnz, int *vbeg, int *vind, double *vval, double *obj, double *lb, double *ub, char *vtype, char **varnames)> GRBaddvars</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00262">environment.cc:262</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aee29ce44eb2524566a6a787877dcd5af"><div class="ttname"><a href="namespaceoperations__research.html#aee29ce44eb2524566a6a787877dcd5af">operations_research::GRBgetcallbackfunc</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int(GUROBI_STDCALL **cbP)(CB_ARGS))> GRBgetcallbackfunc</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00142">environment.cc:142</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_af00d1a86c4cc4d797a329e5dc609ed16"><div class="ttname"><a href="namespaceoperations__research.html#af00d1a86c4cc4d797a329e5dc609ed16">operations_research::GRBaddrangeconstrs</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int numconstrs, int numnz, int *cbeg, int *cind, double *cval, double *lower, double *upper, char **constrnames)> GRBaddrangeconstrs</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00284">environment.cc:284</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_af0ae092f345f626ae9f6287ced1246ac"><div class="ttname"><a href="namespaceoperations__research.html#af0ae092f345f626ae9f6287ced1246ac">operations_research::GRBsetcharattrarray</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int first, int len, char *newvalues)> GRBsetcharattrarray</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00087">environment.cc:87</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_af67b185843e0d5fb9a1ef89560a467ee"><div class="ttname"><a href="namespaceoperations__research.html#af67b185843e0d5fb9a1ef89560a467ee">operations_research::GRBreplay</a></div><div class="ttdeci">std::function< int(const char *filename)> GRBreplay</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00350">environment.cc:350</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_afccf2eccc1e7d4c083e47b0b19ae90be"><div class="ttname"><a href="namespaceoperations__research.html#afccf2eccc1e7d4c083e47b0b19ae90be">operations_research::GRBgetintattr</a></div><div class="ttdeci">std::function< int(GRBmodel *model, const char *attrname, int *valueP)> GRBgetintattr</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00055">environment.cc:55</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_afd4955fd2d0fc944542bdeef018c1076"><div class="ttname"><a href="namespaceoperations__research.html#afd4955fd2d0fc944542bdeef018c1076">operations_research::GRBBinvRowi</a></div><div class="ttdeci">std::function< int(GRBmodel *model, int i, GRBsvec *x)> GRBBinvRowi</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00342">environment.cc:342</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_afe1567867886764f892d7b22ca1dd286"><div class="ttname"><a href="namespaceoperations__research.html#afe1567867886764f892d7b22ca1dd286">operations_research::GRBgetstrparaminfo</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, char *valueP, char *defP)> GRBgetstrparaminfo</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00375">environment.cc:375</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_afee86075f779c39746c2f754f00bcd3d"><div class="ttname"><a href="namespaceoperations__research.html#afee86075f779c39746c2f754f00bcd3d">operations_research::GRBsetdblparam</a></div><div class="ttdeci">std::function< int(GRBenv *env, const char *paramname, double value)> GRBsetdblparam</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00381">environment.cc:381</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aff5b1ba91c932d5b2f450dea4b82f014"><div class="ttname"><a href="namespaceoperations__research.html#aff5b1ba91c932d5b2f450dea4b82f014">operations_research::GRBgetnumattributes</a></div><div class="ttdeci">std::function< int(GRBmodel *model)> GRBgetnumattributes</div><div class="ttdef"><b>Definition:</b> <a href="environment_8cc_source.html#l00393">environment.cc:393</a></div></div>
|
|
<div class="ttc" id="apack_8cc_html_a4255f714cea26cdd64f6a0ee72d34a8c"><div class="ttname"><a href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a></div><div class="ttdeci">int64_t weight</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00510">pack.cc:510</a></div></div>
|
|
<div class="ttc" id="apack_8cc_html_a750b5d744c39a06bfb13e6eb010e35d0"><div class="ttname"><a href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a></div><div class="ttdeci">int index</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00509">pack.cc:509</a></div></div>
|
|
<div class="ttc" id="astatus__macros_8h_html"><div class="ttname"><a href="status__macros_8h.html">status_macros.h</a></div></div>
|
|
<div class="ttc" id="astatus__macros_8h_html_acdc223d8c59d5c591dc6b4e88257627b"><div class="ttname"><a href="status__macros_8h.html#acdc223d8c59d5c591dc6b4e88257627b">RETURN_IF_ERROR</a></div><div class="ttdeci">#define RETURN_IF_ERROR(expr)</div><div class="ttdef"><b>Definition:</b> <a href="status__macros_8h_source.html#l00029">status_macros.h:29</a></div></div>
|
|
<div class="ttc" id="astruct___g_r_bsvec_html"><div class="ttname"><a href="struct___g_r_bsvec.html">_GRBsvec</a></div><div class="ttdef"><b>Definition:</b> <a href="environment_8h_source.html#l00026">environment.h:26</a></div></div>
|
|
<div class="ttc" id="atrace_8cc_html_a36bd74109f547f7f8198faf5a12d2879"><div class="ttname"><a href="trace_8cc.html#a36bd74109f547f7f8198faf5a12d2879">message</a></div><div class="ttdeci">std::string message</div><div class="ttdef"><b>Definition:</b> <a href="trace_8cc_source.html#l00398">trace.cc:398</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_ca966d537abd5424901cf1273891b331.html">gurobi</a></li><li class="navelem"><a class="el" href="environment_8cc.html">environment.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.1 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|