1090 lines
355 KiB
HTML
1090 lines
355 KiB
HTML
<!-- HTML header for doxygen 1.8.18-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.9.3"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>OR-Tools: 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.2</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.3 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('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 id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// Copyright 2010-2021 Google LLC</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// Licensed under the Apache License, Version 2.0 (the "License");</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// you may not use this file except in compliance with the License.</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// You may obtain a copy of the License at</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// distributed under the License is distributed on an "AS IS" BASIS,</span></div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// See the License for the specific language governing permissions and</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// limitations under the License.</span></div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include "<a class="code" href="environment_8h.html">ortools/gurobi/environment.h</a>"</span></div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#include <mutex></span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include <string></span></div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#include "absl/status/status.h"</span></div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#include "absl/strings/match.h"</span></div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#include "absl/strings/str_cat.h"</span></div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include "absl/strings/str_format.h"</span></div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include "absl/strings/str_join.h"</span></div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include "absl/synchronization/mutex.h"</span></div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include "<a class="code" href="base_2file_8h.html">ortools/base/file.h</a>"</span></div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include "<a class="code" href="base_2logging_8h.html">ortools/base/logging.h</a>"</span></div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</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 id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceoperations__research.html">operations_research</a> {</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac79aad20cb4baeeb6be9336730973514"> 31</a></span><span class="keywordtype">bool</span> <a class="code hl_function" href="namespaceoperations__research.html#ac79aad20cb4baeeb6be9336730973514">GurobiIsCorrectlyInstalled</a>() {</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> absl::StatusOr<GRBenv*> <a class="code hl_variable" href="g__gurobi_8cc.html#a2237393c7ae7ad7344c9885066d5ab6d">status</a> = <a class="code hl_function" href="namespaceoperations__research.html#a6fb0c68e3b93033a6161597239899e38">GetGurobiEnv</a>();</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keywordflow">if</span> (!<a class="code hl_variable" href="g__gurobi_8cc.html#a2237393c7ae7ad7344c9885066d5ab6d">status</a>.ok() || <a class="code hl_variable" href="g__gurobi_8cc.html#a2237393c7ae7ad7344c9885066d5ab6d">status</a>.value() == <span class="keyword">nullptr</span>) {</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> }</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <a class="code hl_variable" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b">GRBfreeenv</a>(<a class="code hl_variable" href="g__gurobi_8cc.html#a2237393c7ae7ad7344c9885066d5ab6d">status</a>.value());</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span>}</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">// This was generated with the parse_header.py script.</span></div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="comment">// See the comment at the top of the script.</span></div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="comment">// This is the 'define' section.</span></div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span>std::function<int(<a class="code hl_typedef" 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 id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keyword">const</span> <span class="keywordtype">char</span>*)></div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac50dd406f252a5b601c25179bb0bbf9b"> 49</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ac50dd406f252a5b601c25179bb0bbf9b">GRBisqp</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordtype">int</span>* sizeP, <span class="keywordtype">int</span>* settableP)></div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78ecb28054bcc60c58db75a60cfd53da"> 52</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a78ecb28054bcc60c58db75a60cfd53da">GRBgetattrinfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab4da3a2847e3ab527685276117114da6"> 53</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* attrname)> <a class="code hl_variable" href="namespaceoperations__research.html#ab4da3a2847e3ab527685276117114da6">GRBisattravailable</a> =</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afccf2eccc1e7d4c083e47b0b19ae90be"> 56</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#afccf2eccc1e7d4c083e47b0b19ae90be">GRBgetintattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2f41a80190ebfeab50fd2cb4c66e51cb"> 58</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a2f41a80190ebfeab50fd2cb4c66e51cb">GRBsetintattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keywordtype">int</span>* valueP)></div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a595ec95787b121daa2b3ff34fb7ad635"> 61</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a595ec95787b121daa2b3ff34fb7ad635">GRBgetintattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keywordtype">int</span> newvalue)></div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3"> 64</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3">GRBsetintattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keywordtype">int</span>* values)></div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3d3abef27ee72c7f76a5f4f534912e07"> 67</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a3d3abef27ee72c7f76a5f4f534912e07">GRBgetintattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keywordtype">int</span>* newvalues)></div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae77d52eaf76f5d22e25053992ff856c8"> 70</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ae77d52eaf76f5d22e25053992ff856c8">GRBsetintattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="keywordtype">int</span>* values)></div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a564413251b862e671c7013ecceaaec91"> 73</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a564413251b862e671c7013ecceaaec91">GRBgetintattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00075" name="l00075"></a><span class="lineno"> 75</span> <span class="keywordtype">int</span>* newvalues)></div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adca5f57710d48102d1564561da8c7f21"> 76</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#adca5f57710d48102d1564561da8c7f21">GRBsetintattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="keywordtype">char</span>* valueP)></div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a08bc795589222d5e3b2281a52daf547c"> 79</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a08bc795589222d5e3b2281a52daf547c">GRBgetcharattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keywordtype">char</span> newvalue)></div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9ba413de24c66783a93ad29185efd573"> 82</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a9ba413de24c66783a93ad29185efd573">GRBsetcharattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keywordtype">char</span>* values)></div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a51365c8099faa36b8fed1f7d86d7ef30"> 85</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a51365c8099faa36b8fed1f7d86d7ef30">GRBgetcharattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keywordtype">char</span>* newvalues)></div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#af0ae092f345f626ae9f6287ced1246ac"> 88</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#af0ae092f345f626ae9f6287ced1246ac">GRBsetcharattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keywordtype">char</span>* values)></div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa46a0f2e12a4ee86987395af2161ebd7"> 91</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aa46a0f2e12a4ee86987395af2161ebd7">GRBgetcharattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keywordtype">char</span>* newvalues)></div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ace35865bc90d203bec63cd8a3b568201"> 94</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ace35865bc90d203bec63cd8a3b568201">GRBsetcharattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a13096db0327ba8156cb2f5215eaeb9db"> 96</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a13096db0327ba8156cb2f5215eaeb9db">GRBgetdblattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae6308440cc9d3ed5416cf5219f3e1fef"> 98</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ae6308440cc9d3ed5416cf5219f3e1fef">GRBsetdblattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keywordtype">double</span>* valueP)></div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa5fa17837fd2d3e7f10742894060694b"> 101</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aa5fa17837fd2d3e7f10742894060694b">GRBgetdblattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="keywordtype">double</span> newvalue)></div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78a839d849c2d75ef5ff32f25fbbc4a4"> 104</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a78a839d849c2d75ef5ff32f25fbbc4a4">GRBsetdblattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00106" name="l00106"></a><span class="lineno"> 106</span> <span class="keywordtype">double</span>* values)></div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7fe5c509c991d915e0adf06e82ede5d4"> 107</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a7fe5c509c991d915e0adf06e82ede5d4">GRBgetdblattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00109" name="l00109"></a><span class="lineno"> 109</span> <span class="keywordtype">double</span>* newvalues)></div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5c8d0d6025d4e197d07f42c3fff209d9"> 110</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a5c8d0d6025d4e197d07f42c3fff209d9">GRBsetdblattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00112" name="l00112"></a><span class="lineno"> 112</span> <span class="keywordtype">double</span>* values)></div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a980298d196f397b12d15b4e9746bb8e5"> 113</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a980298d196f397b12d15b4e9746bb8e5">GRBgetdblattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00115" name="l00115"></a><span class="lineno"> 115</span> <span class="keywordtype">double</span>* newvalues)></div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1a3204269ce35fdfb007daa36385d076"> 116</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a1a3204269ce35fdfb007daa36385d076">GRBsetdblattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad083972ef3afb9a40395258a1ce8a660"> 118</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ad083972ef3afb9a40395258a1ce8a660">GRBgetstrattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa35705a0d741e9feb147aaa89b40e721"> 120</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aa35705a0d741e9feb147aaa89b40e721">GRBsetstrattr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00122" name="l00122"></a><span class="lineno"> 122</span> <span class="keywordtype">char</span>** valueP)></div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a65f88e80f6d06894c1ab1872045a7012"> 123</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a65f88e80f6d06894c1ab1872045a7012">GRBgetstrattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00125" name="l00125"></a><span class="lineno"> 125</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* newvalue)></div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8b803a3721e58e0473737b38f8326dec"> 126</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a8b803a3721e58e0473737b38f8326dec">GRBsetstrattrelement</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00128" name="l00128"></a><span class="lineno"> 128</span> <span class="keywordtype">char</span>** values)></div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa6e8dc7cd46d7a8b1f1b31cb443d01f0"> 129</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aa6e8dc7cd46d7a8b1f1b31cb443d01f0">GRBgetstrattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="keywordtype">char</span>** newvalues)></div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac77d1eb29d5888064aad690e90bf59ab"> 132</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ac77d1eb29d5888064aad690e90bf59ab">GRBsetstrattrarray</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00134" name="l00134"></a><span class="lineno"> 134</span> <span class="keywordtype">char</span>** values)></div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a138f407b59fac8fc6b6a99a9eb657109"> 135</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a138f407b59fac8fc6b6a99a9eb657109">GRBgetstrattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00137" name="l00137"></a><span class="lineno"> 137</span> <span class="keywordtype">char</span>** newvalues)></div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aae3b326f307ad4abed48b0ed5909e2e1"> 138</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aae3b326f307ad4abed48b0ed5909e2e1">GRBsetstrattrlist</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code hl_define" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aec892e2b2a70124f41f8b9744adbda67"> 141</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aec892e2b2a70124f41f8b9744adbda67">GRBsetcallbackfunc</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>** cbP)(<a class="code hl_define" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>))></div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aee29ce44eb2524566a6a787877dcd5af"> 143</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aee29ce44eb2524566a6a787877dcd5af">GRBgetcallbackfunc</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<span class="keywordtype">char</span>* msg))></div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0536b9b2b2d235bb94164629786c3872"> 145</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a0536b9b2b2d235bb94164629786c3872">GRBsetlogcallbackfunc</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<span class="keywordtype">char</span>* msg))></div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae0da3c1f2f9d7ffbebbf2497ec36cf54"> 147</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ae0da3c1f2f9d7ffbebbf2497ec36cf54">GRBsetlogcallbackfuncenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798"> 148</a></span>std::function<int(<span class="keywordtype">void</span>* cbdata, <span class="keywordtype">int</span> <a class="code hl_variable" href="gurobi__interface_8cc.html#a675dd47bbf0a66c9cb592047797a6d69">where</a>, <span class="keywordtype">int</span> what, <span class="keywordtype">void</span>* resultP)> <a class="code hl_variable" href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798">GRBcbget</a> =</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</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 id="l00151" name="l00151"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4875d465eab63e4fa296ce1f5eafd13c"> 151</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a4875d465eab63e4fa296ce1f5eafd13c">GRBcbsetparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</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 id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1"> 153</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1">GRBcbsolution</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</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 id="l00155" name="l00155"></a><span class="lineno"> 155</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 id="l00156" name="l00156"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60"> 156</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60">GRBcbcut</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</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 id="l00158" name="l00158"></a><span class="lineno"> 158</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 id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e"> 159</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e">GRBcblazy</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> constr, <span class="keywordtype">int</span> <a class="code hl_variable" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>, <span class="keywordtype">double</span>* valP)></div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a43a847958a89da5cec63d95ffb13d6ec"> 161</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a43a847958a89da5cec63d95ffb13d6ec">GRBgetcoeff</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00163" name="l00163"></a><span class="lineno"> 163</span> <span class="keywordtype">double</span>* cval, <span class="keywordtype">int</span> <a class="code hl_variable" href="sparse__submatrix_8cc.html#a9b7656b922ea4ec96097d7380c0e61fe">start</a>, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa0e378757a6e19aa0cde5f5b4e0be4e5"> 164</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aa0e378757a6e19aa0cde5f5b4e0be4e5">GRBgetconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="keywordtype">double</span>* cval, <span class="keywordtype">int</span> <a class="code hl_variable" href="sparse__submatrix_8cc.html#a9b7656b922ea4ec96097d7380c0e61fe">start</a>, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a01b3827e1f863f988699cbd203ce0357"> 167</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a01b3827e1f863f988699cbd203ce0357">GRBXgetconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="keywordtype">double</span>* vval, <span class="keywordtype">int</span> <a class="code hl_variable" href="sparse__submatrix_8cc.html#a9b7656b922ea4ec96097d7380c0e61fe">start</a>, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aed6d90d614faac7e243e091d829e1e61"> 170</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aed6d90d614faac7e243e091d829e1e61">GRBgetvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keywordtype">double</span>* vval, <span class="keywordtype">int</span> <a class="code hl_variable" href="sparse__submatrix_8cc.html#a9b7656b922ea4ec96097d7380c0e61fe">start</a>, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5d181e1ba39c37c5b081a4793bfb42fb"> 173</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a5d181e1ba39c37c5b081a4793bfb42fb">GRBXgetvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keywordtype">int</span>* ind, <span class="keywordtype">double</span>* <a class="code hl_variable" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>, <span class="keywordtype">int</span> <a class="code hl_variable" href="sparse__submatrix_8cc.html#a9b7656b922ea4ec96097d7380c0e61fe">start</a>, <span class="keywordtype">int</span> len)></div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1ad7a97b209c872ff07c674fb9f3d3bd"> 176</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a1ad7a97b209c872ff07c674fb9f3d3bd">GRBgetsos</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00178" name="l00178"></a><span class="lineno"> 178</span> <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span>* constantP)></div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab630313666b6fa42e9904d585e962f3d"> 179</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ab630313666b6fa42e9904d585e962f3d">GRBgetgenconstrMax</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span>* constantP)></div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a72442860e69c9157fa96f9f9827ae8d7"> 182</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a72442860e69c9157fa96f9f9827ae8d7">GRBgetgenconstrMin</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00184" name="l00184"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4aed19001b9d7e39d3422446bad167bb"> 184</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a4aed19001b9d7e39d3422446bad167bb">GRBgetgenconstrAbs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00186" name="l00186"></a><span class="lineno"> 186</span> <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac964916575a2b1bc4ce4d095afd90cce"> 187</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ac964916575a2b1bc4ce4d095afd90cce">GRBgetgenconstrAnd</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00189" name="l00189"></a><span class="lineno"> 189</span> <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a12ede98aa1b160354264c5959bb29b8b"> 190</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a12ede98aa1b160354264c5959bb29b8b">GRBgetgenconstrOr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00192" name="l00192"></a><span class="lineno"> 192</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 id="l00193" name="l00193"></a><span class="lineno"> 193</span> <span class="keywordtype">double</span>* rhsP)></div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae08c1f0c17eac085db3fb9883ed8e2ce"> 194</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ae08c1f0c17eac085db3fb9883ed8e2ce">GRBgetgenconstrIndicator</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#abb73a2b44b04289ac5a327fdb8700563"> 197</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#abb73a2b44b04289ac5a327fdb8700563">GRBgetq</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00199" name="l00199"></a><span class="lineno"> 199</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 id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5b60e64ef1940d05151d3be15ae8ecfc"> 201</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a5b60e64ef1940d05151d3be15ae8ecfc">GRBgetqconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span>* indexP)></div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2c737eb8a24b7e35244bb0bd83bf6a05"> 203</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a2c737eb8a24b7e35244bb0bd83bf6a05">GRBgetvarbyname</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span>* indexP)></div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad109cbad7e2286dbc3dc027c72d59e9a"> 205</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ad109cbad7e2286dbc3dc027c72d59e9a">GRBgetconstrbyname</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> <a class="code hl_variable" 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 id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a81d974a816aa3557f5fbafaf688aecb0"> 207</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a81d974a816aa3557f5fbafaf688aecb0">GRBgetpwlobj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab850dd307ea088f49af5f192d1b8d553"> 208</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#ab850dd307ea088f49af5f192d1b8d553">GRBoptimize</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a338582b837297c32857ee3064f5d76f6"> 209</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a338582b837297c32857ee3064f5d76f6">GRBoptimizeasync</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a14813d901c9c777e43964dae3bd6649e"> 210</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a14813d901c9c777e43964dae3bd6649e">GRBcopymodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3eed3ea3ac73b2a6e1cc403b89404dc3"> 211</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a3eed3ea3ac73b2a6e1cc403b89404dc3">GRBfixedmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00213" name="l00213"></a><span class="lineno"> 213</span> <span class="keywordtype">double</span>* lbpen, <span class="keywordtype">double</span>* ubpen, <span class="keywordtype">double</span>* rhspen,</div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <span class="keywordtype">double</span>* feasobjP)></div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#accb64b23dbf9d6eb49c6eeba5b0ac8fe"> 215</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#accb64b23dbf9d6eb49c6eeba5b0ac8fe">GRBfeasrelax</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</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 id="l00217" name="l00217"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab4e6056a1117ea5f52a7d80a4656b77d"> 217</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ab4e6056a1117ea5f52a7d80a4656b77d">GRBgetcbwhatinfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a919031d2606bbb0bf865f6a100427015"> 218</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a919031d2606bbb0bf865f6a100427015">GRBrelaxmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78cfe8ff2e1c5247c6f108d29f0b26a1"> 219</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a78cfe8ff2e1c5247c6f108d29f0b26a1">GRBconverttofixed</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a56515c43759afdffa088ea12eefbd2f9"> 220</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a56515c43759afdffa088ea12eefbd2f9">GRBpresolvemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2461b6157b655e0e47f78d6fb49ebfc3"> 221</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a2461b6157b655e0e47f78d6fb49ebfc3">GRBiismodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7991662864a6d4a44c2b1cc32041a782"> 222</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a7991662864a6d4a44c2b1cc32041a782">GRBfeasibility</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1330fa3505478eda74ac65a170a81eb7"> 223</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a1330fa3505478eda74ac65a170a81eb7">GRBlinearizemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename,</div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <span class="keywordtype">void</span>*(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* malloccb)(<a class="code hl_define" href="environment_8h.html#aeda0314230a4d6141ce93ee379460901">MALLOCCB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <span class="keywordtype">void</span>*(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* calloccb)(<a class="code hl_define" href="environment_8h.html#a4029272666dfcff1fa54cf75875757b0">CALLOCCB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="keywordtype">void</span>*(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* realloccb)(<a class="code hl_define" href="environment_8h.html#acae510fad67df1a4e9eb1755f963fd76">REALLOCCB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="keywordtype">void</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* freecb)(<a class="code hl_define" href="environment_8h.html#a44e6093be90f69d1250ec6e95efe21e2">FREECB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* threadcreatecb)(<a class="code hl_define" href="environment_8h.html#a2671f4eee19af5c3643a39421c4e16f7">THREADCREATECB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="keywordtype">void</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* threadjoincb)(<a class="code hl_define" href="environment_8h.html#a9230a7d1f7e6b34fba884c09793bd9ea">THREADJOINCB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="keywordtype">void</span>* syscbusrdata)></div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad605b8a10d68f441f6ca5b07ecdb5e7c"> 232</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ad605b8a10d68f441f6ca5b07ecdb5e7c">GRBloadenvsyscb</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP)></div>
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a966fc9f5d689108526c729d286c1513e"> 234</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a966fc9f5d689108526c729d286c1513e">GRBreadmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3563bf56338c8fb4631c6dd38833da16"> 235</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#a3563bf56338c8fb4631c6dd38833da16">GRBread</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#abbd2192a0d2d43a5169ad32b6b68d329"> 236</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#abbd2192a0d2d43a5169ad32b6b68d329">GRBwrite</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aad29a2acfb4524bac1fd706604bf0a4a"> 237</a></span>std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#aad29a2acfb4524bac1fd706604bf0a4a">GRBismodelfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4ab43b281e41e3051160bffb32717d4e"> 238</a></span>std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#a4ab43b281e41e3051160bffb32717d4e">GRBfiletype</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a215c388796c71648e0d4ace2d9d2aaae"> 239</a></span>std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#a215c388796c71648e0d4ace2d9d2aaae">GRBisrecordfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP, <span class="keyword">const</span> <span class="keywordtype">char</span>* Pname,</div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</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 id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="keywordtype">char</span>** varnames)></div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad530ac40f508600aa495f638d813748b"> 243</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ad530ac40f508600aa495f638d813748b">GRBnewmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP, <span class="keyword">const</span> <span class="keywordtype">char</span>* Pname,</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</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 id="l00246" name="l00246"></a><span class="lineno"> 246</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 id="l00247" name="l00247"></a><span class="lineno"> 247</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 id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="keywordtype">char</span>** varnames, <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4e9275c65830099c975289c4374ac1f1"> 249</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a4e9275c65830099c975289c4374ac1f1">GRBloadmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** modelP, <span class="keyword">const</span> <span class="keywordtype">char</span>* Pname,</div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</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 id="l00252" name="l00252"></a><span class="lineno"> 252</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 id="l00253" name="l00253"></a><span class="lineno"> 253</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 id="l00254" name="l00254"></a><span class="lineno"> 254</span> <span class="keywordtype">char</span>* vtype, <span class="keywordtype">char</span>** varnames, <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a548bfc8d376dc46ebccb92b24ce558b9"> 255</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a548bfc8d376dc46ebccb92b24ce558b9">GRBXloadmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00257" name="l00257"></a><span class="lineno"> 257</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 id="l00258" name="l00258"></a><span class="lineno"> 258</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* varname)></div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a1c6070ee399de8cf94abcce6a91a5cf1"> 259</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a1c6070ee399de8cf94abcce6a91a5cf1">GRBaddvar</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00261" name="l00261"></a><span class="lineno"> 261</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 id="l00262" name="l00262"></a><span class="lineno"> 262</span> <span class="keywordtype">char</span>* vtype, <span class="keywordtype">char</span>** varnames)></div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aedf79171b78a3eb8a961a2711de9899f"> 263</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aedf79171b78a3eb8a961a2711de9899f">GRBaddvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00265" name="l00265"></a><span class="lineno"> 265</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 id="l00266" name="l00266"></a><span class="lineno"> 266</span> <span class="keywordtype">char</span>* vtype, <span class="keywordtype">char</span>** varnames)></div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aacdc5c04fb576da0dbb6bc237270554f"> 267</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aacdc5c04fb576da0dbb6bc237270554f">GRBXaddvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00269" name="l00269"></a><span class="lineno"> 269</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 id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d"> 270</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d">GRBaddconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00272" name="l00272"></a><span class="lineno"> 272</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 id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a3fba738afeda2bccadc516a3dd6898d6"> 274</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a3fba738afeda2bccadc516a3dd6898d6">GRBaddconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00276" name="l00276"></a><span class="lineno"> 276</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 id="l00277" name="l00277"></a><span class="lineno"> 277</span> <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad52bd519ff109a24ae8f4d1be9cdb87f"> 278</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ad52bd519ff109a24ae8f4d1be9cdb87f">GRBXaddconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00280" name="l00280"></a><span class="lineno"> 280</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 id="l00281" name="l00281"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a96f6d4d0d04a57844ff0bb9972c5ce14"> 281</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a96f6d4d0d04a57844ff0bb9972c5ce14">GRBaddrangeconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00283" name="l00283"></a><span class="lineno"> 283</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 id="l00284" name="l00284"></a><span class="lineno"> 284</span> <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#af00d1a86c4cc4d797a329e5dc609ed16"> 285</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#af00d1a86c4cc4d797a329e5dc609ed16">GRBaddrangeconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00287" name="l00287"></a><span class="lineno"> 287</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 id="l00288" name="l00288"></a><span class="lineno"> 288</span> <span class="keywordtype">char</span>** constrnames)></div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae3cc51a6018c329384e2170c1d683c5f"> 289</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ae3cc51a6018c329384e2170c1d683c5f">GRBXaddrangeconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="keywordtype">int</span>* beg, <span class="keywordtype">int</span>* ind, <span class="keywordtype">double</span>* <a class="code hl_variable" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>)></div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79"> 292</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79">GRBaddsos</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" 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 id="l00294" name="l00294"></a><span class="lineno"> 294</span> <span class="keyword">const</span> <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span> <a class="code hl_variable" href="variable__and__expressions_8cc.html#a98c17ae8d99a73259ea78de8c4b66254">constant</a>)></div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6"> 295</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6">GRBaddgenconstrMax</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" 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 id="l00297" name="l00297"></a><span class="lineno"> 297</span> <span class="keyword">const</span> <span class="keywordtype">int</span>* vars, <span class="keywordtype">double</span> <a class="code hl_variable" href="variable__and__expressions_8cc.html#a98c17ae8d99a73259ea78de8c4b66254">constant</a>)></div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e"> 298</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e">GRBaddgenconstrMin</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" 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 id="l00300" name="l00300"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4"> 300</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4">GRBaddgenconstrAbs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" 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 id="l00302" name="l00302"></a><span class="lineno"> 302</span> <span class="keyword">const</span> <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e"> 303</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e">GRBaddgenconstrAnd</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" 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 id="l00305" name="l00305"></a><span class="lineno"> 305</span> <span class="keyword">const</span> <span class="keywordtype">int</span>* vars)></div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b"> 306</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b">GRBaddgenconstrOr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* lp, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" 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 id="l00308" name="l00308"></a><span class="lineno"> 308</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 id="l00309" name="l00309"></a><span class="lineno"> 309</span> <span class="keywordtype">double</span> rhs)></div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7ccc0a5542bf3f96b28fe4ae8a9957e6"> 310</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a7ccc0a5542bf3f96b28fe4ae8a9957e6">GRBaddgenconstrIndicator</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00312" name="l00312"></a><span class="lineno"> 312</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 id="l00313" name="l00313"></a><span class="lineno"> 313</span> <span class="keywordtype">double</span> rhs, <span class="keyword">const</span> <span class="keywordtype">char</span>* QCname)></div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26"> 314</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26">GRBaddqconstr</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a60a5873dac9575649c7b9f963bab77db"> 315</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> nummembers, <span class="keywordtype">int</span>* members)> <a class="code hl_variable" href="namespaceoperations__research.html#a60a5873dac9575649c7b9f963bab77db">GRBaddcone</a> =</div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00318" name="l00318"></a><span class="lineno"> 318</span> <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658"> 319</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658">GRBaddqpterms</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac54f445d3f6c5a80d47fb8a9fa210eb6"> 320</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code hl_variable" href="namespaceoperations__research.html#ac54f445d3f6c5a80d47fb8a9fa210eb6">GRBdelvars</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a71a99985c430e344241552eae729b902"> 321</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code hl_variable" href="namespaceoperations__research.html#a71a99985c430e344241552eae729b902">GRBdelconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aaf37d51275c80ffc5a77008296834a11"> 322</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code hl_variable" href="namespaceoperations__research.html#aaf37d51275c80ffc5a77008296834a11">GRBdelsos</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a26680efd805dc761c40fac467032e587"> 323</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code hl_variable" href="namespaceoperations__research.html#a26680efd805dc761c40fac467032e587">GRBdelgenconstrs</a> =</div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8b1747b9c06f2b83f6e5f6cf44d4f9a2"> 325</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> len, <span class="keywordtype">int</span>* ind)> <a class="code hl_variable" href="namespaceoperations__research.html#a8b1747b9c06f2b83f6e5f6cf44d4f9a2">GRBdelqconstrs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a96d32575599fc05e0b5b74ef06bff9a7"> 326</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a96d32575599fc05e0b5b74ef06bff9a7">GRBdelq</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00328" name="l00328"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6f5b8fa2fe40cae954681ba04e9cbb72"> 328</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a6f5b8fa2fe40cae954681ba04e9cbb72">GRBchgcoeffs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00330" name="l00330"></a><span class="lineno"> 330</span> <span class="keywordtype">double</span>* val)></div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78ad7bad716f478511498b720963a0dc"> 331</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a78ad7bad716f478511498b720963a0dc">GRBXchgcoeffs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> <a class="code hl_variable" 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 id="l00333" name="l00333"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a393c95ccf66f195cf2f64c324e15bb52"> 333</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a393c95ccf66f195cf2f64c324e15bb52">GRBsetpwlobj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8e39c3c540f2d5f3dc4d99d6150f2751"> 334</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a8e39c3c540f2d5f3dc4d99d6150f2751">GRBupdatemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2cb5c384e36db02403cd12debcd9f58c"> 335</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a2cb5c384e36db02403cd12debcd9f58c">GRBresetmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5d18796445ee5d664e591b74df135990"> 336</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a5d18796445ee5d664e591b74df135990">GRBfreemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a106965afc771227c7d2637511f207be4"> 337</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a106965afc771227c7d2637511f207be4">GRBcomputeIIS</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9ee4c8a0be29f13665b60300c77d6254"> 338</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* <a class="code hl_variable" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code hl_variable" href="namespaceoperations__research.html#a9ee4c8a0be29f13665b60300c77d6254">GRBFSolve</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab688504fe54efedb7222a422d986855e"> 339</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> j, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code hl_variable" href="namespaceoperations__research.html#ab688504fe54efedb7222a422d986855e">GRBBinvColj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0ee25ba46b3ec6e8a1917de7c85eb8b4"> 340</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> j, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code hl_variable" href="namespaceoperations__research.html#a0ee25ba46b3ec6e8a1917de7c85eb8b4">GRBBinvj</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a24cb552398cda7f47a1bf3a3b30a6066"> 341</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* <a class="code hl_variable" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code hl_variable" href="namespaceoperations__research.html#a24cb552398cda7f47a1bf3a3b30a6066">GRBBSolve</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a05fbeac8dafe54dcb45c6308b12a29b1"> 342</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code hl_variable" href="namespaceoperations__research.html#a05fbeac8dafe54dcb45c6308b12a29b1">GRBBinvi</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afd4955fd2d0fc944542bdeef018c1076"> 343</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <a class="code hl_struct" href="struct___g_r_bsvec.html">GRBsvec</a>* x)> <a class="code hl_variable" href="namespaceoperations__research.html#afd4955fd2d0fc944542bdeef018c1076">GRBBinvRowi</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0350d7d89490d345b893a8266046c97e"> 344</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>* bhead)> <a class="code hl_variable" href="namespaceoperations__research.html#a0350d7d89490d345b893a8266046c97e">GRBgetBasisHead</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" 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 id="l00346" name="l00346"></a><span class="lineno"> 346</span> <span class="keywordtype">double</span>* upobjbd, <span class="keywordtype">int</span>* statusP)></div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab04a7d8d27085b384f036987e9b096fe"> 347</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ab04a7d8d27085b384f036987e9b096fe">GRBstrongbranch</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a77452362e75e02ad509d5688110383fb"> 348</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a77452362e75e02ad509d5688110383fb">GRBcheckmodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#abfe522906ee13cf5e19a19ba23837eae"> 349</a></span>std::function<void(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#abfe522906ee13cf5e19a19ba23837eae">GRBsetsignal</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a69e4cf6405f02b16450fec8e1cee1c8f"> 350</a></span>std::function<void(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a69e4cf6405f02b16450fec8e1cee1c8f">GRBterminate</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#af67b185843e0d5fb9a1ef89560a467ee"> 351</a></span>std::function<int(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#af67b185843e0d5fb9a1ef89560a467ee">GRBreplay</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> sense, <span class="keywordtype">double</span> <a class="code hl_variable" href="variable__and__expressions_8cc.html#a98c17ae8d99a73259ea78de8c4b66254">constant</a>, <span class="keywordtype">int</span> lnz,</div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</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 id="l00354" name="l00354"></a><span class="lineno"> 354</span> <span class="keywordtype">double</span>* qval)></div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8e60dbf23828dbab3e5edc97f4fff30c"> 355</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a8e60dbf23828dbab3e5edc97f4fff30c">GRBsetobjective</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> <a class="code hl_variable" href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a>, <span class="keywordtype">int</span> priority, <span class="keywordtype">double</span> <a class="code hl_variable" href="pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c">weight</a>,</div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</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 hl_variable" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>,</div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <span class="keywordtype">double</span> <a class="code hl_variable" href="variable__and__expressions_8cc.html#a98c17ae8d99a73259ea78de8c4b66254">constant</a>, <span class="keywordtype">int</span> lnz, <span class="keywordtype">int</span>* lind, <span class="keywordtype">double</span>* lval)></div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a49794c12ee443eb956b5b47019134047"> 359</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a49794c12ee443eb956b5b47019134047">GRBsetobjectiven</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a38d3304b67d40a5dc383bdc1dd532ed7"> 360</a></span>std::function<void(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="trace_8cc.html#a36bd74109f547f7f8198faf5a12d2879">message</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a38d3304b67d40a5dc383bdc1dd532ed7">GRBmsg</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4eb0cf965903cc3db13c2d0dcb81f91d"> 361</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, FILE** logfileP)> <a class="code hl_variable" href="namespaceoperations__research.html#a4eb0cf965903cc3db13c2d0dcb81f91d">GRBgetlogfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0c707f33e9e2fb7e586338c7638b23ad"> 362</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, FILE* logfile)> <a class="code hl_variable" href="namespaceoperations__research.html#a0c707f33e9e2fb7e586338c7638b23ad">GRBsetlogfile</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span>std::function<int(<a class="code hl_typedef" 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 id="l00364" name="l00364"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0cf02091ea3bf58e4ffc7adf0dd0d63e"> 364</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a0cf02091ea3bf58e4ffc7adf0dd0d63e">GRBgetintparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span>std::function<int(<a class="code hl_typedef" 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 id="l00366" name="l00366"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6dcf3eb50c1276a373935f0419c5a765"> 366</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a6dcf3eb50c1276a373935f0419c5a765">GRBgetdblparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span>std::function<int(<a class="code hl_typedef" 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 id="l00368" name="l00368"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2fdf58ef8256da5efa843264471266ee"> 368</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a2fdf58ef8256da5efa843264471266ee">GRBgetstrparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span>std::function<int(<a class="code hl_typedef" 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 id="l00370" name="l00370"></a><span class="lineno"> 370</span> <span class="keywordtype">int</span>* maxP, <span class="keywordtype">int</span>* defP)></div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a56930f3670b2f5cc500e817cc7d08b01"> 371</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a56930f3670b2f5cc500e817cc7d08b01">GRBgetintparaminfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span>std::function<int(<a class="code hl_typedef" 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 id="l00373" name="l00373"></a><span class="lineno"> 373</span> <span class="keywordtype">double</span>* minP, <span class="keywordtype">double</span>* maxP, <span class="keywordtype">double</span>* defP)></div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0cb2142f9020f13ce53e664dadf41d15"> 374</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a0cb2142f9020f13ce53e664dadf41d15">GRBgetdblparaminfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span>std::function<int(<a class="code hl_typedef" 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 id="l00376" name="l00376"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afe1567867886764f892d7b22ca1dd286"> 376</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#afe1567867886764f892d7b22ca1dd286">GRBgetstrparaminfo</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span>std::function<int(<a class="code hl_typedef" 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 hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201"> 378</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201">GRBsetparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span>std::function<int(<a class="code hl_typedef" 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 hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a458a2341c2bfe0530114105a7a42c183"> 380</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a458a2341c2bfe0530114105a7a42c183">GRBsetintparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span>std::function<int(<a class="code hl_typedef" 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 hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afee86075f779c39746c2f754f00bcd3d"> 382</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#afee86075f779c39746c2f754f00bcd3d">GRBsetdblparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span>std::function<int(<a class="code hl_typedef" 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 hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>)></div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a74b18678cc9c559566d9b5084096e2b4"> 384</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a74b18678cc9c559566d9b5084096e2b4">GRBsetstrparam</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad302f1792b046e5c4902dccea31f35a8"> 385</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* paramname)> <a class="code hl_variable" href="namespaceoperations__research.html#ad302f1792b046e5c4902dccea31f35a8">GRBgetparamtype</a> =</div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7cceb4c997fc06f43522a150e7a42791"> 387</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code hl_variable" href="namespaceoperations__research.html#a7cceb4c997fc06f43522a150e7a42791">GRBresetparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5b95a28bdf709458488fdffe0da6a8e1"> 388</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* dest, <a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* src)> <a class="code hl_variable" href="namespaceoperations__research.html#a5b95a28bdf709458488fdffe0da6a8e1">GRBcopyparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a38babfaae1a96832712010370103fd02"> 389</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#a38babfaae1a96832712010370103fd02">GRBwriteparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a84185e62d04c6d6e6aef91677caf0004"> 390</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keyword">const</span> <span class="keywordtype">char</span>* filename)> <a class="code hl_variable" href="namespaceoperations__research.html#a84185e62d04c6d6e6aef91677caf0004">GRBreadparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a13cdbf0c441c70cbf97dcbd3be562b79"> 391</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code hl_variable" href="namespaceoperations__research.html#a13cdbf0c441c70cbf97dcbd3be562b79">GRBgetnumparams</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a264d73546333400db18b331204b93e27"> 392</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env, <span class="keywordtype">int</span> i, <span class="keywordtype">char</span>** paramnameP)> <a class="code hl_variable" href="namespaceoperations__research.html#a264d73546333400db18b331204b93e27">GRBgetparamname</a> =</div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aff5b1ba91c932d5b2f450dea4b82f014"> 394</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#aff5b1ba91c932d5b2f450dea4b82f014">GRBgetnumattributes</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adf75271a6a8fe0be3ffb7748067cdfc6"> 395</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <span class="keywordtype">char</span>** attrnameP)> <a class="code hl_variable" href="namespaceoperations__research.html#adf75271a6a8fe0be3ffb7748067cdfc6">GRBgetattrname</a> =</div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd"> 397</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename)> <a class="code hl_variable" href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd">GRBloadenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span>std::function<int(<a class="code hl_typedef" 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 id="l00399" name="l00399"></a><span class="lineno"> 399</span> <span class="keywordtype">int</span> major, <span class="keywordtype">int</span> minor, <span class="keywordtype">int</span> tech,</div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code hl_define" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>), <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a24870afb12d63c7997fca17a2a4843b2"> 401</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a24870afb12d63c7997fca17a2a4843b2">GRBloadenvadv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename,</div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</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 id="l00404" name="l00404"></a><span class="lineno"> 404</span> <span class="keywordtype">int</span> priority, <span class="keywordtype">double</span> timeout)></div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4ac56c12ba0ad995ef614466a8025831"> 405</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a4ac56c12ba0ad995ef614466a8025831">GRBloadclientenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>** envP, <span class="keyword">const</span> <span class="keywordtype">char</span>* logfilename,</div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</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 id="l00408" name="l00408"></a><span class="lineno"> 408</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 id="l00409" name="l00409"></a><span class="lineno"> 409</span> <span class="keywordtype">int</span> minor, <span class="keywordtype">int</span> tech, <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code hl_define" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>),</div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a60630a17f179047d7bff24ee7864ae3c"> 411</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a60630a17f179047d7bff24ee7864ae3c">GRBloadclientenvadv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span>std::function<int(<a class="code hl_typedef" 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 id="l00413" name="l00413"></a><span class="lineno"> 413</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 id="l00414" name="l00414"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0ddde9dcfd236fc86886a48e6a6eac1e"> 414</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a0ddde9dcfd236fc86886a48e6a6eac1e">GRBloadcloudenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span>std::function<int(<a class="code hl_typedef" 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 id="l00416" name="l00416"></a><span class="lineno"> 416</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 id="l00417" name="l00417"></a><span class="lineno"> 417</span> <span class="keywordtype">int</span> major, <span class="keywordtype">int</span> minor, <span class="keywordtype">int</span> tech,</div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> <span class="keywordtype">int</span>(<a class="code hl_define" href="environment_8h.html#a288f0600218f400d9e3f90279d21c37d">GUROBI_STDCALL</a>* cb)(<a class="code hl_define" href="environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>), <span class="keywordtype">void</span>* usrdata)></div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a994ad44d1f36788ed18b01a399697e81"> 419</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a994ad44d1f36788ed18b01a399697e81">GRBloadcloudenvadv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7107d55540a5ebdf66762aa4ee42e404"> 420</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a7107d55540a5ebdf66762aa4ee42e404">GRBgetenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a59561b4c0898433cff3614fc838c0df7"> 421</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> num)> <a class="code hl_variable" href="namespaceoperations__research.html#a59561b4c0898433cff3614fc838c0df7">GRBgetconcurrentenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a137a0f7a165ae6d0e04ed22f961a0aac"> 422</a></span>std::function<void(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a137a0f7a165ae6d0e04ed22f961a0aac">GRBdiscardconcurrentenvs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2c48e2d1abb50ce94b53b70ac609f54d"> 423</a></span>std::function<<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> num)> <a class="code hl_variable" href="namespaceoperations__research.html#a2c48e2d1abb50ce94b53b70ac609f54d">GRBgetmultiobjenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac8714f56078d46528a38459e381d0146"> 424</a></span>std::function<void(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#ac8714f56078d46528a38459e381d0146">GRBdiscardmultiobjenvs</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8a8dfae71145bc97c2e8003db54fc04d"> 425</a></span>std::function<void(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code hl_variable" href="namespaceoperations__research.html#a8a8dfae71145bc97c2e8003db54fc04d">GRBreleaselicense</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b"> 426</a></span>std::function<void(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code hl_variable" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b">GRBfreeenv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2"> 427</a></span>std::function<<span class="keyword">const</span> <span class="keywordtype">char</span>*(<a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env)> <a class="code hl_variable" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2">GRBgeterrormsg</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8cd0731815c3642ba38c92daad39b608"> 428</a></span>std::function<<span class="keyword">const</span> <span class="keywordtype">char</span>*(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a8cd0731815c3642ba38c92daad39b608">GRBgetmerrormsg</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a2d8a3119d1dbb2397caf41c215e1bf4d"> 429</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 hl_variable" href="namespaceoperations__research.html#a2d8a3119d1dbb2397caf41c215e1bf4d">GRBversion</a> =</div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a24d4a81ddd386e3302f17cd46e286955"> 431</a></span>std::function<<span class="keywordtype">char</span>*(void)> <a class="code hl_variable" href="namespaceoperations__research.html#a24d4a81ddd386e3302f17cd46e286955">GRBplatform</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9ccab3c5dbb8265394818c0d09b43a74"> 432</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a9ccab3c5dbb8265394818c0d09b43a74">GRBtunemodel</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span>std::function<int(<span class="keywordtype">int</span> nummodels, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>** models, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* ignore,</div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span> <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* hint)></div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae3e9caa49d0765e19f66d36bdd9d0ad9"> 435</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#ae3e9caa49d0765e19f66d36bdd9d0ad9">GRBtunemodels</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a9cfda92e75c5591e1fc358ae8d17af71"> 436</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i)> <a class="code hl_variable" href="namespaceoperations__research.html#a9cfda92e75c5591e1fc358ae8d17af71">GRBgettuneresult</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa75a43334ce89daed04193c03fa16aa6"> 437</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> i, <span class="keywordtype">char</span>** logP)> <a class="code hl_variable" href="namespaceoperations__research.html#aa75a43334ce89daed04193c03fa16aa6">GRBgettunelog</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* ignore, <a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* hint)></div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7c5f35190e6167ce22cc34ac14af0b0f"> 439</a></span> <a class="code hl_variable" href="namespaceoperations__research.html#a7c5f35190e6167ce22cc34ac14af0b0f">GRBtunemodeladv</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7fafa551aefcfa96ed3416b634e2cb51"> 440</a></span>std::function<int(<a class="code hl_typedef" href="environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>* <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>)> <a class="code hl_variable" href="namespaceoperations__research.html#a7fafa551aefcfa96ed3416b634e2cb51">GRBsync</a> = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> </div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a7b04d9d37e72714a19537614c7948045"> 442</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research.html#a7b04d9d37e72714a19537614c7948045">LoadGurobiFunctions</a>(<a class="code hl_class" href="class_dynamic_library.html">DynamicLibrary</a>* gurobi_dynamic_library) {</div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> <span class="comment">// This was generated with the parse_header.py script.</span></div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> <span class="comment">// See the comment at the top of the script.</span></div>
|
|
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> </div>
|
|
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> <span class="comment">// This is the 'assign' section.</span></div>
|
|
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> </div>
|
|
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ac50dd406f252a5b601c25179bb0bbf9b">GRBisqp</a>, <span class="stringliteral">"GRBisqp"</span>);</div>
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a78ecb28054bcc60c58db75a60cfd53da">GRBgetattrinfo</a>, <span class="stringliteral">"GRBgetattrinfo"</span>);</div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ab4da3a2847e3ab527685276117114da6">GRBisattravailable</a>,</div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> <span class="stringliteral">"GRBisattravailable"</span>);</div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#afccf2eccc1e7d4c083e47b0b19ae90be">GRBgetintattr</a>, <span class="stringliteral">"GRBgetintattr"</span>);</div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2f41a80190ebfeab50fd2cb4c66e51cb">GRBsetintattr</a>, <span class="stringliteral">"GRBsetintattr"</span>);</div>
|
|
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a595ec95787b121daa2b3ff34fb7ad635">GRBgetintattrelement</a>,</div>
|
|
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> <span class="stringliteral">"GRBgetintattrelement"</span>);</div>
|
|
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3">GRBsetintattrelement</a>,</div>
|
|
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> <span class="stringliteral">"GRBsetintattrelement"</span>);</div>
|
|
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a3d3abef27ee72c7f76a5f4f534912e07">GRBgetintattrarray</a>,</div>
|
|
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span> <span class="stringliteral">"GRBgetintattrarray"</span>);</div>
|
|
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ae77d52eaf76f5d22e25053992ff856c8">GRBsetintattrarray</a>,</div>
|
|
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> <span class="stringliteral">"GRBsetintattrarray"</span>);</div>
|
|
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a564413251b862e671c7013ecceaaec91">GRBgetintattrlist</a>, <span class="stringliteral">"GRBgetintattrlist"</span>);</div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#adca5f57710d48102d1564561da8c7f21">GRBsetintattrlist</a>, <span class="stringliteral">"GRBsetintattrlist"</span>);</div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a08bc795589222d5e3b2281a52daf547c">GRBgetcharattrelement</a>,</div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> <span class="stringliteral">"GRBgetcharattrelement"</span>);</div>
|
|
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a9ba413de24c66783a93ad29185efd573">GRBsetcharattrelement</a>,</div>
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span> <span class="stringliteral">"GRBsetcharattrelement"</span>);</div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a51365c8099faa36b8fed1f7d86d7ef30">GRBgetcharattrarray</a>,</div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span> <span class="stringliteral">"GRBgetcharattrarray"</span>);</div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#af0ae092f345f626ae9f6287ced1246ac">GRBsetcharattrarray</a>,</div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> <span class="stringliteral">"GRBsetcharattrarray"</span>);</div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aa46a0f2e12a4ee86987395af2161ebd7">GRBgetcharattrlist</a>,</div>
|
|
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> <span class="stringliteral">"GRBgetcharattrlist"</span>);</div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ace35865bc90d203bec63cd8a3b568201">GRBsetcharattrlist</a>,</div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> <span class="stringliteral">"GRBsetcharattrlist"</span>);</div>
|
|
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a13096db0327ba8156cb2f5215eaeb9db">GRBgetdblattr</a>, <span class="stringliteral">"GRBgetdblattr"</span>);</div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ae6308440cc9d3ed5416cf5219f3e1fef">GRBsetdblattr</a>, <span class="stringliteral">"GRBsetdblattr"</span>);</div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aa5fa17837fd2d3e7f10742894060694b">GRBgetdblattrelement</a>,</div>
|
|
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> <span class="stringliteral">"GRBgetdblattrelement"</span>);</div>
|
|
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a78a839d849c2d75ef5ff32f25fbbc4a4">GRBsetdblattrelement</a>,</div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span> <span class="stringliteral">"GRBsetdblattrelement"</span>);</div>
|
|
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a7fe5c509c991d915e0adf06e82ede5d4">GRBgetdblattrarray</a>,</div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> <span class="stringliteral">"GRBgetdblattrarray"</span>);</div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a5c8d0d6025d4e197d07f42c3fff209d9">GRBsetdblattrarray</a>,</div>
|
|
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> <span class="stringliteral">"GRBsetdblattrarray"</span>);</div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a980298d196f397b12d15b4e9746bb8e5">GRBgetdblattrlist</a>, <span class="stringliteral">"GRBgetdblattrlist"</span>);</div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a1a3204269ce35fdfb007daa36385d076">GRBsetdblattrlist</a>, <span class="stringliteral">"GRBsetdblattrlist"</span>);</div>
|
|
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ad083972ef3afb9a40395258a1ce8a660">GRBgetstrattr</a>, <span class="stringliteral">"GRBgetstrattr"</span>);</div>
|
|
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aa35705a0d741e9feb147aaa89b40e721">GRBsetstrattr</a>, <span class="stringliteral">"GRBsetstrattr"</span>);</div>
|
|
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a65f88e80f6d06894c1ab1872045a7012">GRBgetstrattrelement</a>,</div>
|
|
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> <span class="stringliteral">"GRBgetstrattrelement"</span>);</div>
|
|
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a8b803a3721e58e0473737b38f8326dec">GRBsetstrattrelement</a>,</div>
|
|
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> <span class="stringliteral">"GRBsetstrattrelement"</span>);</div>
|
|
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aa6e8dc7cd46d7a8b1f1b31cb443d01f0">GRBgetstrattrarray</a>,</div>
|
|
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> <span class="stringliteral">"GRBgetstrattrarray"</span>);</div>
|
|
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ac77d1eb29d5888064aad690e90bf59ab">GRBsetstrattrarray</a>,</div>
|
|
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> <span class="stringliteral">"GRBsetstrattrarray"</span>);</div>
|
|
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a138f407b59fac8fc6b6a99a9eb657109">GRBgetstrattrlist</a>, <span class="stringliteral">"GRBgetstrattrlist"</span>);</div>
|
|
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aae3b326f307ad4abed48b0ed5909e2e1">GRBsetstrattrlist</a>, <span class="stringliteral">"GRBsetstrattrlist"</span>);</div>
|
|
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aec892e2b2a70124f41f8b9744adbda67">GRBsetcallbackfunc</a>,</div>
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> <span class="stringliteral">"GRBsetcallbackfunc"</span>);</div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aee29ce44eb2524566a6a787877dcd5af">GRBgetcallbackfunc</a>,</div>
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> <span class="stringliteral">"GRBgetcallbackfunc"</span>);</div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0536b9b2b2d235bb94164629786c3872">GRBsetlogcallbackfunc</a>,</div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span> <span class="stringliteral">"GRBsetlogcallbackfunc"</span>);</div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ae0da3c1f2f9d7ffbebbf2497ec36cf54">GRBsetlogcallbackfuncenv</a>,</div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span> <span class="stringliteral">"GRBsetlogcallbackfuncenv"</span>);</div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798">GRBcbget</a>, <span class="stringliteral">"GRBcbget"</span>);</div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a4875d465eab63e4fa296ce1f5eafd13c">GRBcbsetparam</a>, <span class="stringliteral">"GRBcbsetparam"</span>);</div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1">GRBcbsolution</a>, <span class="stringliteral">"GRBcbsolution"</span>);</div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60">GRBcbcut</a>, <span class="stringliteral">"GRBcbcut"</span>);</div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e">GRBcblazy</a>, <span class="stringliteral">"GRBcblazy"</span>);</div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a43a847958a89da5cec63d95ffb13d6ec">GRBgetcoeff</a>, <span class="stringliteral">"GRBgetcoeff"</span>);</div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aa0e378757a6e19aa0cde5f5b4e0be4e5">GRBgetconstrs</a>, <span class="stringliteral">"GRBgetconstrs"</span>);</div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a01b3827e1f863f988699cbd203ce0357">GRBXgetconstrs</a>, <span class="stringliteral">"GRBXgetconstrs"</span>);</div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aed6d90d614faac7e243e091d829e1e61">GRBgetvars</a>, <span class="stringliteral">"GRBgetvars"</span>);</div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a5d181e1ba39c37c5b081a4793bfb42fb">GRBXgetvars</a>, <span class="stringliteral">"GRBXgetvars"</span>);</div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a1ad7a97b209c872ff07c674fb9f3d3bd">GRBgetsos</a>, <span class="stringliteral">"GRBgetsos"</span>);</div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ab630313666b6fa42e9904d585e962f3d">GRBgetgenconstrMax</a>,</div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> <span class="stringliteral">"GRBgetgenconstrMax"</span>);</div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a72442860e69c9157fa96f9f9827ae8d7">GRBgetgenconstrMin</a>,</div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> <span class="stringliteral">"GRBgetgenconstrMin"</span>);</div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a4aed19001b9d7e39d3422446bad167bb">GRBgetgenconstrAbs</a>,</div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> <span class="stringliteral">"GRBgetgenconstrAbs"</span>);</div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ac964916575a2b1bc4ce4d095afd90cce">GRBgetgenconstrAnd</a>,</div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> <span class="stringliteral">"GRBgetgenconstrAnd"</span>);</div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a12ede98aa1b160354264c5959bb29b8b">GRBgetgenconstrOr</a>, <span class="stringliteral">"GRBgetgenconstrOr"</span>);</div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ae08c1f0c17eac085db3fb9883ed8e2ce">GRBgetgenconstrIndicator</a>,</div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> <span class="stringliteral">"GRBgetgenconstrIndicator"</span>);</div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#abb73a2b44b04289ac5a327fdb8700563">GRBgetq</a>, <span class="stringliteral">"GRBgetq"</span>);</div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a5b60e64ef1940d05151d3be15ae8ecfc">GRBgetqconstr</a>, <span class="stringliteral">"GRBgetqconstr"</span>);</div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2c737eb8a24b7e35244bb0bd83bf6a05">GRBgetvarbyname</a>, <span class="stringliteral">"GRBgetvarbyname"</span>);</div>
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ad109cbad7e2286dbc3dc027c72d59e9a">GRBgetconstrbyname</a>,</div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span> <span class="stringliteral">"GRBgetconstrbyname"</span>);</div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a81d974a816aa3557f5fbafaf688aecb0">GRBgetpwlobj</a>, <span class="stringliteral">"GRBgetpwlobj"</span>);</div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ab850dd307ea088f49af5f192d1b8d553">GRBoptimize</a>, <span class="stringliteral">"GRBoptimize"</span>);</div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a338582b837297c32857ee3064f5d76f6">GRBoptimizeasync</a>, <span class="stringliteral">"GRBoptimizeasync"</span>);</div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a14813d901c9c777e43964dae3bd6649e">GRBcopymodel</a>, <span class="stringliteral">"GRBcopymodel"</span>);</div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a3eed3ea3ac73b2a6e1cc403b89404dc3">GRBfixedmodel</a>, <span class="stringliteral">"GRBfixedmodel"</span>);</div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#accb64b23dbf9d6eb49c6eeba5b0ac8fe">GRBfeasrelax</a>, <span class="stringliteral">"GRBfeasrelax"</span>);</div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ab4e6056a1117ea5f52a7d80a4656b77d">GRBgetcbwhatinfo</a>, <span class="stringliteral">"GRBgetcbwhatinfo"</span>);</div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a919031d2606bbb0bf865f6a100427015">GRBrelaxmodel</a>, <span class="stringliteral">"GRBrelaxmodel"</span>);</div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a78cfe8ff2e1c5247c6f108d29f0b26a1">GRBconverttofixed</a>, <span class="stringliteral">"GRBconverttofixed"</span>);</div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a56515c43759afdffa088ea12eefbd2f9">GRBpresolvemodel</a>, <span class="stringliteral">"GRBpresolvemodel"</span>);</div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2461b6157b655e0e47f78d6fb49ebfc3">GRBiismodel</a>, <span class="stringliteral">"GRBiismodel"</span>);</div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a7991662864a6d4a44c2b1cc32041a782">GRBfeasibility</a>, <span class="stringliteral">"GRBfeasibility"</span>);</div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a1330fa3505478eda74ac65a170a81eb7">GRBlinearizemodel</a>, <span class="stringliteral">"GRBlinearizemodel"</span>);</div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ad605b8a10d68f441f6ca5b07ecdb5e7c">GRBloadenvsyscb</a>, <span class="stringliteral">"GRBloadenvsyscb"</span>);</div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a966fc9f5d689108526c729d286c1513e">GRBreadmodel</a>, <span class="stringliteral">"GRBreadmodel"</span>);</div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a3563bf56338c8fb4631c6dd38833da16">GRBread</a>, <span class="stringliteral">"GRBread"</span>);</div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#abbd2192a0d2d43a5169ad32b6b68d329">GRBwrite</a>, <span class="stringliteral">"GRBwrite"</span>);</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aad29a2acfb4524bac1fd706604bf0a4a">GRBismodelfile</a>, <span class="stringliteral">"GRBismodelfile"</span>);</div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a4ab43b281e41e3051160bffb32717d4e">GRBfiletype</a>, <span class="stringliteral">"GRBfiletype"</span>);</div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a215c388796c71648e0d4ace2d9d2aaae">GRBisrecordfile</a>, <span class="stringliteral">"GRBisrecordfile"</span>);</div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ad530ac40f508600aa495f638d813748b">GRBnewmodel</a>, <span class="stringliteral">"GRBnewmodel"</span>);</div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a4e9275c65830099c975289c4374ac1f1">GRBloadmodel</a>, <span class="stringliteral">"GRBloadmodel"</span>);</div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a548bfc8d376dc46ebccb92b24ce558b9">GRBXloadmodel</a>, <span class="stringliteral">"GRBXloadmodel"</span>);</div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a1c6070ee399de8cf94abcce6a91a5cf1">GRBaddvar</a>, <span class="stringliteral">"GRBaddvar"</span>);</div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aedf79171b78a3eb8a961a2711de9899f">GRBaddvars</a>, <span class="stringliteral">"GRBaddvars"</span>);</div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aacdc5c04fb576da0dbb6bc237270554f">GRBXaddvars</a>, <span class="stringliteral">"GRBXaddvars"</span>);</div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d">GRBaddconstr</a>, <span class="stringliteral">"GRBaddconstr"</span>);</div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a3fba738afeda2bccadc516a3dd6898d6">GRBaddconstrs</a>, <span class="stringliteral">"GRBaddconstrs"</span>);</div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ad52bd519ff109a24ae8f4d1be9cdb87f">GRBXaddconstrs</a>, <span class="stringliteral">"GRBXaddconstrs"</span>);</div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a96f6d4d0d04a57844ff0bb9972c5ce14">GRBaddrangeconstr</a>, <span class="stringliteral">"GRBaddrangeconstr"</span>);</div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#af00d1a86c4cc4d797a329e5dc609ed16">GRBaddrangeconstrs</a>,</div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span> <span class="stringliteral">"GRBaddrangeconstrs"</span>);</div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ae3cc51a6018c329384e2170c1d683c5f">GRBXaddrangeconstrs</a>,</div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> <span class="stringliteral">"GRBXaddrangeconstrs"</span>);</div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79">GRBaddsos</a>, <span class="stringliteral">"GRBaddsos"</span>);</div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6">GRBaddgenconstrMax</a>,</div>
|
|
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span> <span class="stringliteral">"GRBaddgenconstrMax"</span>);</div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e">GRBaddgenconstrMin</a>,</div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> <span class="stringliteral">"GRBaddgenconstrMin"</span>);</div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4">GRBaddgenconstrAbs</a>,</div>
|
|
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> <span class="stringliteral">"GRBaddgenconstrAbs"</span>);</div>
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e">GRBaddgenconstrAnd</a>,</div>
|
|
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> <span class="stringliteral">"GRBaddgenconstrAnd"</span>);</div>
|
|
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b">GRBaddgenconstrOr</a>, <span class="stringliteral">"GRBaddgenconstrOr"</span>);</div>
|
|
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a7ccc0a5542bf3f96b28fe4ae8a9957e6">GRBaddgenconstrIndicator</a>,</div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> <span class="stringliteral">"GRBaddgenconstrIndicator"</span>);</div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26">GRBaddqconstr</a>, <span class="stringliteral">"GRBaddqconstr"</span>);</div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a60a5873dac9575649c7b9f963bab77db">GRBaddcone</a>, <span class="stringliteral">"GRBaddcone"</span>);</div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658">GRBaddqpterms</a>, <span class="stringliteral">"GRBaddqpterms"</span>);</div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ac54f445d3f6c5a80d47fb8a9fa210eb6">GRBdelvars</a>, <span class="stringliteral">"GRBdelvars"</span>);</div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a71a99985c430e344241552eae729b902">GRBdelconstrs</a>, <span class="stringliteral">"GRBdelconstrs"</span>);</div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aaf37d51275c80ffc5a77008296834a11">GRBdelsos</a>, <span class="stringliteral">"GRBdelsos"</span>);</div>
|
|
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a26680efd805dc761c40fac467032e587">GRBdelgenconstrs</a>, <span class="stringliteral">"GRBdelgenconstrs"</span>);</div>
|
|
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a8b1747b9c06f2b83f6e5f6cf44d4f9a2">GRBdelqconstrs</a>, <span class="stringliteral">"GRBdelqconstrs"</span>);</div>
|
|
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a96d32575599fc05e0b5b74ef06bff9a7">GRBdelq</a>, <span class="stringliteral">"GRBdelq"</span>);</div>
|
|
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a6f5b8fa2fe40cae954681ba04e9cbb72">GRBchgcoeffs</a>, <span class="stringliteral">"GRBchgcoeffs"</span>);</div>
|
|
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a78ad7bad716f478511498b720963a0dc">GRBXchgcoeffs</a>, <span class="stringliteral">"GRBXchgcoeffs"</span>);</div>
|
|
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"> 592</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a393c95ccf66f195cf2f64c324e15bb52">GRBsetpwlobj</a>, <span class="stringliteral">"GRBsetpwlobj"</span>);</div>
|
|
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a8e39c3c540f2d5f3dc4d99d6150f2751">GRBupdatemodel</a>, <span class="stringliteral">"GRBupdatemodel"</span>);</div>
|
|
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2cb5c384e36db02403cd12debcd9f58c">GRBresetmodel</a>, <span class="stringliteral">"GRBresetmodel"</span>);</div>
|
|
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a5d18796445ee5d664e591b74df135990">GRBfreemodel</a>, <span class="stringliteral">"GRBfreemodel"</span>);</div>
|
|
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"> 596</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a106965afc771227c7d2637511f207be4">GRBcomputeIIS</a>, <span class="stringliteral">"GRBcomputeIIS"</span>);</div>
|
|
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a9ee4c8a0be29f13665b60300c77d6254">GRBFSolve</a>, <span class="stringliteral">"GRBFSolve"</span>);</div>
|
|
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ab688504fe54efedb7222a422d986855e">GRBBinvColj</a>, <span class="stringliteral">"GRBBinvColj"</span>);</div>
|
|
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0ee25ba46b3ec6e8a1917de7c85eb8b4">GRBBinvj</a>, <span class="stringliteral">"GRBBinvj"</span>);</div>
|
|
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"> 600</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a24cb552398cda7f47a1bf3a3b30a6066">GRBBSolve</a>, <span class="stringliteral">"GRBBSolve"</span>);</div>
|
|
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a05fbeac8dafe54dcb45c6308b12a29b1">GRBBinvi</a>, <span class="stringliteral">"GRBBinvi"</span>);</div>
|
|
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#afd4955fd2d0fc944542bdeef018c1076">GRBBinvRowi</a>, <span class="stringliteral">"GRBBinvRowi"</span>);</div>
|
|
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0350d7d89490d345b893a8266046c97e">GRBgetBasisHead</a>, <span class="stringliteral">"GRBgetBasisHead"</span>);</div>
|
|
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ab04a7d8d27085b384f036987e9b096fe">GRBstrongbranch</a>, <span class="stringliteral">"GRBstrongbranch"</span>);</div>
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a77452362e75e02ad509d5688110383fb">GRBcheckmodel</a>, <span class="stringliteral">"GRBcheckmodel"</span>);</div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#abfe522906ee13cf5e19a19ba23837eae">GRBsetsignal</a>, <span class="stringliteral">"GRBsetsignal"</span>);</div>
|
|
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a69e4cf6405f02b16450fec8e1cee1c8f">GRBterminate</a>, <span class="stringliteral">"GRBterminate"</span>);</div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#af67b185843e0d5fb9a1ef89560a467ee">GRBreplay</a>, <span class="stringliteral">"GRBreplay"</span>);</div>
|
|
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a8e60dbf23828dbab3e5edc97f4fff30c">GRBsetobjective</a>, <span class="stringliteral">"GRBsetobjective"</span>);</div>
|
|
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a49794c12ee443eb956b5b47019134047">GRBsetobjectiven</a>, <span class="stringliteral">"GRBsetobjectiven"</span>);</div>
|
|
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a38d3304b67d40a5dc383bdc1dd532ed7">GRBmsg</a>, <span class="stringliteral">"GRBmsg"</span>);</div>
|
|
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a4eb0cf965903cc3db13c2d0dcb81f91d">GRBgetlogfile</a>, <span class="stringliteral">"GRBgetlogfile"</span>);</div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0c707f33e9e2fb7e586338c7638b23ad">GRBsetlogfile</a>, <span class="stringliteral">"GRBsetlogfile"</span>);</div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0cf02091ea3bf58e4ffc7adf0dd0d63e">GRBgetintparam</a>, <span class="stringliteral">"GRBgetintparam"</span>);</div>
|
|
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a6dcf3eb50c1276a373935f0419c5a765">GRBgetdblparam</a>, <span class="stringliteral">"GRBgetdblparam"</span>);</div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2fdf58ef8256da5efa843264471266ee">GRBgetstrparam</a>, <span class="stringliteral">"GRBgetstrparam"</span>);</div>
|
|
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a56930f3670b2f5cc500e817cc7d08b01">GRBgetintparaminfo</a>,</div>
|
|
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span> <span class="stringliteral">"GRBgetintparaminfo"</span>);</div>
|
|
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0cb2142f9020f13ce53e664dadf41d15">GRBgetdblparaminfo</a>,</div>
|
|
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span> <span class="stringliteral">"GRBgetdblparaminfo"</span>);</div>
|
|
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#afe1567867886764f892d7b22ca1dd286">GRBgetstrparaminfo</a>,</div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> <span class="stringliteral">"GRBgetstrparaminfo"</span>);</div>
|
|
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201">GRBsetparam</a>, <span class="stringliteral">"GRBsetparam"</span>);</div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a458a2341c2bfe0530114105a7a42c183">GRBsetintparam</a>, <span class="stringliteral">"GRBsetintparam"</span>);</div>
|
|
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#afee86075f779c39746c2f754f00bcd3d">GRBsetdblparam</a>, <span class="stringliteral">"GRBsetdblparam"</span>);</div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a74b18678cc9c559566d9b5084096e2b4">GRBsetstrparam</a>, <span class="stringliteral">"GRBsetstrparam"</span>);</div>
|
|
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ad302f1792b046e5c4902dccea31f35a8">GRBgetparamtype</a>, <span class="stringliteral">"GRBgetparamtype"</span>);</div>
|
|
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a7cceb4c997fc06f43522a150e7a42791">GRBresetparams</a>, <span class="stringliteral">"GRBresetparams"</span>);</div>
|
|
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a5b95a28bdf709458488fdffe0da6a8e1">GRBcopyparams</a>, <span class="stringliteral">"GRBcopyparams"</span>);</div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a38babfaae1a96832712010370103fd02">GRBwriteparams</a>, <span class="stringliteral">"GRBwriteparams"</span>);</div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a84185e62d04c6d6e6aef91677caf0004">GRBreadparams</a>, <span class="stringliteral">"GRBreadparams"</span>);</div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"> 632</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a13cdbf0c441c70cbf97dcbd3be562b79">GRBgetnumparams</a>, <span class="stringliteral">"GRBgetnumparams"</span>);</div>
|
|
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a264d73546333400db18b331204b93e27">GRBgetparamname</a>, <span class="stringliteral">"GRBgetparamname"</span>);</div>
|
|
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aff5b1ba91c932d5b2f450dea4b82f014">GRBgetnumattributes</a>,</div>
|
|
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span> <span class="stringliteral">"GRBgetnumattributes"</span>);</div>
|
|
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#adf75271a6a8fe0be3ffb7748067cdfc6">GRBgetattrname</a>, <span class="stringliteral">"GRBgetattrname"</span>);</div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a58b085f750fadcaed59fdba2fc81dbfd">GRBloadenv</a>, <span class="stringliteral">"GRBloadenv"</span>);</div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a24870afb12d63c7997fca17a2a4843b2">GRBloadenvadv</a>, <span class="stringliteral">"GRBloadenvadv"</span>);</div>
|
|
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a4ac56c12ba0ad995ef614466a8025831">GRBloadclientenv</a>, <span class="stringliteral">"GRBloadclientenv"</span>);</div>
|
|
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a60630a17f179047d7bff24ee7864ae3c">GRBloadclientenvadv</a>,</div>
|
|
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span> <span class="stringliteral">"GRBloadclientenvadv"</span>);</div>
|
|
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a0ddde9dcfd236fc86886a48e6a6eac1e">GRBloadcloudenv</a>, <span class="stringliteral">"GRBloadcloudenv"</span>);</div>
|
|
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a994ad44d1f36788ed18b01a399697e81">GRBloadcloudenvadv</a>,</div>
|
|
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span> <span class="stringliteral">"GRBloadcloudenvadv"</span>);</div>
|
|
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a7107d55540a5ebdf66762aa4ee42e404">GRBgetenv</a>, <span class="stringliteral">"GRBgetenv"</span>);</div>
|
|
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a59561b4c0898433cff3614fc838c0df7">GRBgetconcurrentenv</a>,</div>
|
|
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> <span class="stringliteral">"GRBgetconcurrentenv"</span>);</div>
|
|
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a137a0f7a165ae6d0e04ed22f961a0aac">GRBdiscardconcurrentenvs</a>,</div>
|
|
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span> <span class="stringliteral">"GRBdiscardconcurrentenvs"</span>);</div>
|
|
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2c48e2d1abb50ce94b53b70ac609f54d">GRBgetmultiobjenv</a>, <span class="stringliteral">"GRBgetmultiobjenv"</span>);</div>
|
|
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ac8714f56078d46528a38459e381d0146">GRBdiscardmultiobjenvs</a>,</div>
|
|
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> <span class="stringliteral">"GRBdiscardmultiobjenvs"</span>);</div>
|
|
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a8a8dfae71145bc97c2e8003db54fc04d">GRBreleaselicense</a>, <span class="stringliteral">"GRBreleaselicense"</span>);</div>
|
|
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ad811d8a5b2cd5f5b1c3598fad842b00b">GRBfreeenv</a>, <span class="stringliteral">"GRBfreeenv"</span>);</div>
|
|
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2">GRBgeterrormsg</a>, <span class="stringliteral">"GRBgeterrormsg"</span>);</div>
|
|
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"> 656</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a8cd0731815c3642ba38c92daad39b608">GRBgetmerrormsg</a>, <span class="stringliteral">"GRBgetmerrormsg"</span>);</div>
|
|
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"> 657</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a2d8a3119d1dbb2397caf41c215e1bf4d">GRBversion</a>, <span class="stringliteral">"GRBversion"</span>);</div>
|
|
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a24d4a81ddd386e3302f17cd46e286955">GRBplatform</a>, <span class="stringliteral">"GRBplatform"</span>);</div>
|
|
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a9ccab3c5dbb8265394818c0d09b43a74">GRBtunemodel</a>, <span class="stringliteral">"GRBtunemodel"</span>);</div>
|
|
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#ae3e9caa49d0765e19f66d36bdd9d0ad9">GRBtunemodels</a>, <span class="stringliteral">"GRBtunemodels"</span>);</div>
|
|
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"> 661</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a9cfda92e75c5591e1fc358ae8d17af71">GRBgettuneresult</a>, <span class="stringliteral">"GRBgettuneresult"</span>);</div>
|
|
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"> 662</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#aa75a43334ce89daed04193c03fa16aa6">GRBgettunelog</a>, <span class="stringliteral">"GRBgettunelog"</span>);</div>
|
|
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"> 663</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a7c5f35190e6167ce22cc34ac14af0b0f">GRBtunemodeladv</a>, <span class="stringliteral">"GRBtunemodeladv"</span>);</div>
|
|
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"> 664</span> gurobi_dynamic_library-><a class="code hl_function" href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">GetFunction</a>(&<a class="code hl_variable" href="namespaceoperations__research.html#a7fafa551aefcfa96ed3416b634e2cb51">GRBsync</a>, <span class="stringliteral">"GRBsync"</span>);</div>
|
|
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span>}</div>
|
|
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> </div>
|
|
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ab44ae2e3c5c072bc8bd2194a8e9df0db"> 667</a></span>std::vector<std::string> <a class="code hl_function" href="namespaceoperations__research.html#ab44ae2e3c5c072bc8bd2194a8e9df0db">GurobiDynamicLibraryPotentialPaths</a>() {</div>
|
|
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span> std::vector<std::string> potential_paths;</div>
|
|
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span> <span class="keyword">const</span> std::vector<std::string> kGurobiVersions = {</div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span> <span class="stringliteral">"951"</span>, <span class="stringliteral">"950"</span>, <span class="stringliteral">"911"</span>, <span class="stringliteral">"910"</span>, <span class="stringliteral">"903"</span>, <span class="stringliteral">"902"</span>, <span class="stringliteral">"811"</span>, <span class="stringliteral">"801"</span>, <span class="stringliteral">"752"</span>};</div>
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span> </div>
|
|
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> <span class="comment">// Look for libraries pointed by GUROBI_HOME first.</span></div>
|
|
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</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 id="l00674" name="l00674"></a><span class="lineno"> 674</span> <span class="keywordflow">if</span> (gurobi_home_from_env != <span class="keyword">nullptr</span>) {</div>
|
|
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> std::string& version : kGurobiVersions) {</div>
|
|
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span> <span class="keyword">const</span> std::string lib = version.substr(0, 2);</div>
|
|
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span><span class="preprocessor">#if defined(_MSC_VER) </span><span class="comment">// Windows</span></div>
|
|
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> potential_paths.push_back(</div>
|
|
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span> absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"\\bin\\gurobi"</span>, lib, <span class="stringliteral">".dll"</span>));</div>
|
|
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"> 680</span><span class="preprocessor">#elif defined(__APPLE__) </span><span class="comment">// OS X</span></div>
|
|
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"> 681</span> potential_paths.push_back(</div>
|
|
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span> absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"/lib/libgurobi"</span>, lib, <span class="stringliteral">".dylib"</span>));</div>
|
|
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"> 683</span><span class="preprocessor">#elif defined(__GNUC__) </span><span class="comment">// Linux</span></div>
|
|
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> potential_paths.push_back(</div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span> absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"/lib/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span> potential_paths.push_back(</div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span> absl::StrCat(gurobi_home_from_env, <span class="stringliteral">"/lib64/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span><span class="preprocessor">#else</span></div>
|
|
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span> <a class="code hl_define" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code hl_variable" href="log__severity_8h.html#ac9bcbe19995a8140cd4ec61773cd6e67">ERROR</a>) << <span class="stringliteral">"OS Not recognized by gurobi/environment.cc."</span></div>
|
|
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"> 690</span> << <span class="stringliteral">" You won't be able to use Gurobi."</span>;</div>
|
|
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span><span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span> }</div>
|
|
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> }</div>
|
|
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span> </div>
|
|
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"> 695</span> <span class="comment">// Search for canonical places.</span></div>
|
|
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"> 696</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> std::string& version : kGurobiVersions) {</div>
|
|
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> <span class="keyword">const</span> std::string lib = version.substr(0, 2);</div>
|
|
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span><span class="preprocessor">#if defined(_MSC_VER) </span><span class="comment">// Windows</span></div>
|
|
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span> potential_paths.push_back(absl::StrCat(<span class="stringliteral">"C:\\Program Files\\gurobi"</span>, version,</div>
|
|
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span> <span class="stringliteral">"\\win64\\bin\\gurobi"</span>, lib,</div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span> <span class="stringliteral">".dll"</span>));</div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"> 702</span><span class="preprocessor">#elif defined(__APPLE__) </span><span class="comment">// OS X</span></div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> potential_paths.push_back(absl::StrCat(</div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</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 id="l00705" name="l00705"></a><span class="lineno"> 705</span><span class="preprocessor">#elif defined(__GNUC__) </span><span class="comment">// Linux</span></div>
|
|
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span> potential_paths.push_back(absl::StrCat(</div>
|
|
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</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 id="l00708" name="l00708"></a><span class="lineno"> 708</span> potential_paths.push_back(absl::StrCat(</div>
|
|
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</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 id="l00710" name="l00710"></a><span class="lineno"> 710</span> potential_paths.push_back(</div>
|
|
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span> absl::StrCat(<span class="stringliteral">"/opt/gurobi/linux64/lib/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> potential_paths.push_back(</div>
|
|
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span> absl::StrCat(<span class="stringliteral">"/opt/gurobi/linux64/lib64/libgurobi"</span>, lib, <span class="stringliteral">".so"</span>));</div>
|
|
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span><span class="preprocessor">#else</span></div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> <a class="code hl_define" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code hl_variable" href="log__severity_8h.html#ac9bcbe19995a8140cd4ec61773cd6e67">ERROR</a>) << <span class="stringliteral">"OS Not recognized by gurobi/environment.cc."</span></div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span> << <span class="stringliteral">" You won't be able to use Gurobi."</span>;</div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span><span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span> }</div>
|
|
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span> <span class="keywordflow">return</span> potential_paths;</div>
|
|
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span>}</div>
|
|
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span> </div>
|
|
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad6c6ca37ce0f44ef738366070fe992a4"> 722</a></span>absl::Status <a class="code hl_function" href="namespaceoperations__research.html#ad6c6ca37ce0f44ef738366070fe992a4">LoadGurobiDynamicLibrary</a>(</div>
|
|
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"> 723</span> std::vector<std::string> potential_paths) {</div>
|
|
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> <span class="keyword">static</span> std::once_flag gurobi_loading_done;</div>
|
|
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span> <span class="keyword">static</span> absl::Status gurobi_load_status;</div>
|
|
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span> <span class="keyword">static</span> <a class="code hl_class" href="class_dynamic_library.html">DynamicLibrary</a> gurobi_library;</div>
|
|
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> <span class="keyword">static</span> absl::Mutex mutex;</div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span> </div>
|
|
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span> absl::MutexLock lock(&mutex);</div>
|
|
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> </div>
|
|
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span> std::call_once(gurobi_loading_done, [&potential_paths]() {</div>
|
|
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span> <span class="keyword">const</span> std::vector<std::string> canonical_paths =</div>
|
|
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span> <a class="code hl_function" href="namespaceoperations__research.html#ab44ae2e3c5c072bc8bd2194a8e9df0db">GurobiDynamicLibraryPotentialPaths</a>();</div>
|
|
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span> potential_paths.insert(potential_paths.end(), canonical_paths.begin(),</div>
|
|
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span> canonical_paths.end());</div>
|
|
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span> <span class="keywordflow">for</span> (<span class="keyword">const</span> std::string& path : potential_paths) {</div>
|
|
<div class="line"><a id="l00737" name="l00737"></a><span class="lineno"> 737</span> <span class="keywordflow">if</span> (gurobi_library.<a class="code hl_function" href="class_dynamic_library.html#a7c961d016cc8694db859ca9260f3e553">TryToLoad</a>(path)) {</div>
|
|
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"> 738</span> <a class="code hl_define" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code hl_variable" 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 id="l00739" name="l00739"></a><span class="lineno"> 739</span> <span class="keywordflow">break</span>;</div>
|
|
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span> }</div>
|
|
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span> }</div>
|
|
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> </div>
|
|
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"> 743</span> <span class="keywordflow">if</span> (gurobi_library.<a class="code hl_function" href="class_dynamic_library.html#afc2eff6666031583a0f6c183f2e3ed52">LibraryIsLoaded</a>()) {</div>
|
|
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span> <a class="code hl_function" href="namespaceoperations__research.html#a7b04d9d37e72714a19537614c7948045">LoadGurobiFunctions</a>(&gurobi_library);</div>
|
|
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span> gurobi_load_status = absl::OkStatus();</div>
|
|
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span> } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"> 747</span> gurobi_load_status = absl::NotFoundError(absl::StrCat(</div>
|
|
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> <span class="stringliteral">"Could not find the Gurobi shared library. Looked in: ["</span>,</div>
|
|
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"> 749</span> absl::StrJoin(potential_paths, <span class="stringliteral">"', '"</span>),</div>
|
|
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span> <span class="stringliteral">"]. If you know where it"</span></div>
|
|
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span> <span class="stringliteral">" is, pass the full path to 'LoadGurobiDynamicLibrary()'."</span>));</div>
|
|
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span> }</div>
|
|
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno"> 753</span> });</div>
|
|
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"> 754</span> <span class="keywordflow">return</span> gurobi_load_status;</div>
|
|
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"> 755</span>}</div>
|
|
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span> </div>
|
|
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6fb0c68e3b93033a6161597239899e38"> 757</a></span>absl::StatusOr<GRBenv*> <a class="code hl_function" href="namespaceoperations__research.html#a6fb0c68e3b93033a6161597239899e38">GetGurobiEnv</a>() {</div>
|
|
<div class="line"><a id="l00758" name="l00758"></a><span class="lineno"> 758</span> <a class="code hl_define" href="status__macros_8h.html#acdc223d8c59d5c591dc6b4e88257627b">RETURN_IF_ERROR</a>(<a class="code hl_function" href="namespaceoperations__research.html#ad6c6ca37ce0f44ef738366070fe992a4">LoadGurobiDynamicLibrary</a>({}));</div>
|
|
<div class="line"><a id="l00759" name="l00759"></a><span class="lineno"> 759</span> </div>
|
|
<div class="line"><a id="l00760" name="l00760"></a><span class="lineno"> 760</span> <a class="code hl_typedef" href="environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>* env = <span class="keyword">nullptr</span>;</div>
|
|
<div class="line"><a id="l00761" name="l00761"></a><span class="lineno"> 761</span> </div>
|
|
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"> 762</span> <span class="keywordflow">if</span> (<a class="code hl_variable" 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 id="l00763" name="l00763"></a><span class="lineno"> 763</span> <span class="keywordflow">return</span> absl::FailedPreconditionError(</div>
|
|
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span> absl::StrCat(<span class="stringliteral">"Found the Gurobi shared library, but could not create "</span></div>
|
|
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"> 765</span> <span class="stringliteral">"Gurobi environment: is Gurobi licensed on this machine?"</span>,</div>
|
|
<div class="line"><a id="l00766" name="l00766"></a><span class="lineno"> 766</span> <a class="code hl_variable" href="namespaceoperations__research.html#a6e3a7ab84a516ee67eb78d50ac3987e2">GRBgeterrormsg</a>(env)));</div>
|
|
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno"> 767</span> }</div>
|
|
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno"> 768</span> <span class="keywordflow">return</span> env;</div>
|
|
<div class="line"><a id="l00769" name="l00769"></a><span class="lineno"> 769</span>}</div>
|
|
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"> 770</span> </div>
|
|
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"> 771</span>} <span class="comment">// namespace operations_research</span></div>
|
|
<div class="ttc" id="abase_2file_8h_html"><div class="ttname"><a href="base_2file_8h.html">file.h</a></div></div>
|
|
<div class="ttc" id="abase_2logging_8h_html"><div class="ttname"><a href="base_2logging_8h.html">logging.h</a></div></div>
|
|
<div class="ttc" id="abase_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae"><div class="ttname"><a href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a></div><div class="ttdeci">#define LOG(severity)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00420">base/logging.h:420</a></div></div>
|
|
<div class="ttc" id="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_a759ef9611eead1f6253009bbdf7b9dd4"><div class="ttname"><a href="class_dynamic_library.html#a759ef9611eead1f6253009bbdf7b9dd4">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#l00025">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#l00024">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="ag__gurobi_8cc_html_a2237393c7ae7ad7344c9885066d5ab6d"><div class="ttname"><a href="g__gurobi_8cc.html#a2237393c7ae7ad7344c9885066d5ab6d">status</a></div><div class="ttdeci">absl::Status status</div><div class="ttdef"><b>Definition:</b> <a href="g__gurobi_8cc_source.html#l00035">g_gurobi.cc:35</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#l00274">gurobi_interface.cc:274</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#l00276">gurobi_interface.cc:276</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#l00167">environment.cc:167</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#l00344">environment.cc:344</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#l00145">environment.cc:145</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#l00342">environment.cc:342</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#l00079">environment.cc:79</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#l00362">environment.cc:362</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#l00374">environment.cc:374</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#l00364">environment.cc:364</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#l00414">environment.cc:414</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#l00298">environment.cc:298</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#l00340">environment.cc:340</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#l00270">environment.cc:270</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#l00337">environment.cc:337</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#l00190">environment.cc:190</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#l00096">environment.cc:96</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#l00223">environment.cc:223</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#l00422">environment.cc:422</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#l00135">environment.cc:135</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#l00391">environment.cc:391</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#l00210">environment.cc:210</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#l00314">environment.cc:314</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#l00116">environment.cc:116</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#l00176">environment.cc:176</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#l00259">environment.cc:259</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#l00239">environment.cc:239</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#l00221">environment.cc:221</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#l00401">environment.cc:401</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#l00341">environment.cc:341</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#l00431">environment.cc:431</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#l00392">environment.cc:392</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#l00323">environment.cc:323</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#l00423">environment.cc:423</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#l00203">environment.cc:203</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#l00335">environment.cc:335</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#l00429">environment.cc:429</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#l00378">environment.cc:378</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#l00058">environment.cc:58</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#l00368">environment.cc:368</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#l00209">environment.cc:209</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#l00159">environment.cc:159</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#l00235">environment.cc:235</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#l00389">environment.cc:389</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#l00360">environment.cc:360</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#l00333">environment.cc:333</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#l00067">environment.cc:67</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#l00211">environment.cc:211</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#l00274">environment.cc:274</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#l00161">environment.cc:161</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#l00380">environment.cc:380</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#l00300">environment.cc:300</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#l00148">environment.cc:148</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#l00151">environment.cc:151</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#l00359">environment.cc:359</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#l00238">environment.cc:238</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#l00405">environment.cc:405</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#l00184">environment.cc:184</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#l00249">environment.cc:249</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#l00361">environment.cc:361</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#l00085">environment.cc:85</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#l00255">environment.cc:255</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#l00073">environment.cc:73</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#l00220">environment.cc:220</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#l00371">environment.cc:371</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#l00397">environment.cc:397</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#l00421">environment.cc:421</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#l00061">environment.cc:61</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#l00201">environment.cc:201</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#l00388">environment.cc:388</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#l00110">environment.cc:110</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#l00173">environment.cc:173</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#l00336">environment.cc:336</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#l00411">environment.cc:411</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#l00315">environment.cc:315</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#l00123">environment.cc:123</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#l00350">environment.cc:350</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#l00319">environment.cc:319</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#l00366">environment.cc:366</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#l00427">environment.cc:427</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#l00328">environment.cc:328</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#l00757">environment.cc:757</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#l00420">environment.cc:420</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#l00321">environment.cc:321</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#l00182">environment.cc:182</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#l00295">environment.cc:295</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#l00384">environment.cc:384</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#l00348">environment.cc:348</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#l00104">environment.cc:104</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#l00331">environment.cc:331</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#l00219">environment.cc:219</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#l00052">environment.cc:52</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#l00222">environment.cc:222</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#l00442">environment.cc:442</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#l00439">environment.cc:439</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#l00310">environment.cc:310</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#l00387">environment.cc:387</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#l00440">environment.cc:440</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#l00107">environment.cc:107</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#l00207">environment.cc:207</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#l00390">environment.cc:390</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#l00425">environment.cc:425</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#l00325">environment.cc:325</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#l00126">environment.cc:126</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#l00428">environment.cc:428</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#l00334">environment.cc:334</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#l00355">environment.cc:355</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#l00218">environment.cc:218</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#l00303">environment.cc:303</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#l00234">environment.cc:234</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#l00326">environment.cc:326</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#l00281">environment.cc:281</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#l00113">environment.cc:113</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#l00419">environment.cc:419</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#l00082">environment.cc:82</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#l00432">environment.cc:432</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#l00436">environment.cc:436</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#l00064">environment.cc:64</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#l00338">environment.cc:338</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#l00164">environment.cc:164</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#l00120">environment.cc:120</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#l00091">environment.cc:91</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#l00101">environment.cc:101</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#l00129">environment.cc:129</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#l00437">environment.cc:437</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#l00267">environment.cc:267</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#l00237">environment.cc:237</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#l00306">environment.cc:306</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#l00138">environment.cc:138</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#l00322">environment.cc:322</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#l00347">environment.cc:347</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ab44ae2e3c5c072bc8bd2194a8e9df0db"><div class="ttname"><a href="namespaceoperations__research.html#ab44ae2e3c5c072bc8bd2194a8e9df0db">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#l00667">environment.cc:667</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#l00153">environment.cc:153</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#l00053">environment.cc:53</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#l00217">environment.cc:217</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#l00179">environment.cc:179</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#l00339">environment.cc:339</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#l00208">environment.cc:208</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#l00197">environment.cc:197</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#l00236">environment.cc:236</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#l00349">environment.cc:349</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#l00049">environment.cc:49</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#l00320">environment.cc:320</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#l00132">environment.cc:132</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#l00031">environment.cc:31</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#l00424">environment.cc:424</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#l00187">environment.cc:187</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#l00215">environment.cc:215</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#l00094">environment.cc:94</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#l00118">environment.cc:118</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#l00205">environment.cc:205</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#l00385">environment.cc:385</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#l00278">environment.cc:278</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#l00243">environment.cc:243</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#l00232">environment.cc:232</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#l00722">environment.cc:722</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#l00426">environment.cc:426</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#l00076">environment.cc:76</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#l00395">environment.cc:395</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#l00292">environment.cc:292</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#l00194">environment.cc:194</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#l00147">environment.cc:147</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#l00156">environment.cc:156</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#l00289">environment.cc:289</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#l00435">environment.cc:435</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#l00098">environment.cc:98</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#l00070">environment.cc:70</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#l00141">environment.cc:141</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#l00170">environment.cc:170</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#l00263">environment.cc:263</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#l00143">environment.cc:143</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#l00285">environment.cc:285</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#l00088">environment.cc:88</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#l00351">environment.cc:351</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#l00056">environment.cc:56</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#l00343">environment.cc:343</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#l00376">environment.cc:376</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#l00382">environment.cc:382</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#l00394">environment.cc:394</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="asparse__submatrix_8cc_html_a9b7656b922ea4ec96097d7380c0e61fe"><div class="ttname"><a href="sparse__submatrix_8cc.html#a9b7656b922ea4ec96097d7380c0e61fe">start</a></div><div class="ttdeci">int64_t start</div><div class="ttdef"><b>Definition:</b> <a href="sparse__submatrix_8cc_source.html#l00035">sparse_submatrix.cc:35</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 class="ttc" id="avariable__and__expressions_8cc_html_a98c17ae8d99a73259ea78de8c4b66254"><div class="ttname"><a href="variable__and__expressions_8cc.html#a98c17ae8d99a73259ea78de8c4b66254">constant</a></div><div class="ttdeci">const double constant</div><div class="ttdef"><b>Definition:</b> <a href="variable__and__expressions_8cc_source.html#l00139">variable_and_expressions.cc:139</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.3 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|