Files
ortools-clone/docs/cpp/gurobi__environment_8h_source.html
Mizux Seiha 3b7ffd12b0 Update doc
2020-10-09 12:01:52 +02:00

855 lines
212 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.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: gurobi_environment.h 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
&#160;<span id="projectnumber">8.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('gurobi__environment_8h_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">gurobi_environment.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="gurobi__environment_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876"> 1</a></span>&#160;<span class="comment">// Copyright 2010-2018 Google LLC</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// limitations under the License.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#ifndef OR_TOOLS_LINEAR_SOLVER_GUROBI_ENVIRONMENT_H_</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#define OR_TOOLS_LINEAR_SOLVER_GUROBI_ENVIRONMENT_H_</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; </div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &quot;absl/status/status.h&quot;</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="commandlineflags_8h.html">ortools/base/commandlineflags.h</a>&quot;</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="dynamic__library_8h.html">ortools/base/dynamic_library.h</a>&quot;</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="base_2logging_8h.html">ortools/base/logging.h</a>&quot;</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#if defined(_MSC_VER)</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#define STDCALL __stdcall</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a446cf449a6234c9b177309d5ba0852c0"> 25</a></span>&#160;<span class="preprocessor">#define STDCALL</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>_GRBmodel <a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a>;</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>_GRBenv <a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a>;</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;}</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;absl::Status <a class="code" href="namespaceoperations__research.html#abef00259da66fe371a23872430847aeb">LoadGurobiEnvironment</a>(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> **env);</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae7ac10908b369bb98f65176f989ca58a"> 36</a></span>&#160;<span class="preprocessor">#define CB_ARGS GRBmodel *model, void *cbdata, int where, void *usrdata</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keywordtype">int</span>, <span class="keywordtype">int</span> *, <span class="keywordtype">double</span> *, <span class="keywordtype">double</span>, <span class="keywordtype">double</span>,</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> *)&gt;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <a class="code" href="namespaceoperations__research.html#af8027ada63822122e81c4c621fccfc76">GRBaddrangeconstr</a>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keywordtype">int</span>, <span class="keywordtype">int</span>, <span class="keywordtype">int</span> *, <span class="keywordtype">int</span> *, <span class="keywordtype">double</span> *, <span class="keywordtype">double</span> *,</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordtype">double</span> *, <span class="keywordtype">double</span> *, <span class="keywordtype">char</span> *, <span class="keywordtype">char</span> **)&gt;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <a class="code" href="namespaceoperations__research.html#a849165b7e3c00d8a9b0c28bea1445d68">GRBaddvars</a>;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="keyword">extern</span> std::function&lt;void(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *)&gt; <a class="code" href="namespaceoperations__research.html#a1d4bcb02f10844c8e2d8cc10ff61bdb9">GRBfreeenv</a>;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *)&gt; <a class="code" href="namespaceoperations__research.html#a75e7889571e2b29a3f06e6a5f5de288f">GRBfreemodel</a>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>, <span class="keywordtype">char</span> *)&gt;</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <a class="code" href="namespaceoperations__research.html#a872663606493364fca70cc0af035f1d9">GRBgetcharattrelement</a>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">double</span> *)&gt; <a class="code" href="namespaceoperations__research.html#abd4f1ba93a94617b23632839cb566f41">GRBgetdblattr</a>;</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>, <span class="keywordtype">int</span>, <span class="keywordtype">double</span> *)&gt;</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <a class="code" href="namespaceoperations__research.html#a7aebe9e5663030576c49e9a82a6c75cf">GRBgetdblattrarray</a>;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>, <span class="keywordtype">double</span> *)&gt;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <a class="code" href="namespaceoperations__research.html#ac873c1b74230c3670b9c38f6a6ecea54">GRBgetdblattrelement</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">double</span> *)&gt; <a class="code" href="namespaceoperations__research.html#ab7e6bcf3be5552998d1aa03bc35f4b50">GRBgetdblparam</a>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="keyword">extern</span> std::function&lt;<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *)&gt; <a class="code" href="namespaceoperations__research.html#ae6221f683517ccef28cc7b345da61fff">GRBgetenv</a>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="keyword">extern</span> std::function&lt;<span class="keywordtype">char</span> *(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *)&gt; <a class="code" href="namespaceoperations__research.html#a2672e85da6450b474d802e16429ef4ad">GRBgeterrormsg</a>;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span> *)&gt; <a class="code" href="namespaceoperations__research.html#a48eb6daa509e38e42d48dc50138b9248">GRBgetintattr</a>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>, <span class="keywordtype">int</span> *)&gt;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <a class="code" href="namespaceoperations__research.html#a4aa3858911b6cb565d8250c3c32b4b73">GRBgetintattrelement</a>;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> **, <span class="keyword">const</span> <span class="keywordtype">char</span> *)&gt; <a class="code" href="namespaceoperations__research.html#af3667a35edb7beb931854e5b3ba9695e">GRBloadenv</a>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *, <a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> **, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span> numvars,</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keywordtype">double</span> *, <span class="keywordtype">double</span> *, <span class="keywordtype">double</span> *, <span class="keywordtype">char</span> *, <span class="keywordtype">char</span> **)&gt;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <a class="code" href="namespaceoperations__research.html#a03841bd276f1eca1f17ddb204d0e3dcd">GRBnewmodel</a>;</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *)&gt; <a class="code" href="namespaceoperations__research.html#a67ae1915ab928a2e8806a4907d00a8ef">GRBoptimize</a>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *)&gt; <a class="code" href="namespaceoperations__research.html#a35b2830e1bae4c7e3c177e286e9d2fe6">GRBreadparams</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *)&gt; <a class="code" href="namespaceoperations__research.html#a8c9e36b23f8334c99e859d4cb3066318">GRBresetparams</a>;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>, <span class="keywordtype">char</span>)&gt;</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <a class="code" href="namespaceoperations__research.html#a22e4cdeae7b7265e68c75c4346c6f8d1">GRBsetcharattrelement</a>;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">double</span>)&gt; <a class="code" href="namespaceoperations__research.html#a5cc12a8b3c886c3e9502f027c1354b03">GRBsetdblattr</a>;</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>, <span class="keywordtype">double</span>)&gt;</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <a class="code" href="namespaceoperations__research.html#ac07530cd313155bb72a879e3001fcfa0">GRBsetdblattrelement</a>;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">double</span>)&gt; <a class="code" href="namespaceoperations__research.html#a4c0630ead3dae4e8e7512c2b509bb091">GRBsetdblparam</a>;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>)&gt; <a class="code" href="namespaceoperations__research.html#a299b1fa9bd91d6d08764f6e6528c4284">GRBsetintattr</a>;</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *, <span class="keywordtype">int</span>)&gt; <a class="code" href="namespaceoperations__research.html#afd49a4754e62656ab0f7ee13c0989e94">GRBsetintparam</a>;</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="keyword">extern</span> std::function&lt;void(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *)&gt; <a class="code" href="namespaceoperations__research.html#a51d61fa876d0a42426bfd1ee6df548e3">GRBterminate</a>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *)&gt; <a class="code" href="namespaceoperations__research.html#a697dfcc19133e896500d9f1035ff2923">GRBupdatemodel</a>;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="keyword">extern</span> std::function&lt;void(<span class="keywordtype">int</span> *, <span class="keywordtype">int</span> *, <span class="keywordtype">int</span> *)&gt; <a class="code" href="namespaceoperations__research.html#a09a84b9d534f8406efc6203b15d5a736">GRBversion</a>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *, <span class="keyword">const</span> <span class="keywordtype">char</span> *)&gt; <a class="code" href="namespaceoperations__research.html#a2a32719e8a1fe8c1885cb08f688ab8e3">GRBwrite</a>;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<span class="keywordtype">void</span> *cbdata, <span class="keywordtype">int</span> <a class="code" href="gurobi__interface_8cc.html#a675dd47bbf0a66c9cb592047797a6d69">where</a>, <span class="keywordtype">int</span> what, <span class="keywordtype">void</span> *resultP)&gt;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <a class="code" href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798">GRBcbget</a>;</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<span class="keywordtype">void</span> *cbdata, <span class="keywordtype">int</span> cutlen, <span class="keyword">const</span> <span class="keywordtype">int</span> *cutind,</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keyword">const</span> <span class="keywordtype">double</span> *cutval, <span class="keywordtype">char</span> cutsense, <span class="keywordtype">double</span> cutrhs)&gt;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <a class="code" href="namespaceoperations__research.html#ae34339d979ba0033f7e47a88913e2d60">GRBcbcut</a>;</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<span class="keywordtype">void</span> *cbdata, <span class="keywordtype">int</span> lazylen, <span class="keyword">const</span> <span class="keywordtype">int</span> *lazyind,</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keyword">const</span> <span class="keywordtype">double</span> *lazyval, <span class="keywordtype">char</span> lazysense, <span class="keywordtype">double</span> lazyrhs)&gt;</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <a class="code" href="namespaceoperations__research.html#a33d1abd321c8db939e166390ac01cc1e">GRBcblazy</a>;</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<span class="keywordtype">void</span> *cbdata, <span class="keyword">const</span> <span class="keywordtype">double</span> *solution, <span class="keywordtype">double</span> *objvalP)&gt;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="code" href="namespaceoperations__research.html#ab4617e07ad4b1c37b128c99095da1bd1">GRBcbsolution</a>;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numnz, <span class="keywordtype">int</span> *cind, <span class="keywordtype">double</span> *cval,</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keywordtype">char</span> sense, <span class="keywordtype">double</span> rhs, <span class="keyword">const</span> <span class="keywordtype">char</span> *constrname)&gt;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <a class="code" href="namespaceoperations__research.html#a0f84ff594da652e1b34b0050218d369d">GRBaddconstr</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> binvar,</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordtype">int</span> binval, <span class="keywordtype">int</span> nvars, <span class="keyword">const</span> <span class="keywordtype">int</span> *vars,</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keyword">const</span> <span class="keywordtype">double</span> *vals, <span class="keywordtype">char</span> sense, <span class="keywordtype">double</span> rhs)&gt;</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <a class="code" href="namespaceoperations__research.html#af4535ee13f58c488020c80b1dfbfd177">GRBaddgenconstrIndicator</a>;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *attrname, <span class="keywordtype">int</span> element,</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordtype">int</span> newvalue)&gt;</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="namespaceoperations__research.html#a9d36831683588c7be928bf1afee486e3">GRBsetintattrelement</a>;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span>(<a class="code" href="gurobi__environment_8h.html#a446cf449a6234c9b177309d5ba0852c0">STDCALL</a> *cb)(<a class="code" href="gurobi__environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a>),</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keywordtype">void</span> *usrdata)&gt;</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <a class="code" href="namespaceoperations__research.html#a3233b0ce78b4bd2639c67ea2ce23e4d0">GRBsetcallbackfunc</a>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a> *env, <span class="keyword">const</span> <span class="keywordtype">char</span> *paramname, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf">value</a>)&gt;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <a class="code" href="namespaceoperations__research.html#a2e34f6a0dfee062d8994464725328201">GRBsetparam</a>;</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numsos, <span class="keywordtype">int</span> nummembers,</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="keywordtype">int</span> *types, <span class="keywordtype">int</span> *beg, <span class="keywordtype">int</span> *ind, <span class="keywordtype">double</span> *<a class="code" href="pack_8cc.html#ae42ca38a167164c07831993889216903">weight</a>)&gt;</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <a class="code" href="namespaceoperations__research.html#adf99c516af940ef3c7e4a7c0fcb88d79">GRBaddsos</a>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numlnz, <span class="keywordtype">int</span> *lind, <span class="keywordtype">double</span> *lval,</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keywordtype">int</span> numqnz, <span class="keywordtype">int</span> *qrow, <span class="keywordtype">int</span> *qcol, <span class="keywordtype">double</span> *qval,</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <span class="keywordtype">char</span> sense, <span class="keywordtype">double</span> rhs, <span class="keyword">const</span> <span class="keywordtype">char</span> *QCname)&gt;</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <a class="code" href="namespaceoperations__research.html#a17b7ef8efa1ddc5320f4e41f529bcb26">GRBaddqconstr</a>;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar,</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keywordtype">int</span> nvars, <span class="keyword">const</span> <span class="keywordtype">int</span> *vars, <span class="keywordtype">double</span> constant)&gt;</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <a class="code" href="namespaceoperations__research.html#a726a825822cd2729ff593cf1cfc9f4f6">GRBaddgenconstrMax</a>;</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar,</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <span class="keywordtype">int</span> nvars, <span class="keyword">const</span> <span class="keywordtype">int</span> *vars, <span class="keywordtype">double</span> constant)&gt;</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="namespaceoperations__research.html#a0e37c85f04063d4186729869fab0818e">GRBaddgenconstrMin</a>;</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar,</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <span class="keywordtype">int</span> argvar)&gt;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <a class="code" href="namespaceoperations__research.html#a464bd5852ed2f27dd542ebd0865d5bf4">GRBaddgenconstrAbs</a>;</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar,</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keywordtype">int</span> nvars, <span class="keyword">const</span> <span class="keywordtype">int</span> *vars)&gt;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="code" href="namespaceoperations__research.html#a93968df3ef112d1e52cb1483f1c7984e">GRBaddgenconstrAnd</a>;</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <span class="keywordtype">int</span> resvar,</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <span class="keywordtype">int</span> nvars, <span class="keyword">const</span> <span class="keywordtype">int</span> *vars)&gt;</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <a class="code" href="namespaceoperations__research.html#aae0c684250127d44e89060646cbe346b">GRBaddgenconstrOr</a>;</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;<span class="keyword">extern</span> std::function&lt;int(<a class="code" href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a> *<a class="code" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <span class="keywordtype">int</span> numqnz, <span class="keywordtype">int</span> *qrow, <span class="keywordtype">int</span> *qcol,</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="keywordtype">double</span> *qval)&gt;</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <a class="code" href="namespaceoperations__research.html#a6b299430dd78312bb08c316340ec5658">GRBaddqpterms</a>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; </div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7af462f54238363e6ee14e443f5c1a64"> 129</a></span>&#160;<span class="preprocessor">#define GRB_VERSION_MAJOR 9</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a31483e94a1dc1f4d177196364e8a7dc5"> 130</a></span>&#160;<span class="preprocessor">#define GRB_VERSION_MINOR 0</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adca6927d88d7bfea47800cdec327e0a4"> 131</a></span>&#160;<span class="preprocessor">#define GRB_VERSION_TECHNICAL 2</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af67ecff3ca5f78ef781572c2d2aaa3a6"> 132</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_OUT_OF_MEMORY 10001</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4a6bc482cfcec37f18499cbee75aadc4"> 133</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_NULL_ARGUMENT 10002</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4d0172fd192ef858cd1ba0895a7bba7d"> 134</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_INVALID_ARGUMENT 10003</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4312d1b48b9d9ff8a280ec885fb96a8d"> 135</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_UNKNOWN_ATTRIBUTE 10004</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1a98a952757b2175e68f5ba315c17f9c"> 136</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_DATA_NOT_AVAILABLE 10005</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a302eca1a762e3a30b7bf577385ccf738"> 137</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_INDEX_OUT_OF_RANGE 10006</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a408a5bd209885f6dcc89de0a9ad1aa94"> 138</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_UNKNOWN_PARAMETER 10007</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9a9a6666880bd188df88302b4fcc9271"> 139</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_VALUE_OUT_OF_RANGE 10008</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a62f5c46eb05a9a2a3aa018fc356aa33a"> 140</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_NO_LICENSE 10009</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad46f1497b6ecd99107a93486d12c3b6f"> 141</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_SIZE_LIMIT_EXCEEDED 10010</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1083ba2dffb17d6f98510b91ec3619c1"> 142</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_CALLBACK 10011</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7a2c13fd29d15ee14338b5de8377b26a"> 143</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_FILE_READ 10012</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a449f5459999863beacb61d561671e414"> 144</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_FILE_WRITE 10013</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5ded78011789e27ed549183395b17f2a"> 145</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_NUMERIC 10014</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa9a84c131770897591dcf5d9819f1f06"> 146</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_IIS_NOT_INFEASIBLE 10015</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7d1479734f486152e3a5e701bc6b8fa5"> 147</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_NOT_FOR_MIP 10016</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5d52498c2434318d4ab751107d1d8b26"> 148</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_OPTIMIZATION_IN_PROGRESS 10017</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad3925010db47489b55cb7cf5ad1e40cb"> 149</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_DUPLICATES 10018</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a65255122426228e1884236f000ccee30"> 150</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_NODEFILE 10019</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8bd128c68a718c232fe8fa9417d98de2"> 151</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_Q_NOT_PSD 10020</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a13d1227eb46f67993a86d4a867d03bf6"> 152</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_QCP_EQUALITY_CONSTRAINT 10021</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a36d1aa1dface09b47c59fc4ac7f1b7d8"> 153</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_NETWORK 10022</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a25cf6cff20c543a4b3239006d506f1bd"> 154</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_JOB_REJECTED 10023</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae777bf93e9d51c1afb55c8c3908d9aa8"> 155</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_NOT_SUPPORTED 10024</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa739025d9a7e7de9ebbaeb681a679035"> 156</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_EXCEED_2B_NONZEROS 10025</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0cd74783ec9f1d9f1e71d6201573f98a"> 157</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_INVALID_PIECEWISE_OBJ 10026</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac16959c0b26e6123759bf994a2e80276"> 158</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_UPDATEMODE_CHANGE 10027</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6bde0cf462d2c369ac6786e2201fe90c"> 159</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_CLOUD 10028</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9de5329ac90d73bbb3c8d398d7f74183"> 160</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_MODEL_MODIFICATION 10029</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa1487b7bb8a464b6c7ecf5e134ff5ea9"> 161</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_CSWORKER 10030</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6bac776b7c38238f15ba206b70d7dbdd"> 162</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_TUNE_MODEL_TYPES 10031</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3ba1fc547fa6e02fd6ddb832e6c3d251"> 163</a></span>&#160;<span class="preprocessor">#define GRB_ERROR_SECURITY 10032</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad789b60cb2feff34abddf416dcdba0c9"> 164</a></span>&#160;<span class="preprocessor">#define GRB_LESS_EQUAL &#39;&lt;&#39;</span></div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2f1213e965bc4f4239c9178b6e8af074"> 165</a></span>&#160;<span class="preprocessor">#define GRB_GREATER_EQUAL &#39;&gt;&#39;</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab1259c28b7591a6ed65482a365be56c6"> 166</a></span>&#160;<span class="preprocessor">#define GRB_EQUAL &#39;=&#39;</span></div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6cc9be6c5a5942fae165ac67f0b55c09"> 167</a></span>&#160;<span class="preprocessor">#define GRB_CONTINUOUS &#39;C&#39;</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af253f5e12cd48e0718eac5d4cb4f161d"> 168</a></span>&#160;<span class="preprocessor">#define GRB_BINARY &#39;B&#39;</span></div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5303a1a44e057e9af71c89e9e5c67299"> 169</a></span>&#160;<span class="preprocessor">#define GRB_INTEGER &#39;I&#39;</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a10e959dadee6184a80bd784e3069a787"> 170</a></span>&#160;<span class="preprocessor">#define GRB_SEMICONT &#39;S&#39;</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a497be97e1070e95570638879589f5646"> 171</a></span>&#160;<span class="preprocessor">#define GRB_SEMIINT &#39;N&#39;</span></div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad4477c4c3cade685194ae6957edce447"> 172</a></span>&#160;<span class="preprocessor">#define GRB_MINIMIZE 1</span></div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1d47332af7cf793e9b5cc80998ea4afe"> 173</a></span>&#160;<span class="preprocessor">#define GRB_MAXIMIZE -1</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a83c630c8212f82f29aa486c99c52e889"> 174</a></span>&#160;<span class="preprocessor">#define GRB_SOS_TYPE1 1</span></div>
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab1a16d7efaf01b93f78a9d1fc9523ed6"> 175</a></span>&#160;<span class="preprocessor">#define GRB_SOS_TYPE2 2</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2596d04fb885c491433c0f4df4988675"> 176</a></span>&#160;<span class="preprocessor">#define GRB_INFINITY 1e100</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af1ed3c79be1f7b75cf20ab2ecfffbca6"> 177</a></span>&#160;<span class="preprocessor">#define GRB_UNDEFINED 1e101</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aaeec08d31335c6a13ff639dff0f4daa5"> 178</a></span>&#160;<span class="preprocessor">#define GRB_MAXINT 2000000000</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a19adabd12d5c3f7af0862e269ba79f3e"> 179</a></span>&#160;<span class="preprocessor">#define GRB_MAX_NAMELEN 255</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6ecbf3a27b35ccc4e7d58be6f1162184"> 180</a></span>&#160;<span class="preprocessor">#define GRB_MAX_STRLEN 512</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9c39375f5a69ccb319cd58a3a97c9a84"> 181</a></span>&#160;<span class="preprocessor">#define GRB_MAX_TAGLEN 10240</span></div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af5b0c9ea67bfc4608f47c6fa3f9d773c"> 182</a></span>&#160;<span class="preprocessor">#define GRB_MAX_CONCURRENT 64</span></div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac248519bcc615cb5d8db04897523f1d5"> 183</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMCONSTRS &quot;NumConstrs&quot; </span><span class="comment">/* # of constraints */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abbe8cf6c82b0d31a3ba9b66d40394134"> 184</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMVARS &quot;NumVars&quot; </span><span class="comment">/* # of vars */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a02f28cadc71c43b4047e29c870458a6a"> 185</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMSOS &quot;NumSOS&quot; </span><span class="comment">/* # of sos constraints */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adfa4fe37bed898b0a89604305c665452"> 186</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMQCONSTRS \</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;<span class="preprocessor"> &quot;NumQConstrs&quot; </span><span class="comment">/* # of quadratic constraints \</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8924344b283ea083870cefcf3f37387a"> 188</a></span>&#160;<span class="comment"> */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMGENCONSTRS \</span></div>
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a367362f7a098c470b132ce87692836c4"> 190</a></span>&#160;<span class="preprocessor"> &quot;NumGenConstrs&quot; </span><span class="comment">/* # of general constraints */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a004bc8ee025bbf51190d070a934e20c9"> 191</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMNZS &quot;NumNZs&quot; </span><span class="comment">/* # of nz in A */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a89a2148693c6175fafaa2b406f52473c"> 192</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DNUMNZS &quot;DNumNZs&quot; </span><span class="comment">/* # of nz in A */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8059d592a4172e589c3a2dcf9c751715"> 193</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMQNZS &quot;NumQNZs&quot; </span><span class="comment">/* # of nz in Q */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7a33d15359f3c9b38ef73e30cc4f9640"> 194</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMQCNZS &quot;NumQCNZs&quot; </span><span class="comment">/* # of nz in q constraints */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a66302f15a15d5b4b45fd5822fd4cf92a"> 195</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMINTVARS &quot;NumIntVars&quot; </span><span class="comment">/* # of integer vars */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa96b962e7b723d78430398d012b2cc76"> 196</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMBINVARS &quot;NumBinVars&quot; </span><span class="comment">/* # of binary vars */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMPWLOBJVARS \</span></div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8d63d792ead16b09415eb5893ad09f9a"> 198</a></span>&#160;<span class="preprocessor"> &quot;NumPWLObjVars&quot; </span><span class="comment">/* # of variables with PWL obj. */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a233cfbc39ea682329dabec1fbb4d4cbd"> 199</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_MODELNAME &quot;ModelName&quot; </span><span class="comment">/* model name */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8ac6a4fedeff2448008534b7a90abafa"> 200</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_MODELSENSE &quot;ModelSense&quot; </span><span class="comment">/* 1=min, -1=max */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a818911c41b6c6db875cc4296cb7a861a"> 201</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJCON &quot;ObjCon&quot; </span><span class="comment">/* Objective constant */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a53aa4448d8ded22274939383658c1d80"> 202</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IS_MIP &quot;IsMIP&quot; </span><span class="comment">/* Is model a MIP? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa16b413021738f1ca6d7bc00f8ed7d56"> 203</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IS_QP &quot;IsQP&quot; </span><span class="comment">/* Model has quadratic obj? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4f73b8e60ff5c376f7656450d84cb4c0"> 204</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IS_QCP &quot;IsQCP&quot; </span><span class="comment">/* Model has quadratic constr? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IS_MULTIOBJ \</span></div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a87f5d463daa6f8acf14cc71178bcb9a1"> 206</a></span>&#160;<span class="preprocessor"> &quot;IsMultiObj&quot; </span><span class="comment">/* Model has multiple objectives? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5fa0fa615fb6b753f980728a331a2334"> 207</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_SERVER &quot;Server&quot; </span><span class="comment">/* Name of Compute Server */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aeaabc9d6b8bc7e23b6e8d6f8f7afdee1"> 208</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_JOBID &quot;JobID&quot; </span><span class="comment">/* Compute Server job ID */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_LICENSE_EXPIRATION \</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0f0c63c90494d2fdbab4ff3a35767222"> 210</a></span>&#160;<span class="preprocessor"> &quot;LicenseExpiration&quot; </span><span class="comment">/* License expiration date */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMTAGGED \</span></div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab5d8f77bc49136835bf8c2280728e0e3"> 212</a></span>&#160;<span class="preprocessor"> &quot;NumTagged&quot; </span><span class="comment">/* number of tagged elements in model */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aada20d96112d64b0c03da3e69902c3ed"> 213</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_BATCHERRORCODE &quot;BatchErrorCode&quot;</span></div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac95d43a1dc75524d4d1d9a4a5ece1846"> 214</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_BATCHERRORMESSAGE &quot;BatchErrorMessage&quot;</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad30d32638d0b5f93c50f39b7fba7bb89"> 215</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_BATCHID &quot;BatchID&quot;</span></div>
<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae11f079a0448e1dd3ac0a4a5938a7a1d"> 216</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_BATCHSTATUS &quot;BatchStatus&quot;</span></div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0a9e67177dc51990769f46c9eab75ced"> 217</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_LB &quot;LB&quot; </span><span class="comment">/* Lower bound */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a728e19166cbf018cea2dd05dc67f7824"> 218</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_UB &quot;UB&quot; </span><span class="comment">/* Upper bound */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a87fb4e2c8417ac5561558e4218afff8e"> 219</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJ &quot;Obj&quot; </span><span class="comment">/* Objective coeff */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a13d56b4c7ae1126425a3584a3e4e1e7c"> 220</a></span>&#160;<span class="preprocessor">#define GRB_CHAR_ATTR_VTYPE &quot;VType&quot; </span><span class="comment">/* Integrality type */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa777b8fe04b2b549da6075d5e915eec7"> 221</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_START &quot;Start&quot; </span><span class="comment">/* MIP start value */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0ab4faba5895cb10a2a9454c0d162772"> 222</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_PSTART &quot;PStart&quot; </span><span class="comment">/* LP primal solution warm start */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a35352711b7c9550fcc51ae33613ffcfe"> 223</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_BRANCHPRIORITY &quot;BranchPriority&quot; </span><span class="comment">/* MIP branch priority */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad6cece259e41034e1ee45a8b12506b0c"> 224</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_VARNAME &quot;VarName&quot; </span><span class="comment">/* Variable name */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aeeccde0269e8517c8bb70acb9c781623"> 225</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_PWLOBJCVX &quot;PWLObjCvx&quot; </span><span class="comment">/* Convexity of variable PWL obj */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa88a19195fab52fe612f9cc06f69017e"> 226</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_VARHINTVAL &quot;VarHintVal&quot;</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4335263197ed90083134851d4e2b979b"> 227</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_VARHINTPRI &quot;VarHintPri&quot;</span></div>
<div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a11fa669a8c7d0362005e36d1b935fe57"> 228</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_PARTITION &quot;Partition&quot;</span></div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac3b599acfda2aa9dfc953443e95f206d"> 229</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_VTAG &quot;VTag&quot; </span><span class="comment">/* variable tags */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aad88bdc3ebd15f9a0639e7e9db8d1850"> 230</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_CTAG &quot;CTag&quot; </span><span class="comment">/* linear constraint tags */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa2809816060818b0ff9abf45dd5a80b8"> 231</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_RHS &quot;RHS&quot; </span><span class="comment">/* RHS */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab9e8fb9ba7e90fd0a905802db64ec066"> 232</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DSTART &quot;DStart&quot; </span><span class="comment">/* LP dual solution warm start */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5ed66d54bd6c8c89ffa7341c832bf97f"> 233</a></span>&#160;<span class="preprocessor">#define GRB_CHAR_ATTR_SENSE &quot;Sense&quot; </span><span class="comment">/* Sense (&#39;&lt;&#39;, &#39;&gt;&#39;, or &#39;=&#39;) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afecaf686ea3470f303e0821895edd2fb"> 234</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_CONSTRNAME &quot;ConstrName&quot; </span><span class="comment">/* Constraint name */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae01c68f4dfdb60d8faf9321179f40847"> 235</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_LAZY &quot;Lazy&quot; </span><span class="comment">/* Lazy constraint? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a668b1d5346f3df168753caff94fc6e72"> 236</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_QCTAG &quot;QCTag&quot; </span><span class="comment">/* quadratic constraint tags */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab8ec38a6720669aae61555e02de4df65"> 237</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_QCRHS &quot;QCRHS&quot; </span><span class="comment">/* QC RHS */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a16d8f3c4590ada5bc6da3cce7b704879"> 238</a></span>&#160;<span class="preprocessor">#define GRB_CHAR_ATTR_QCSENSE &quot;QCSense&quot; </span><span class="comment">/* QC sense (&#39;&lt;&#39;, &#39;&gt;&#39;, or &#39;=&#39;) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac16d2b1fcd06b0745a72a4d4cb914306"> 239</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_QCNAME &quot;QCName&quot; </span><span class="comment">/* QC name */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_GENCONSTRTYPE \</span></div>
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af452d972d738e706059177cd07adad9c"> 241</a></span>&#160;<span class="preprocessor"> &quot;GenConstrType&quot; </span><span class="comment">/* Type of general constraint */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_GENCONSTRNAME \</span></div>
<div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a55a6da87450b1209a75b114e279231e7"> 243</a></span>&#160;<span class="preprocessor"> &quot;GenConstrName&quot; </span><span class="comment">/* Name of general constraint */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_FUNCPIECES \</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a25ac402c19fa40486c75a2a8972fa87d"> 245</a></span>&#160;<span class="preprocessor"> &quot;FuncPieces&quot; </span><span class="comment">/* An option for PWL translation \</span></div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160;<span class="comment"> */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4c0aebffb39b859c71a256b57568a617"> 247</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_FUNCPIECEERROR \</span></div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;<span class="preprocessor"> &quot;FuncPieceError&quot; </span><span class="comment">/* An option for PWL translation */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac1922a52e3c0b977eb3fb9b7b7f3d53c"> 249</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_FUNCPIECELENGTH \</span></div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;<span class="preprocessor"> &quot;FuncPieceLength&quot; </span><span class="comment">/* An option for PWL translation */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a304255df7692a64f793c68114dba9350"> 251</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_FUNCPIECERATIO \</span></div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab74ed661c5c93a9c6db103a6dc090e12"> 252</a></span>&#160;<span class="preprocessor"> &quot;FuncPieceRatio&quot; </span><span class="comment">/* An option for PWL translation */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab3827763d827f4f051f20def64835579"> 253</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_COEFF &quot;MaxCoeff&quot; </span><span class="comment">/* Max (abs) nz coeff in A */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7a20eac4a292522284881931076ddb0c"> 254</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_COEFF &quot;MinCoeff&quot; </span><span class="comment">/* Min (abs) nz coeff in A */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a548f09632351e3ec3a20481acbe5f235"> 255</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_BOUND &quot;MaxBound&quot; </span><span class="comment">/* Max (abs) finite var bd */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab279d36c0fd36ea11d4239fb1833c926"> 256</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_BOUND &quot;MinBound&quot; </span><span class="comment">/* Min (abs) var bd */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4c98c538d5b0ccf2e44780d32a02a956"> 257</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_OBJ_COEFF &quot;MaxObjCoeff&quot; </span><span class="comment">/* Max (abs) obj coeff */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3b6aebfac36c0f0983a6eb6d4b737000"> 258</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_OBJ_COEFF &quot;MinObjCoeff&quot; </span><span class="comment">/* Min (abs) obj coeff */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a56956244c5fbaceaaf978d3bd0523de2"> 259</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_RHS &quot;MaxRHS&quot; </span><span class="comment">/* Max (abs) rhs coeff */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad2fe45c9645236329fb9f3d988d27114"> 260</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_RHS &quot;MinRHS&quot; </span><span class="comment">/* Min (abs) rhs coeff */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1e0b6f23df15b0384d9adce37c94c1de"> 261</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_QCCOEFF &quot;MaxQCCoeff&quot; </span><span class="comment">/* Max (abs) nz coeff in Q */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_QCCOEFF &quot;MinQCCoeff&quot; </span><span class="comment">/* Min (abs) nz coeff in Q */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4115cd124394a4158b8d3c62f01c9aa4"> 263</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_QOBJ_COEFF \</span></div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;<span class="preprocessor"> &quot;MaxQObjCoeff&quot; </span><span class="comment">/* Max (abs) obj coeff of quadratic part */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2ee665b6b89d65f056befe518539c127"> 265</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_QOBJ_COEFF \</span></div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160;<span class="preprocessor"> &quot;MinQObjCoeff&quot; </span><span class="comment">/* Min (abs) obj coeff of quadratic part */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a52752799c32508294f2f40e4d343d66d"> 267</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_QCLCOEFF \</span></div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160;<span class="preprocessor"> &quot;MaxQCLCoeff&quot; </span><span class="comment">/* Max (abs) nz coeff in linear part of Q */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aba780e64a6ab1e17a6cc5fbba7a4f1c3"> 269</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_QCLCOEFF \</span></div>
<div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0b02550ea0810dc0e03367c73d0e3a39"> 270</a></span>&#160;<span class="preprocessor"> &quot;MinQCLCoeff&quot; </span><span class="comment">/* Min (abs) nz coeff in linear part of Q */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aca9bca55e6a64203923b0b1bb024407b"> 271</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MAX_QCRHS &quot;MaxQCRHS&quot; </span><span class="comment">/* Max (abs) rhs of Q */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad4544aad5da63e21eb7c61e9142ffbd9"> 272</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIN_QCRHS &quot;MinQCRHS&quot; </span><span class="comment">/* Min (abs) rhs of Q */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5ad09c0e963f4a55c5f39f5fac72c769"> 273</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_RUNTIME &quot;Runtime&quot; </span><span class="comment">/* Run time for optimization */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afa4f5e674caa662471e849ba775a755d"> 274</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_STATUS &quot;Status&quot; </span><span class="comment">/* Optimization status */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae6c5ff7d3e3b288f2c90a2ccf9ff152b"> 275</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJVAL &quot;ObjVal&quot; </span><span class="comment">/* Solution objective */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a50049d6ee17a84a8c34e309cd64039f7"> 276</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJBOUND &quot;ObjBound&quot; </span><span class="comment">/* Best bound on solution */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJBOUNDC &quot;ObjBoundC&quot; </span><span class="comment">/* Continuous bound */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adcdd0acb46a250186f4f17e9a3113bab"> 278</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_POOLOBJBOUND \</span></div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160;<span class="preprocessor"> &quot;PoolObjBound&quot; </span><span class="comment">/* Best bound on pool solution */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9f3d5075e0dea384d7dadaad8119841f"> 280</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_POOLOBJVAL \</span></div>
<div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aeccf22a77ad72039e023c83e9afcf76a"> 281</a></span>&#160;<span class="preprocessor"> &quot;PoolObjVal&quot; </span><span class="comment">/* Solution objective for solutionnumber */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3f863a94da605ae51aa79a9d547bc9ac"> 282</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_MIPGAP &quot;MIPGap&quot; </span><span class="comment">/* MIP optimality gap */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#acfc0e9dcfa5ab9c9e845147459965929"> 283</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_SOLCOUNT &quot;SolCount&quot; </span><span class="comment">/* # of solutions found */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_ITERCOUNT &quot;IterCount&quot; </span><span class="comment">/* Iters performed (simplex) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3330ab2eaa22ccaebe6eb75acc71913c"> 285</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_BARITERCOUNT \</span></div>
<div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a430718adcf2d2f1043d58cc5553c606a"> 286</a></span>&#160;<span class="preprocessor"> &quot;BarIterCount&quot; </span><span class="comment">/* Iters performed (barrier) \</span></div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;<span class="comment"> */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7b3afd40e4730a9321a106abccf48600"> 288</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_NODECOUNT &quot;NodeCount&quot; </span><span class="comment">/* Nodes explored (B&amp;C) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa79252cac30162280cee77fcad392fe2"> 289</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OPENNODECOUNT \</span></div>
<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a64c5813d650c7b30c0d6c10581a51de4"> 290</a></span>&#160;<span class="preprocessor"> &quot;OpenNodeCount&quot; </span><span class="comment">/* Unexplored nodes (B&amp;C) \</span></div>
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4962089abab2b0f3e19b843d1856c29f"> 291</a></span>&#160;<span class="comment"> */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9112d4d1eeee1c4fb4043ea044693bcb"> 292</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_HASDUALNORM &quot;HasDualNorm&quot; </span><span class="comment">/* 0, no basis, */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2f41a338a88f219a29eab29622c394a3"> 293</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_X &quot;X&quot; </span><span class="comment">/* Solution value */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00294"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a29ebfd349621b3bdff29bedc3a30a547"> 294</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_XN &quot;Xn&quot; </span><span class="comment">/* Alternate MIP solution */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00295"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a53f9ffb4546f1effaf87839a42adeaa3"> 295</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_BARX &quot;BarX&quot; </span><span class="comment">/* Best barrier iterate */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abfb39b7f2347bdb83f9e9b5d756904f9"> 296</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_RC &quot;RC&quot; </span><span class="comment">/* Reduced costs */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5d411c36309bdd064dee5cfc668629f4"> 297</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_VDUALNORM &quot;VDualNorm&quot; </span><span class="comment">/* Dual norm square */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00298"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a634b2008a58ca940b6e4982908498bda"> 298</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_VBASIS &quot;VBasis&quot; </span><span class="comment">/* Variable basis status */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2898df4ad80c4cf7b4f92a183ad5fa85"> 299</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_PI &quot;Pi&quot; </span><span class="comment">/* Dual value */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00300"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac62018893f550c089f864ee7b930a577"> 300</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_QCPI &quot;QCPi&quot; </span><span class="comment">/* Dual value for QC */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8838d0e707daf185e0c935497b0ec218"> 301</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SLACK &quot;Slack&quot; </span><span class="comment">/* Constraint slack */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a41fe4d5aaeed368599c1e2188e56c2b8"> 302</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_QCSLACK &quot;QCSlack&quot; </span><span class="comment">/* QC Constraint slack */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af48f894f2ddc72c3fafcb31eb5028a0b"> 303</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CDUALNORM &quot;CDualNorm&quot; </span><span class="comment">/* Dual norm square */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a96531b03dbf6347006f4592e3d63abcf"> 304</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_CBASIS &quot;CBasis&quot; </span><span class="comment">/* Constraint basis status */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1a9973ad27983486d74b1a6158ac1877"> 305</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_BOUND_VIO &quot;BoundVio&quot;</span></div>
<div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adba1d2acac6b3aa0b7862190ecd0f300"> 306</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_BOUND_SVIO &quot;BoundSVio&quot;</span></div>
<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a900d4d1393d231eed9fa27fb4c797270"> 307</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_BOUND_VIO_INDEX &quot;BoundVioIndex&quot;</span></div>
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9b15ef3b783026313e3a32879164ef9e"> 308</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_BOUND_SVIO_INDEX &quot;BoundSVioIndex&quot;</span></div>
<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aeccfb4445172b4deb3bd278ccbc260ac"> 309</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_BOUND_VIO_SUM &quot;BoundVioSum&quot;</span></div>
<div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a46b713be76103b88b971cd9de417fc93"> 310</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_BOUND_SVIO_SUM &quot;BoundSVioSum&quot;</span></div>
<div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0a58de81f9e04bf65a7950a07f521a7b"> 311</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_VIO &quot;ConstrVio&quot;</span></div>
<div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1b145878a84b4b9ee36c86b33bc6f412"> 312</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_SVIO &quot;ConstrSVio&quot;</span></div>
<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a81b08f1b06c08bd5fdb7f7ede995ea31"> 313</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_CONSTR_VIO_INDEX &quot;ConstrVioIndex&quot;</span></div>
<div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a932d8e74db30b567ab2872c27ff3f4f6"> 314</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_CONSTR_SVIO_INDEX &quot;ConstrSVioIndex&quot;</span></div>
<div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af51a8c25ee22e13b31bfe7334cbef703"> 315</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_VIO_SUM &quot;ConstrVioSum&quot;</span></div>
<div class="line"><a name="l00316"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3567484166b50f2e63cd54f27238dfb1"> 316</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_SVIO_SUM &quot;ConstrSVioSum&quot;</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad1c19791d962e7afd7577160b8cd9e4f"> 317</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_RESIDUAL &quot;ConstrResidual&quot;</span></div>
<div class="line"><a name="l00318"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa52eab8e0c974b721924a3e44c0ac2fc"> 318</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_SRESIDUAL &quot;ConstrSResidual&quot;</span></div>
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a06604cbd52e667b3149ca55a62f43a96"> 319</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_CONSTR_RESIDUAL_INDEX &quot;ConstrResidualIndex&quot;</span></div>
<div class="line"><a name="l00320"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a076ffacb9a0632380496b0fb3acfb466"> 320</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_CONSTR_SRESIDUAL_INDEX &quot;ConstrSResidualIndex&quot;</span></div>
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a246b0c7cc6cbc4f8fbb32b94608659dc"> 321</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_RESIDUAL_SUM &quot;ConstrResidualSum&quot;</span></div>
<div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a34e120e83898535476689c3ab70fd7c9"> 322</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_CONSTR_SRESIDUAL_SUM &quot;ConstrSResidualSum&quot;</span></div>
<div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a92a285651d13a17047acae5ac02033d3"> 323</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_VIO &quot;DualVio&quot;</span></div>
<div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6b961e11f68186f48c46b6d4559f4842"> 324</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_SVIO &quot;DualSVio&quot;</span></div>
<div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9044504358f5e4ee23c059a1d551c7ca"> 325</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_DUAL_VIO_INDEX &quot;DualVioIndex&quot;</span></div>
<div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2ca8c44083a0f888899bc9356bdf81ac"> 326</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_DUAL_SVIO_INDEX &quot;DualSVioIndex&quot;</span></div>
<div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aacc055db111900e1f8b7800daa90bb56"> 327</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_VIO_SUM &quot;DualVioSum&quot;</span></div>
<div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6cc0b2010bd5e77fc0a8abdb96cf3520"> 328</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_SVIO_SUM &quot;DualSVioSum&quot;</span></div>
<div class="line"><a name="l00329"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a04edf93eb9b27bbeb6fede98beebc31b"> 329</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_RESIDUAL &quot;DualResidual&quot;</span></div>
<div class="line"><a name="l00330"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae92c87cf710914c51ff2ec2eed8338c9"> 330</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_SRESIDUAL &quot;DualSResidual&quot;</span></div>
<div class="line"><a name="l00331"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a91edb6b224f87c5b81d64c2209bbd48c"> 331</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_DUAL_RESIDUAL_INDEX &quot;DualResidualIndex&quot;</span></div>
<div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a314c7f15c9d63e735bc5663a98ba2c70"> 332</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_DUAL_SRESIDUAL_INDEX &quot;DualSResidualIndex&quot;</span></div>
<div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a71c91407f9641b8ba72c66d8270d8630"> 333</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_RESIDUAL_SUM &quot;DualResidualSum&quot;</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4667cc8e0d11c9149c20bf874c2b136e"> 334</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_DUAL_SRESIDUAL_SUM &quot;DualSResidualSum&quot;</span></div>
<div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa7b4e3e59bd5808df4398628903db6d6"> 335</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_INT_VIO &quot;IntVio&quot;</span></div>
<div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa06b636a3221cd1f4dc10c1a17ed5cc7"> 336</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_INT_VIO_INDEX &quot;IntVioIndex&quot;</span></div>
<div class="line"><a name="l00337"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab83c3744b6ea25ccd51be0d218a76de9"> 337</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_INT_VIO_SUM &quot;IntVioSum&quot;</span></div>
<div class="line"><a name="l00338"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4cc7b06ea75f8cfdae7821b6823823be"> 338</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_COMPL_VIO &quot;ComplVio&quot;</span></div>
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a098362ca7582cefc28948a2aa7deec60"> 339</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_COMPL_VIO_INDEX &quot;ComplVioIndex&quot;</span></div>
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a37d06e5499fdfa2c078b6248495e8990"> 340</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_COMPL_VIO_SUM &quot;ComplVioSum&quot;</span></div>
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a064792ace8a9f84d5c32dc42d38996d1"> 341</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_KAPPA &quot;Kappa&quot;</span></div>
<div class="line"><a name="l00342"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab9fff8b46ea8cb19cf638c17487c5840"> 342</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_KAPPA_EXACT &quot;KappaExact&quot;</span></div>
<div class="line"><a name="l00343"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0167bc77c4f3b2d046fb6aaad2a0df2a"> 343</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_N2KAPPA &quot;N2Kappa&quot;</span></div>
<div class="line"><a name="l00344"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7fecf58fbfc3ab9f451b7bc7a07205c5"> 344</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_OBJLOW &quot;SAObjLow&quot;</span></div>
<div class="line"><a name="l00345"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad585421a8a3b18d6b15919e91b0f9548"> 345</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_OBJUP &quot;SAObjUp&quot;</span></div>
<div class="line"><a name="l00346"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af54512de5cf18f97a5d37c0fbb59b3b8"> 346</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_LBLOW &quot;SALBLow&quot;</span></div>
<div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad52657c2a3e40caa9468859d2c687775"> 347</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_LBUP &quot;SALBUp&quot;</span></div>
<div class="line"><a name="l00348"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aab385f4a41d1bf54b56e99998191f0d0"> 348</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_UBLOW &quot;SAUBLow&quot;</span></div>
<div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aef7759324c9ff1e915d9d650f47df156"> 349</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_UBUP &quot;SAUBUp&quot;</span></div>
<div class="line"><a name="l00350"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8a9a5f0c171ce7ddcc29b2e0603a40a0"> 350</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_RHSLOW &quot;SARHSLow&quot;</span></div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#acea24d0a28ca5c2fc58eba7dc4fbf57e"> 351</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SA_RHSUP &quot;SARHSUp&quot;</span></div>
<div class="line"><a name="l00352"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abdddf90ba66e2d50026a2edad5bea8cc"> 352</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IIS_MINIMAL &quot;IISMinimal&quot; </span><span class="comment">/* Boolean: Is IIS Minimal? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a49fa5ec22cf7b3dce400989bd1ee286e"> 353</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IIS_LB &quot;IISLB&quot; </span><span class="comment">/* Boolean: Is var LB in IIS? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IIS_UB &quot;IISUB&quot; </span><span class="comment">/* Boolean: Is var UB in IIS? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa53f671b0e1b118cd1d8d1b97f5dc25d"> 355</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IIS_CONSTR &quot;IISConstr&quot; </span><span class="comment">/* Boolean: Is constr in IIS? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IIS_SOS &quot;IISSOS&quot; </span><span class="comment">/* Boolean: Is SOS in IIS? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae3c1b7146fcc0359402201373f1c7441"> 357</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IIS_QCONSTR \</span></div>
<div class="line"><a name="l00358"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad4f15b204103e9839f45c2da44bff576"> 358</a></span>&#160;<span class="preprocessor"> &quot;IISQConstr&quot; </span><span class="comment">/* Boolean: Is QConstr in IIS? \</span></div>
<div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac9e6e3817bf7ee52876126b5c443df6b"> 359</a></span>&#160;<span class="comment"> */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00360"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af93d44f6be543de20e57b6cf0f081a78"> 360</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_IIS_GENCONSTR \</span></div>
<div class="line"><a name="l00361"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ada9fab6d4c1ba1594e7a50ed8dabba26"> 361</a></span>&#160;<span class="preprocessor"> &quot;IISGenConstr&quot; </span><span class="comment">/* Boolean: Is general constr in IIS? */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00362"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4e0dc2167bb752237335235d12fe5f5c"> 362</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_TUNE_RESULTCOUNT &quot;TuneResultCount&quot;</span></div>
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a086c01bae9d1ceb2c7bf625d75fd84d9"> 363</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_FARKASDUAL &quot;FarkasDual&quot;</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad0fbe00eb354588871f4c0bdb494e241"> 364</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_FARKASPROOF &quot;FarkasProof&quot;</span></div>
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae9dcbada95a65700e848e748d0dcc1e0"> 365</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_UNBDRAY &quot;UnbdRay&quot;</span></div>
<div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8301285ca9afc979b4c684cbc65b3291"> 366</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_INFEASVAR &quot;InfeasVar&quot;</span></div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_UNBDVAR &quot;UnbdVar&quot;</span></div>
<div class="line"><a name="l00368"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aec3e3d28d3ccab9ca0ccd5fca09b1c8d"> 368</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_VARPRESTAT &quot;VarPreStat&quot;</span></div>
<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a81c7df0350b841b96ded0e9ebc1dd65e"> 369</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_PREFIXVAL &quot;PreFixVal&quot;</span></div>
<div class="line"><a name="l00370"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2c65135d86210d4edc1790377911453a"> 370</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJN &quot;ObjN&quot; </span><span class="comment">/* ith objective */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#acd71850c104af6c6e22ae7995de3c90d"> 371</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJNVAL \</span></div>
<div class="line"><a name="l00372"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0f9b41a0aebaae98e033b6a101ae5afa"> 372</a></span>&#160;<span class="preprocessor"> &quot;ObjNVal&quot; </span><span class="comment">/* Solution objective for Multi-objectives */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3c5000c4745efe152cb5618f034e11cb"> 373</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJNCON &quot;ObjNCon&quot; </span><span class="comment">/* constant term */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00374"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae247f934783cfce0b4ccb8ae88b85942"> 374</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJNWEIGHT &quot;ObjNWeight&quot; </span><span class="comment">/* weight */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac42491d7c8ee8ed0990775a4d98cf667"> 375</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_OBJNPRIORITY &quot;ObjNPriority&quot; </span><span class="comment">/* priority */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00376"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a86bbd1f4e2ca77132ecc037a94a8071c"> 376</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJNRELTOL &quot;ObjNRelTol&quot; </span><span class="comment">/* relative tolerance */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9c0d6ac7860d60ef3d194993fdd4560e"> 377</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_OBJNABSTOL &quot;ObjNAbsTol&quot; </span><span class="comment">/* absolute tolerance */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00378"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab663f54b8cc4e550b6dafea8ec5b0097"> 378</a></span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_OBJNNAME &quot;ObjNName&quot; </span><span class="comment">/* name */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00379"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4633374969b6e08014d67197d6dc2867"> 379</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SCENNLB &quot;ScenNLB&quot; </span><span class="comment">/* lower bound in scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab0a7f61a181880efed39a1d6db97812c"> 380</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SCENNUB &quot;ScenNUB&quot; </span><span class="comment">/* upper bound in scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SCENNOBJ &quot;ScenNObj&quot; </span><span class="comment">/* objective in scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00382"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aabdf2cbf64521f581736486d8c5b4f23"> 382</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SCENNRHS &quot;ScenNRHS&quot; </span><span class="comment">/* right hand side in scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160;<span class="preprocessor">#define GRB_STR_ATTR_SCENNNAME &quot;ScenNName&quot; </span><span class="comment">/* name of scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00384"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af2d5731b48d2589eda80c4a9603ad2a0"> 384</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SCENNX &quot;ScenNX&quot; </span><span class="comment">/* solution value in scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa02a28e3fd20ee0e87e800c85e154151"> 385</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SCENNOBJBOUND \</span></div>
<div class="line"><a name="l00386"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a882c65ab0b94b1c902a468e7d07ee42d"> 386</a></span>&#160;<span class="preprocessor"> &quot;ScenNObjBound&quot; </span><span class="comment">/* objective bound for scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00387"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3d9efebd768ea1dc1bda8cd320083981"> 387</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_SCENNOBJVAL \</span></div>
<div class="line"><a name="l00388"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5f3889455cc0a762e92dceac97076664"> 388</a></span>&#160;<span class="preprocessor"> &quot;ScenNObjVal&quot; </span><span class="comment">/* objective value for scenario i */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afff21c44a508cec64238b3d49698d4a3"> 389</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMOBJ &quot;NumObj&quot; </span><span class="comment">/* number of objectives */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a649672f55d46f8aa5d292aa02c9cbe64"> 390</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMSCENARIOS &quot;NumScenarios&quot; </span><span class="comment">/* number of scenarios */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00391"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab77612d575cbe695a69a089e7562da30"> 391</a></span>&#160;<span class="preprocessor">#define GRB_INT_ATTR_NUMSTART &quot;NumStart&quot; </span><span class="comment">/* number of MIP starts */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3989ce54ffee5464bafedb93b9897fc5"> 392</a></span>&#160;<span class="preprocessor">#define GRB_DBL_ATTR_Xn &quot;Xn&quot;</span></div>
<div class="line"><a name="l00393"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1e65e4c6111ca8454c417dac379e9bfe"> 393</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_MAX 0</span></div>
<div class="line"><a name="l00394"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab680f981a0038e264be7afb02aaf59b4"> 394</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_MIN 1</span></div>
<div class="line"><a name="l00395"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4d5bc8950ea8870676334a48c10db98f"> 395</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_ABS 2</span></div>
<div class="line"><a name="l00396"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8a52d3ebdf2b960e952c31afc21f207d"> 396</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_AND 3</span></div>
<div class="line"><a name="l00397"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac09e19a5653e07c2962dcff121720ecf"> 397</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_OR 4</span></div>
<div class="line"><a name="l00398"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aaf4e8fb359580dc108f2157796d4fffa"> 398</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_INDICATOR 5</span></div>
<div class="line"><a name="l00399"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3f24d4118362fb83540653ad95e9fe72"> 399</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_PWL 6</span></div>
<div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5d9fa0e52f3f6897f9944bfb3444b4e8"> 400</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_POLY 7</span></div>
<div class="line"><a name="l00401"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6d83fe34ea612460c8feb6609e7754be"> 401</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_EXP 8</span></div>
<div class="line"><a name="l00402"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af4767cdf0547ed637e7cbf66eba862d4"> 402</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_EXPA 9</span></div>
<div class="line"><a name="l00403"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2944b5c4ed8840e04a9e6f89d1822e93"> 403</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_LOG 10</span></div>
<div class="line"><a name="l00404"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abb3f655e9eb74e37fbf2d11cb0efad5d"> 404</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_LOGA 11</span></div>
<div class="line"><a name="l00405"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a89b0c088ac628a567b841f57a21abed8"> 405</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_POW 12</span></div>
<div class="line"><a name="l00406"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a52444d4642a70bdfb1ffa1e3f120f4ec"> 406</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_SIN 13</span></div>
<div class="line"><a name="l00407"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aab6ab7165db7d2c53281d91bdf208f6f"> 407</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_COS 14</span></div>
<div class="line"><a name="l00408"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0a5caff77126a575cb1c3136c78ea5e6"> 408</a></span>&#160;<span class="preprocessor">#define GRB_GENCONSTR_TAN 15</span></div>
<div class="line"><a name="l00409"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab615ac552ba7202f8912556da65f22e0"> 409</a></span>&#160;<span class="preprocessor">#define GRB_CB_POLLING 0</span></div>
<div class="line"><a name="l00410"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac43c2cbdae9008fbe1b6a81d9b4694a8"> 410</a></span>&#160;<span class="preprocessor">#define GRB_CB_PRESOLVE 1</span></div>
<div class="line"><a name="l00411"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1839c94e6deb4c80e8acf5b78a7937fc"> 411</a></span>&#160;<span class="preprocessor">#define GRB_CB_SIMPLEX 2</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a86efb5431eb84bfdb4886f3158c4d003"> 412</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP 3</span></div>
<div class="line"><a name="l00413"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aee119d240dfbc49a883d6982dd0ca6c0"> 413</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL 4</span></div>
<div class="line"><a name="l00414"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a862afbb0b31942b06b8aa484e608bb88"> 414</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE 5</span></div>
<div class="line"><a name="l00415"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adf2647c3959aea11a64bb7fe1c99a5cc"> 415</a></span>&#160;<span class="preprocessor">#define GRB_CB_MESSAGE 6</span></div>
<div class="line"><a name="l00416"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afc51a68ce211063bb39fc5adeb3b246e"> 416</a></span>&#160;<span class="preprocessor">#define GRB_CB_BARRIER 7</span></div>
<div class="line"><a name="l00417"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a216078c95dd7668ccf40473b18cb2875"> 417</a></span>&#160;<span class="preprocessor">#define GRB_CB_MULTIOBJ 8</span></div>
<div class="line"><a name="l00418"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5ea7c11f22bfc615f86e6a521f180f4e"> 418</a></span>&#160;<span class="preprocessor">#define GRB_CB_PRE_COLDEL 1000</span></div>
<div class="line"><a name="l00419"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a12cb4410aa88188b674ee17b1c8eb56a"> 419</a></span>&#160;<span class="preprocessor">#define GRB_CB_PRE_ROWDEL 1001</span></div>
<div class="line"><a name="l00420"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3f6cbfdaa931fe6caab33877bdc35365"> 420</a></span>&#160;<span class="preprocessor">#define GRB_CB_PRE_SENCHG 1002</span></div>
<div class="line"><a name="l00421"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aadb066f9ac42c966161a37cb203f660c"> 421</a></span>&#160;<span class="preprocessor">#define GRB_CB_PRE_BNDCHG 1003</span></div>
<div class="line"><a name="l00422"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0783657775ee5a8817210723e6dcde5d"> 422</a></span>&#160;<span class="preprocessor">#define GRB_CB_PRE_COECHG 1004</span></div>
<div class="line"><a name="l00423"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab5301e67ade13781e2ef8e6b8eabe34d"> 423</a></span>&#160;<span class="preprocessor">#define GRB_CB_SPX_ITRCNT 2000</span></div>
<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af732ff9c46396ddcc5d077b7aa5bac29"> 424</a></span>&#160;<span class="preprocessor">#define GRB_CB_SPX_OBJVAL 2001</span></div>
<div class="line"><a name="l00425"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af01b3c420d61b98df6e5ab0f12728d73"> 425</a></span>&#160;<span class="preprocessor">#define GRB_CB_SPX_PRIMINF 2002</span></div>
<div class="line"><a name="l00426"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aeb7dbaa0117de43deb56e7c6b6b76f5a"> 426</a></span>&#160;<span class="preprocessor">#define GRB_CB_SPX_DUALINF 2003</span></div>
<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aca5fbc9811d563a8610ebc97cb888c0d"> 427</a></span>&#160;<span class="preprocessor">#define GRB_CB_SPX_ISPERT 2004</span></div>
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a05bce41f4273c2b48573cafdd7e4a39f"> 428</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_OBJBST 3000</span></div>
<div class="line"><a name="l00429"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3712448e74823009d14db17d714ecf02"> 429</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_OBJBND 3001</span></div>
<div class="line"><a name="l00430"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adcc907081130d076df1f518fda91c6e6"> 430</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_NODCNT 3002</span></div>
<div class="line"><a name="l00431"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af4b792d08f1ac5f7878f80eaf432df48"> 431</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_SOLCNT 3003</span></div>
<div class="line"><a name="l00432"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa5fecfa80463d338f39d7038d3db6d8c"> 432</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_CUTCNT 3004</span></div>
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a33b25740bb9ccb109a9942ced348a001"> 433</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_NODLFT 3005</span></div>
<div class="line"><a name="l00434"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af53039f8b797e2f4196d5227a0fc5e6e"> 434</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_ITRCNT 3006</span></div>
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6d9cf52eabffeae7e6a9a96196518f68"> 435</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIP_OBJBNDC 3007</span></div>
<div class="line"><a name="l00436"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3a5593327e020154004dc62aba54b763"> 436</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL_SOL 4001</span></div>
<div class="line"><a name="l00437"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad8ba0db55fb55a00a4de9df7859c6231"> 437</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL_OBJ 4002</span></div>
<div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6f9cab1c3a4ef170a32b76fa5616b05e"> 438</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL_OBJBST 4003</span></div>
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4afc9caa8d78d2754061f82919d3ee58"> 439</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL_OBJBND 4004</span></div>
<div class="line"><a name="l00440"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a55c9d1c074cfd4ddc378cf03c0281b7a"> 440</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL_NODCNT 4005</span></div>
<div class="line"><a name="l00441"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4d584a9335fb167ec95d022a741b6e11"> 441</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL_SOLCNT 4006</span></div>
<div class="line"><a name="l00442"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aff582a5106fb7b0af23d2e76c81e664e"> 442</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPSOL_OBJBNDC 4007</span></div>
<div class="line"><a name="l00443"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a912489cd8b988c36cd55b2e8a9d0c27b"> 443</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_STATUS 5001</span></div>
<div class="line"><a name="l00444"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ade3ccb37a32d7c3aae6c2714583b035e"> 444</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_REL 5002</span></div>
<div class="line"><a name="l00445"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa745f22ca8b7eef02bddf908b3fe56d2"> 445</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_OBJBST 5003</span></div>
<div class="line"><a name="l00446"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2d16f1495c5684c153147246fa4f5699"> 446</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_OBJBND 5004</span></div>
<div class="line"><a name="l00447"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af6bec7651a2290f3dfa34e38258ef090"> 447</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_NODCNT 5005</span></div>
<div class="line"><a name="l00448"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac2390d3fd6af6a4f5b06ddb5f0b1c2fd"> 448</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_SOLCNT 5006</span></div>
<div class="line"><a name="l00449"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a873bcb8a6197c38d2606da66f98b23cc"> 449</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_BRVAR 5007</span></div>
<div class="line"><a name="l00450"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae4ba27ca9e466f748aa2d24e168cbaff"> 450</a></span>&#160;<span class="preprocessor">#define GRB_CB_MIPNODE_OBJBNDC 5008</span></div>
<div class="line"><a name="l00451"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af8fb3672cf50fed4941b2864e5cba6aa"> 451</a></span>&#160;<span class="preprocessor">#define GRB_CB_MSG_STRING 6001</span></div>
<div class="line"><a name="l00452"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abc54b7dd805b6382185a462eb375fb96"> 452</a></span>&#160;<span class="preprocessor">#define GRB_CB_RUNTIME 6002</span></div>
<div class="line"><a name="l00453"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6b625c77f2bd8978dffdf12653feb52d"> 453</a></span>&#160;<span class="preprocessor">#define GRB_CB_BARRIER_ITRCNT 7001</span></div>
<div class="line"><a name="l00454"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0db23c4ea80c410f329a5f632c4b4065"> 454</a></span>&#160;<span class="preprocessor">#define GRB_CB_BARRIER_PRIMOBJ 7002</span></div>
<div class="line"><a name="l00455"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a67a5ab45039a0baf7017d9be9dc36ffa"> 455</a></span>&#160;<span class="preprocessor">#define GRB_CB_BARRIER_DUALOBJ 7003</span></div>
<div class="line"><a name="l00456"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aad013a3377916ae9260fe4086d50ade4"> 456</a></span>&#160;<span class="preprocessor">#define GRB_CB_BARRIER_PRIMINF 7004</span></div>
<div class="line"><a name="l00457"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a43e351877480681f64c8fb573304ecd4"> 457</a></span>&#160;<span class="preprocessor">#define GRB_CB_BARRIER_DUALINF 7005</span></div>
<div class="line"><a name="l00458"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aab1c679e0ffa97a23f50330835989b73"> 458</a></span>&#160;<span class="preprocessor">#define GRB_CB_BARRIER_COMPL 7006</span></div>
<div class="line"><a name="l00459"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aff4625dc336e366f968931132446852b"> 459</a></span>&#160;<span class="preprocessor">#define GRB_CB_MULTIOBJ_OBJCNT 8001</span></div>
<div class="line"><a name="l00460"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a974f168fa074bac37be196bc6c6c008f"> 460</a></span>&#160;<span class="preprocessor">#define GRB_CB_MULTIOBJ_SOLCNT 8002</span></div>
<div class="line"><a name="l00461"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a43d3b5140bdab02bbc8fff16b910b854"> 461</a></span>&#160;<span class="preprocessor">#define GRB_CB_MULTIOBJ_SOL 8003</span></div>
<div class="line"><a name="l00462"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa9bc09ccb0ac12cee4fe48135431ddbd"> 462</a></span>&#160;<span class="preprocessor">#define GRB_FEASRELAX_LINEAR 0</span></div>
<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa551017c0b845fd228540c78841bbb68"> 463</a></span>&#160;<span class="preprocessor">#define GRB_FEASRELAX_QUADRATIC 1</span></div>
<div class="line"><a name="l00464"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abd5c8ac4f5b0f0cecb20fa655300196e"> 464</a></span>&#160;<span class="preprocessor">#define GRB_FEASRELAX_CARDINALITY 2</span></div>
<div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abd3911c6711cb8b337661a06a32cfb5c"> 465</a></span>&#160;<span class="preprocessor">#define GRB_LOADED 1</span></div>
<div class="line"><a name="l00466"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae7fb7f0d52f101d68375a248dc9c2292"> 466</a></span>&#160;<span class="preprocessor">#define GRB_OPTIMAL 2</span></div>
<div class="line"><a name="l00467"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5fd7f1e209885e3d6e47ea3a11f65340"> 467</a></span>&#160;<span class="preprocessor">#define GRB_INFEASIBLE 3</span></div>
<div class="line"><a name="l00468"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a88e6e7461317d51db8df85aef54b2314"> 468</a></span>&#160;<span class="preprocessor">#define GRB_INF_OR_UNBD 4</span></div>
<div class="line"><a name="l00469"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1ccb20da4b43c27111e26d4532fd31e0"> 469</a></span>&#160;<span class="preprocessor">#define GRB_UNBOUNDED 5</span></div>
<div class="line"><a name="l00470"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad94393e90e9408cdb85e65d8891a3aa2"> 470</a></span>&#160;<span class="preprocessor">#define GRB_CUTOFF 6</span></div>
<div class="line"><a name="l00471"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aed597d8d7382b426945d77fefd1df219"> 471</a></span>&#160;<span class="preprocessor">#define GRB_ITERATION_LIMIT 7</span></div>
<div class="line"><a name="l00472"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa7bde7d4791541f5f0ebfe2ae44841df"> 472</a></span>&#160;<span class="preprocessor">#define GRB_NODE_LIMIT 8</span></div>
<div class="line"><a name="l00473"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9d5e5e5c915a5ee39d46a4920acae69e"> 473</a></span>&#160;<span class="preprocessor">#define GRB_TIME_LIMIT 9</span></div>
<div class="line"><a name="l00474"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af5e46a0de8a1d1c40d1f88da9cf7dabe"> 474</a></span>&#160;<span class="preprocessor">#define GRB_SOLUTION_LIMIT 10</span></div>
<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad08f48647c5d65e49bcf5d85af8ea724"> 475</a></span>&#160;<span class="preprocessor">#define GRB_INTERRUPTED 11</span></div>
<div class="line"><a name="l00476"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a22436ee63a37753e3282174cdaf4e2a7"> 476</a></span>&#160;<span class="preprocessor">#define GRB_NUMERIC 12</span></div>
<div class="line"><a name="l00477"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a89e1bf71cc27db7ecd18e117a53cf7c2"> 477</a></span>&#160;<span class="preprocessor">#define GRB_SUBOPTIMAL 13</span></div>
<div class="line"><a name="l00478"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a01f7f12bd04d094abbfec4d9efaf4474"> 478</a></span>&#160;<span class="preprocessor">#define GRB_INPROGRESS 14</span></div>
<div class="line"><a name="l00479"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a00f4210121ba8c6e91d62a9abbf8621d"> 479</a></span>&#160;<span class="preprocessor">#define GRB_USER_OBJ_LIMIT 15</span></div>
<div class="line"><a name="l00480"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a47680f22fe1a9ebc26f0d50e3c66983b"> 480</a></span>&#160;<span class="preprocessor">#define GRB_BASIC 0</span></div>
<div class="line"><a name="l00481"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a530484175e32c03912ce0390eea79893"> 481</a></span>&#160;<span class="preprocessor">#define GRB_NONBASIC_LOWER -1</span></div>
<div class="line"><a name="l00482"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af5ace65d7f1cca6b8638dbeafdc09b55"> 482</a></span>&#160;<span class="preprocessor">#define GRB_NONBASIC_UPPER -2</span></div>
<div class="line"><a name="l00483"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1d8c45a6070f64cf0c2f8891a904ca74"> 483</a></span>&#160;<span class="preprocessor">#define GRB_SUPERBASIC -3</span></div>
<div class="line"><a name="l00484"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af0e9b8eeda1ce58b5199ae2140a76f8d"> 484</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_BARITERLIMIT &quot;BarIterLimit&quot;</span></div>
<div class="line"><a name="l00485"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa31c9bd1d35a63ef947f07d5240b82e2"> 485</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_CUTOFF &quot;Cutoff&quot;</span></div>
<div class="line"><a name="l00486"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8c6920108a9184778fb5fe1ecb694ae5"> 486</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_ITERATIONLIMIT &quot;IterationLimit&quot;</span></div>
<div class="line"><a name="l00487"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1c15d9bfccc6b9959c26fc01567993ab"> 487</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_NODELIMIT &quot;NodeLimit&quot;</span></div>
<div class="line"><a name="l00488"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab4ad4cfa8dd2267a63e63de1bf1a15c1"> 488</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SOLUTIONLIMIT &quot;SolutionLimit&quot;</span></div>
<div class="line"><a name="l00489"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af2ddc7b81cd30fa4fd147e03313c8696"> 489</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_TIMELIMIT &quot;TimeLimit&quot;</span></div>
<div class="line"><a name="l00490"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a157c7017f73a94539f7c1ea2d764f56e"> 490</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_BESTOBJSTOP &quot;BestObjStop&quot;</span></div>
<div class="line"><a name="l00491"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3d7bd0e0071f49d72bf51ce4d387e862"> 491</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_BESTBDSTOP &quot;BestBdStop&quot;</span></div>
<div class="line"><a name="l00492"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a694ee58b6d997c08fc554d778425a071"> 492</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_FEASIBILITYTOL &quot;FeasibilityTol&quot;</span></div>
<div class="line"><a name="l00493"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9585551803fcfb701f7e704303e6a992"> 493</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_INTFEASTOL &quot;IntFeasTol&quot;</span></div>
<div class="line"><a name="l00494"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5397bab46d83535262cfd4f82ffcaf3e"> 494</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_MARKOWITZTOL &quot;MarkowitzTol&quot;</span></div>
<div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aca2050ac6a346c9056ae317b4ff205d8"> 495</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_MIPGAP &quot;MIPGap&quot;</span></div>
<div class="line"><a name="l00496"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afebe2c41e3e7b7b96c81b3cd4124fc12"> 496</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_MIPGAPABS &quot;MIPGapAbs&quot;</span></div>
<div class="line"><a name="l00497"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a711a2db88b574a2e8ba3284eb2da1285"> 497</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_OPTIMALITYTOL &quot;OptimalityTol&quot;</span></div>
<div class="line"><a name="l00498"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa85ee069339c7120a33d8fa05a14da9b"> 498</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_PSDTOL &quot;PSDTol&quot;</span></div>
<div class="line"><a name="l00499"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9a75ac2d3f230a62859c080471e5bbfc"> 499</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_METHOD &quot;Method&quot;</span></div>
<div class="line"><a name="l00500"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af85a7b01a2b3b8fc31be6c942353a2a2"> 500</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_PERTURBVALUE &quot;PerturbValue&quot;</span></div>
<div class="line"><a name="l00501"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a39ad3ac4cd09f5a729c53cdec86830bf"> 501</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_OBJSCALE &quot;ObjScale&quot;</span></div>
<div class="line"><a name="l00502"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5bde1c1c9eaa8c08289903a8fe4f60bb"> 502</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SCALEFLAG &quot;ScaleFlag&quot;</span></div>
<div class="line"><a name="l00503"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a310000df18a26edb4c7ed02aaf0e098e"> 503</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SIMPLEXPRICING &quot;SimplexPricing&quot;</span></div>
<div class="line"><a name="l00504"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae2e100bf0ec104d97ae2c3ccb6a54ef8"> 504</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_QUAD &quot;Quad&quot;</span></div>
<div class="line"><a name="l00505"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a371f2df9db8edab4ea28149cd9727946"> 505</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_NORMADJUST &quot;NormAdjust&quot;</span></div>
<div class="line"><a name="l00506"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1ef05d042849c047e63846638f196369"> 506</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SIFTING &quot;Sifting&quot;</span></div>
<div class="line"><a name="l00507"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a03df49ac2c79bfae26e62f7384323c0b"> 507</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SIFTMETHOD &quot;SiftMethod&quot;</span></div>
<div class="line"><a name="l00508"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa76d4e722a36e8ba574b1ab4e4cbb5e9"> 508</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_BARCONVTOL &quot;BarConvTol&quot;</span></div>
<div class="line"><a name="l00509"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae4c943a29881890ef20986ba0796281c"> 509</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_BARCORRECTORS &quot;BarCorrectors&quot;</span></div>
<div class="line"><a name="l00510"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a03407f8a829b29eca5a180f3d9630fd4"> 510</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_BARHOMOGENEOUS &quot;BarHomogeneous&quot;</span></div>
<div class="line"><a name="l00511"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adc080e63b4097a93763ebaba516d1b15"> 511</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_BARORDER &quot;BarOrder&quot;</span></div>
<div class="line"><a name="l00512"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af318b91e3be0475ef9740fb8ed3bfef3"> 512</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_BARQCPCONVTOL &quot;BarQCPConvTol&quot;</span></div>
<div class="line"><a name="l00513"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7a847fd81493698f8b079802cd6ff99b"> 513</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CROSSOVER &quot;Crossover&quot;</span></div>
<div class="line"><a name="l00514"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a069f4d030607b45a59df5d453fb66619"> 514</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CROSSOVERBASIS &quot;CrossoverBasis&quot;</span></div>
<div class="line"><a name="l00515"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab15fefc916179a3bddd68a563d4a5a44"> 515</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_BRANCHDIR &quot;BranchDir&quot;</span></div>
<div class="line"><a name="l00516"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af71239c35aeb42df3859f3b872d86bfd"> 516</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_DEGENMOVES &quot;DegenMoves&quot;</span></div>
<div class="line"><a name="l00517"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5e644e6880871e97fc1a3aa71015b40e"> 517</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_DISCONNECTED &quot;Disconnected&quot;</span></div>
<div class="line"><a name="l00518"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a89957494cba0d111957a5b09c92be62d"> 518</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_HEURISTICS &quot;Heuristics&quot;</span></div>
<div class="line"><a name="l00519"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2872e66bf4d50402c5126260d2a118ba"> 519</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_IMPROVESTARTGAP &quot;ImproveStartGap&quot;</span></div>
<div class="line"><a name="l00520"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af9beb4cc12e1e7c142ff56600aa70230"> 520</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_IMPROVESTARTTIME &quot;ImproveStartTime&quot;</span></div>
<div class="line"><a name="l00521"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5b6debd03d2a55f7766cc1a43713e701"> 521</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_IMPROVESTARTNODES &quot;ImproveStartNodes&quot;</span></div>
<div class="line"><a name="l00522"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a63692468d0eb55efc81d3be4ea9f2eae"> 522</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MINRELNODES &quot;MinRelNodes&quot;</span></div>
<div class="line"><a name="l00523"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aea9b8f8cb46299cfba83c60043c2494f"> 523</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MIPFOCUS &quot;MIPFocus&quot;</span></div>
<div class="line"><a name="l00524"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a16a0d4d7b9c4a713692c5f828898540b"> 524</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_NODEFILEDIR &quot;NodefileDir&quot;</span></div>
<div class="line"><a name="l00525"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a61258ff0827d5cb5969c8071905e811f"> 525</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_NODEFILESTART &quot;NodefileStart&quot;</span></div>
<div class="line"><a name="l00526"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a88b425439bdda40586e3a2843b1dc77d"> 526</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_NODEMETHOD &quot;NodeMethod&quot;</span></div>
<div class="line"><a name="l00527"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a007a8c806c8760421691ffd82970e013"> 527</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_NORELHEURISTIC &quot;NoRelHeuristic&quot;</span></div>
<div class="line"><a name="l00528"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a815efe50c0dd886a6377dfc53618c3d1"> 528</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PUMPPASSES &quot;PumpPasses&quot;</span></div>
<div class="line"><a name="l00529"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a34e595f0333052a3d26f961e1aee1543"> 529</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_RINS &quot;RINS&quot;</span></div>
<div class="line"><a name="l00530"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae2331888cbb54036f3711f1fcc108713"> 530</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_SOLFILES &quot;SolFiles&quot;</span></div>
<div class="line"><a name="l00531"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3b5c9a54f67e9753767c1c84a6b34c16"> 531</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_STARTNODELIMIT &quot;StartNodeLimit&quot;</span></div>
<div class="line"><a name="l00532"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2370d4404d39aef86bda6ba3348d1fc9"> 532</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SUBMIPNODES &quot;SubMIPNodes&quot;</span></div>
<div class="line"><a name="l00533"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a45a73948d8c7e70f3dd743bd688213a9"> 533</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SYMMETRY &quot;Symmetry&quot;</span></div>
<div class="line"><a name="l00534"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6b8e8dccd03e83ab620bcffad4fc77dc"> 534</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_VARBRANCH &quot;VarBranch&quot;</span></div>
<div class="line"><a name="l00535"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8c433c4fcd6f3afe34fa22c9af6ab452"> 535</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SOLUTIONNUMBER &quot;SolutionNumber&quot;</span></div>
<div class="line"><a name="l00536"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4d5d149d2f3f6cada9ef9195ca6c0d42"> 536</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_ZEROOBJNODES &quot;ZeroObjNodes&quot;</span></div>
<div class="line"><a name="l00537"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad24836e73404258c5b5ca6308d50ef6a"> 537</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CUTS &quot;Cuts&quot;</span></div>
<div class="line"><a name="l00538"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ada411d88553b28e208f496e9ab2e4a39"> 538</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CLIQUECUTS &quot;CliqueCuts&quot;</span></div>
<div class="line"><a name="l00539"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa7cb41d0af48c7097eaa589ad0acda93"> 539</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_COVERCUTS &quot;CoverCuts&quot;</span></div>
<div class="line"><a name="l00540"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac4d1bc08191aeebcc2a894b1d563a26d"> 540</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_FLOWCOVERCUTS &quot;FlowCoverCuts&quot;</span></div>
<div class="line"><a name="l00541"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aceddd71d536fa24282535700f90236f4"> 541</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_FLOWPATHCUTS &quot;FlowPathCuts&quot;</span></div>
<div class="line"><a name="l00542"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a37d90508ab85b9e0bf399d5914a8e3f9"> 542</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_GUBCOVERCUTS &quot;GUBCoverCuts&quot;</span></div>
<div class="line"><a name="l00543"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae8cf42caad36504069902c5a48f91b06"> 543</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_IMPLIEDCUTS &quot;ImpliedCuts&quot;</span></div>
<div class="line"><a name="l00544"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1cbf4a0822c840e0bf4da9f306674237"> 544</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PROJIMPLIEDCUTS &quot;ProjImpliedCuts&quot;</span></div>
<div class="line"><a name="l00545"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a18e5085558ed0c19c7e470f4963b12a1"> 545</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MIPSEPCUTS &quot;MIPSepCuts&quot;</span></div>
<div class="line"><a name="l00546"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac49d756f0c22406049f0ab3b296e3777"> 546</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MIRCUTS &quot;MIRCuts&quot;</span></div>
<div class="line"><a name="l00547"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a44d6b17bef6bbb2186199737c5b4a7cb"> 547</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_STRONGCGCUTS &quot;StrongCGCuts&quot;</span></div>
<div class="line"><a name="l00548"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2cdd7b968207cee4864ac8b5aba43840"> 548</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MODKCUTS &quot;ModKCuts&quot;</span></div>
<div class="line"><a name="l00549"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a37d49b84c59d6b9c3511d109abf70a16"> 549</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_ZEROHALFCUTS &quot;ZeroHalfCuts&quot;</span></div>
<div class="line"><a name="l00550"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae0c3dd1cdb7fff67640a000e6d238b1e"> 550</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_NETWORKCUTS &quot;NetworkCuts&quot;</span></div>
<div class="line"><a name="l00551"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a134bb748ec2241c99338119c04e790e2"> 551</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SUBMIPCUTS &quot;SubMIPCuts&quot;</span></div>
<div class="line"><a name="l00552"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a44060b5fc520512a12e848ef192107c7"> 552</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_INFPROOFCUTS &quot;InfProofCuts&quot;</span></div>
<div class="line"><a name="l00553"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad6c7abf4093f70b4c6529fcf9c9bb497"> 553</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_RLTCUTS &quot;RLTCuts&quot;</span></div>
<div class="line"><a name="l00554"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6d1421f98ee355f4cf92508de57515e6"> 554</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_RELAXLIFTCUTS &quot;RelaxLiftCuts&quot;</span></div>
<div class="line"><a name="l00555"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3181fa0077aa1f5a16895ee66ac49937"> 555</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_BQPCUTS &quot;BQPCuts&quot;</span></div>
<div class="line"><a name="l00556"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a829b366bb9d239efa356796db7b69243"> 556</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CUTAGGPASSES &quot;CutAggPasses&quot;</span></div>
<div class="line"><a name="l00557"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a18d4172af2e90418f19a7cb050c2d4fe"> 557</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CUTPASSES &quot;CutPasses&quot;</span></div>
<div class="line"><a name="l00558"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a78b786f035ea723bec81b2a59f72d48b"> 558</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_GOMORYPASSES &quot;GomoryPasses&quot;</span></div>
<div class="line"><a name="l00559"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abf95639b8a3b697e91ff76622e336606"> 559</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_WORKERPOOL &quot;WorkerPool&quot;</span></div>
<div class="line"><a name="l00560"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adaa5d528a96a1b1889bb94a54388b9e6"> 560</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_WORKERPASSWORD &quot;WorkerPassword&quot;</span></div>
<div class="line"><a name="l00561"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a30a411743d87e9e817603bc8fcacf7d6"> 561</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_COMPUTESERVER &quot;ComputeServer&quot;</span></div>
<div class="line"><a name="l00562"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a861e122f7a2615c0808548c2da82932f"> 562</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_TOKENSERVER &quot;TokenServer&quot;</span></div>
<div class="line"><a name="l00563"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4cba2efce43cc1e9d79d9b27b35b362d"> 563</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_SERVERPASSWORD &quot;ServerPassword&quot;</span></div>
<div class="line"><a name="l00564"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2a92586b85af3ec2f2b2876f1c4b2ebd"> 564</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SERVERTIMEOUT &quot;ServerTimeout&quot;</span></div>
<div class="line"><a name="l00565"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#addcb6f40c5b57ec9dcde0c8d525760de"> 565</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CSROUTER &quot;CSRouter&quot;</span></div>
<div class="line"><a name="l00566"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6ae50cbaf901891216d003b78d388420"> 566</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CSGROUP &quot;CSGroup&quot;</span></div>
<div class="line"><a name="l00567"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7d982bd2d84232e1d1ce36019654fe17"> 567</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_CSQUEUETIMEOUT &quot;CSQueueTimeout&quot;</span></div>
<div class="line"><a name="l00568"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a082c698a8020a5fc397b34379b837881"> 568</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CSPRIORITY &quot;CSPriority&quot;</span></div>
<div class="line"><a name="l00569"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0da8f5265933a9bef434f0859d378c55"> 569</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CSIDLETIMEOUT &quot;CSIdleTimeout&quot;</span></div>
<div class="line"><a name="l00570"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a40dec7d4f8f90c16fcce719737f95457"> 570</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CSTLSINSECURE &quot;CSTLSInsecure&quot;</span></div>
<div class="line"><a name="l00571"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#acf9b73be81396ec89b948d136db9e5fe"> 571</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_TSPORT &quot;TSPort&quot;</span></div>
<div class="line"><a name="l00572"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a58a3f73cd0dc52836c0cebea3221929c"> 572</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CLOUDACCESSID &quot;CloudAccessID&quot;</span></div>
<div class="line"><a name="l00573"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0e533c31a9c0d41c0828a3fad00f5b8c"> 573</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CLOUDSECRETKEY &quot;CloudSecretKey&quot;</span></div>
<div class="line"><a name="l00574"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4ee0bdbab5ece5c4cfb55e2310956017"> 574</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CLOUDPOOL &quot;CloudPool&quot;</span></div>
<div class="line"><a name="l00575"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab5147bf213ac3a97da285955602b38f3"> 575</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CLOUDHOST &quot;CloudHost&quot;</span></div>
<div class="line"><a name="l00576"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aff60fead49f39b844866027284277c14"> 576</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CSMANAGER &quot;CSManager&quot;</span></div>
<div class="line"><a name="l00577"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4daf2dea8a6810681a5a3a8a17719b21"> 577</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CSAUTHTOKEN &quot;CSAuthToken&quot;</span></div>
<div class="line"><a name="l00578"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af9adbe9ab27d0a5af39e72ed18cd917d"> 578</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CSAPIACCESSID &quot;CSAPIAccessID&quot;</span></div>
<div class="line"><a name="l00579"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab36710cb628822fd933285efbe5f0c4a"> 579</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CSAPISECRET &quot;CSAPISecret&quot;</span></div>
<div class="line"><a name="l00580"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1eec40da8f2dd47a1b17782334b0f48e"> 580</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CSBATCHMODE &quot;CSBatchMode&quot;</span></div>
<div class="line"><a name="l00581"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9a40d2481ff01734c33565c5a55585f8"> 581</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_USERNAME &quot;Username&quot;</span></div>
<div class="line"><a name="l00582"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9a34193fff9a735558db8ffd55f7620d"> 582</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_CSAPPNAME &quot;CSAppName&quot;</span></div>
<div class="line"><a name="l00583"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7000e2ffca9ed07f726e9fe47bb599d4"> 583</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CSCLIENTLOG &quot;CSClientLog&quot;</span></div>
<div class="line"><a name="l00584"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a72cda41318c3289d4d468e6cf1b5020d"> 584</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_AGGREGATE &quot;Aggregate&quot;</span></div>
<div class="line"><a name="l00585"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae1241f21583c1d55ef59a2a8b7f7e0c2"> 585</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_AGGFILL &quot;AggFill&quot;</span></div>
<div class="line"><a name="l00586"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a62769c444c5899806989d35b695fd005"> 586</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CONCURRENTMIP &quot;ConcurrentMIP&quot;</span></div>
<div class="line"><a name="l00587"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a328c0225c0728f0d085aafb94dea4d67"> 587</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_CONCURRENTJOBS &quot;ConcurrentJobs&quot;</span></div>
<div class="line"><a name="l00588"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aabb2ab13027556ba0cbdd3a60f46326d"> 588</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_DISPLAYINTERVAL &quot;DisplayInterval&quot;</span></div>
<div class="line"><a name="l00589"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adda782d4e101119d22e11a2e85ab0ac3"> 589</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_DISTRIBUTEDMIPJOBS &quot;DistributedMIPJobs&quot;</span></div>
<div class="line"><a name="l00590"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a62d37112893fc582e67f827f3798ed55"> 590</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_DUALREDUCTIONS &quot;DualReductions&quot;</span></div>
<div class="line"><a name="l00591"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab7e34b5e6c8d3583ddffc41a1e7fe100"> 591</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_FEASRELAXBIGM &quot;FeasRelaxBigM&quot;</span></div>
<div class="line"><a name="l00592"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0a3ce7c49cba11b567c1d6fdfd732e1a"> 592</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_IISMETHOD &quot;IISMethod&quot;</span></div>
<div class="line"><a name="l00593"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab551f76ece9ee47751cee2ae4a9f8c22"> 593</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_INFUNBDINFO &quot;InfUnbdInfo&quot;</span></div>
<div class="line"><a name="l00594"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af0406e8b2f08cb7140a00cf5a032dc74"> 594</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_JSONSOLDETAIL &quot;JSONSolDetail&quot;</span></div>
<div class="line"><a name="l00595"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab26b0f243ec3b8714922e8c96daa0fd5"> 595</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_LAZYCONSTRAINTS &quot;LazyConstraints&quot;</span></div>
<div class="line"><a name="l00596"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aee9c4fc0f8a730308ef1eef1e3a8ccd7"> 596</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_LOGFILE &quot;LogFile&quot;</span></div>
<div class="line"><a name="l00597"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afe22013f7a404d80baf84d00229707e2"> 597</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_LOGTOCONSOLE &quot;LogToConsole&quot;</span></div>
<div class="line"><a name="l00598"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a18897b8b6f5aa9365586e7a9cc25a90d"> 598</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MIQCPMETHOD &quot;MIQCPMethod&quot;</span></div>
<div class="line"><a name="l00599"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad63c6fc11bb21d2f0801fe9f12255966"> 599</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_NONCONVEX &quot;NonConvex&quot;</span></div>
<div class="line"><a name="l00600"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab8913c623589873ee53050ff0c065918"> 600</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_NUMERICFOCUS &quot;NumericFocus&quot;</span></div>
<div class="line"><a name="l00601"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afd80b1a18f7a8fda56deb17e25257063"> 601</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_OUTPUTFLAG &quot;OutputFlag&quot;</span></div>
<div class="line"><a name="l00602"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a357ade6bc740533e34fc725fb57564ee"> 602</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PRECRUSH &quot;PreCrush&quot;</span></div>
<div class="line"><a name="l00603"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5532dd494406011a8e5fab8cec5dd4d3"> 603</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PREDEPROW &quot;PreDepRow&quot;</span></div>
<div class="line"><a name="l00604"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a2624fb9fca9d3d18ba69de8f02d1d658"> 604</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PREDUAL &quot;PreDual&quot;</span></div>
<div class="line"><a name="l00605"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abeb272b4795d6f47ced8c7c2b3c4b3cd"> 605</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PREPASSES &quot;PrePasses&quot;</span></div>
<div class="line"><a name="l00606"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#adc41f179ab2e0f9ef05f8089c8eebfca"> 606</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PREQLINEARIZE &quot;PreQLinearize&quot;</span></div>
<div class="line"><a name="l00607"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7cd6b7b9c9ba672fee1c938bcf8f38d0"> 607</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PRESOLVE &quot;Presolve&quot;</span></div>
<div class="line"><a name="l00608"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5cdb0a8227d496b2f2453c591be53810"> 608</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_PRESOS1BIGM &quot;PreSOS1BigM&quot;</span></div>
<div class="line"><a name="l00609"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5713edb0dac921ddd1561c6306e2f852"> 609</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_PRESOS2BIGM &quot;PreSOS2BigM&quot;</span></div>
<div class="line"><a name="l00610"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a317d0241017cd770a8554749944bf1b6"> 610</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PRESPARSIFY &quot;PreSparsify&quot;</span></div>
<div class="line"><a name="l00611"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a40ab1a4641611c40bfd77517d0560166"> 611</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PREMIQCPFORM &quot;PreMIQCPForm&quot;</span></div>
<div class="line"><a name="l00612"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7cc65948e0c47c285aa8e27fe3a02ff6"> 612</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_QCPDUAL &quot;QCPDual&quot;</span></div>
<div class="line"><a name="l00613"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a50b4d5dacd9a3f121c0ff4e2f0f50f1e"> 613</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_RECORD &quot;Record&quot;</span></div>
<div class="line"><a name="l00614"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa601e6962e47b18aa245c68f235adcd3"> 614</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_RESULTFILE &quot;ResultFile&quot;</span></div>
<div class="line"><a name="l00615"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa5152f5c1d5872a292fb165d66ad66a8"> 615</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SEED &quot;Seed&quot;</span></div>
<div class="line"><a name="l00616"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a520961ab480c963e8123260cc492df96"> 616</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_THREADS &quot;Threads&quot;</span></div>
<div class="line"><a name="l00617"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af80b56d7f9b5b3ec17df55b9da33a1ac"> 617</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_TUNETIMELIMIT &quot;TuneTimeLimit&quot;</span></div>
<div class="line"><a name="l00618"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1379a2cb02a5d610ef10ace4e373f0eb"> 618</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_TUNERESULTS &quot;TuneResults&quot;</span></div>
<div class="line"><a name="l00619"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a672726d18919c346d8c45643fe3de6b5"> 619</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_TUNECRITERION &quot;TuneCriterion&quot;</span></div>
<div class="line"><a name="l00620"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af16d9631ff0c1fd56dc5a213b786f1dc"> 620</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_TUNETRIALS &quot;TuneTrials&quot;</span></div>
<div class="line"><a name="l00621"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a97f1aeb6b002c4b7263305717d2fffcf"> 621</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_TUNEOUTPUT &quot;TuneOutput&quot;</span></div>
<div class="line"><a name="l00622"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a869bae6147ecf55d1adcfbf5ea2ebd0a"> 622</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_TUNEJOBS &quot;TuneJobs&quot;</span></div>
<div class="line"><a name="l00623"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a840bed61aa840b41df1df71ac11b152b"> 623</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_UPDATEMODE &quot;UpdateMode&quot;</span></div>
<div class="line"><a name="l00624"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a339f1b5b45388c3a25e6ab9fce0f08a0"> 624</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_OBJNUMBER &quot;ObjNumber&quot;</span></div>
<div class="line"><a name="l00625"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5f32de6fc3360aa3a2e2675c37590f5a"> 625</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MULTIOBJMETHOD &quot;MultiObjMethod&quot;</span></div>
<div class="line"><a name="l00626"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa8cb4591638664f4e78d45292e710e5a"> 626</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_MULTIOBJPRE &quot;MultiObjPre&quot;</span></div>
<div class="line"><a name="l00627"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ab01eab8c069a6fec6953aa1e6ee28fd6"> 627</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_SCENARIONUMBER &quot;ScenarioNumber&quot;</span></div>
<div class="line"><a name="l00628"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abc06d5fefd4a7ac8fcf36b4ca1e49af8"> 628</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_POOLSOLUTIONS &quot;PoolSolutions&quot;</span></div>
<div class="line"><a name="l00629"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1fde5cf0ddfb632387959aabb60907da"> 629</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_POOLGAP &quot;PoolGap&quot;</span></div>
<div class="line"><a name="l00630"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af955c63f7330d178921008e68f2e1828"> 630</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_POOLSEARCHMODE &quot;PoolSearchMode&quot;</span></div>
<div class="line"><a name="l00631"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae4a6c5f088b8833a41eef1ee9aef54e1"> 631</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_IGNORENAMES &quot;IgnoreNames&quot;</span></div>
<div class="line"><a name="l00632"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#afa0aa016baa80a7d258d38f8ffc0fee9"> 632</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_STARTNUMBER &quot;StartNumber&quot;</span></div>
<div class="line"><a name="l00633"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aee96965a62fd8cda51f38cb1ceea5f1d"> 633</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_PARTITIONPLACE &quot;PartitionPlace&quot;</span></div>
<div class="line"><a name="l00634"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a16ed50a98d6d823434658e9c82ec1f47"> 634</a></span>&#160;<span class="preprocessor">#define GRB_INT_PAR_FUNCPIECES &quot;FuncPieces&quot;</span></div>
<div class="line"><a name="l00635"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8b546fe64722b65bd9e6d2af11b9f9cf"> 635</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_FUNCPIECELENGTH &quot;FuncPieceLength&quot;</span></div>
<div class="line"><a name="l00636"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abe5b1b7717e20fdd79650df15610fc44"> 636</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_FUNCPIECEERROR &quot;FuncPieceError&quot;</span></div>
<div class="line"><a name="l00637"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#abad2d156f1a13f2bb75daaf91f93432a"> 637</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_FUNCPIECERATIO &quot;FuncPieceRatio&quot;</span></div>
<div class="line"><a name="l00638"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a03301eb5c49f615bc245e286bd12cd77"> 638</a></span>&#160;<span class="preprocessor">#define GRB_DBL_PAR_FUNCMAXVAL &quot;FuncMaxVal&quot;</span></div>
<div class="line"><a name="l00639"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a4da8b9d7f5607fb23ad9266f23b3981c"> 639</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_DUMMY &quot;Dummy&quot;</span></div>
<div class="line"><a name="l00640"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a865855a1df3dfcaf99bd4c13cfa408b4"> 640</a></span>&#160;<span class="preprocessor">#define GRB_STR_PAR_JOBID &quot;JobID&quot;</span></div>
<div class="line"><a name="l00641"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a8ae4e81e404177f269f52c366602e5e2"> 641</a></span>&#160;<span class="preprocessor">#define GRB_CUTS_AUTO -1</span></div>
<div class="line"><a name="l00642"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a25900007ed76d873e3edc5afa400f756"> 642</a></span>&#160;<span class="preprocessor">#define GRB_CUTS_OFF 0</span></div>
<div class="line"><a name="l00643"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af642665d3b49b0b67889c93f4605c989"> 643</a></span>&#160;<span class="preprocessor">#define GRB_CUTS_CONSERVATIVE 1</span></div>
<div class="line"><a name="l00644"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3f95ad5e1cd1731d93e1046fe546c1b9"> 644</a></span>&#160;<span class="preprocessor">#define GRB_CUTS_AGGRESSIVE 2</span></div>
<div class="line"><a name="l00645"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aeaf7b3d6853616d74a96a7f84e9135bd"> 645</a></span>&#160;<span class="preprocessor">#define GRB_CUTS_VERYAGGRESSIVE 3</span></div>
<div class="line"><a name="l00646"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aee06842200f9ea6a52cd072655bde971"> 646</a></span>&#160;<span class="preprocessor">#define GRB_PRESOLVE_AUTO -1</span></div>
<div class="line"><a name="l00647"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac83a71f7ce20ef826c2fe19ded699f4e"> 647</a></span>&#160;<span class="preprocessor">#define GRB_PRESOLVE_OFF 0</span></div>
<div class="line"><a name="l00648"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a7ba686d89ff3ad70a4647775fb7ff04f"> 648</a></span>&#160;<span class="preprocessor">#define GRB_PRESOLVE_CONSERVATIVE 1</span></div>
<div class="line"><a name="l00649"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a74e0066c85ff844544c382fac76e195f"> 649</a></span>&#160;<span class="preprocessor">#define GRB_PRESOLVE_AGGRESSIVE 2</span></div>
<div class="line"><a name="l00650"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a9a5216ad5158962845493132fb6b75b4"> 650</a></span>&#160;<span class="preprocessor">#define GRB_METHOD_AUTO -1</span></div>
<div class="line"><a name="l00651"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aff98c9d2e8cda670c77f1e6154cd7862"> 651</a></span>&#160;<span class="preprocessor">#define GRB_METHOD_PRIMAL 0</span></div>
<div class="line"><a name="l00652"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aead8912a830589a958286bcd89aa2db8"> 652</a></span>&#160;<span class="preprocessor">#define GRB_METHOD_DUAL 1</span></div>
<div class="line"><a name="l00653"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a04fdea42164c4a55428eda870b67d96b"> 653</a></span>&#160;<span class="preprocessor">#define GRB_METHOD_BARRIER 2</span></div>
<div class="line"><a name="l00654"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3c4f977d6db27a0ec42c2f7c3f5d611d"> 654</a></span>&#160;<span class="preprocessor">#define GRB_METHOD_CONCURRENT 3</span></div>
<div class="line"><a name="l00655"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0b80ded669deb18c657e6f67ffda619e"> 655</a></span>&#160;<span class="preprocessor">#define GRB_METHOD_DETERMINISTIC_CONCURRENT 4</span></div>
<div class="line"><a name="l00656"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3e9d239fc1e06bdb5e8c07c25209f402"> 656</a></span>&#160;<span class="preprocessor">#define GRB_METHOD_DETERMINISTIC_CONCURRENT_SIMPLEX 5</span></div>
<div class="line"><a name="l00657"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a55982fa1dafdc345d06876a28abe32a3"> 657</a></span>&#160;<span class="preprocessor">#define GRB_BARHOMOGENEOUS_AUTO -1</span></div>
<div class="line"><a name="l00658"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1a40c65a9ff061e1f2e4ff5daa01193f"> 658</a></span>&#160;<span class="preprocessor">#define GRB_BARHOMOGENEOUS_OFF 0</span></div>
<div class="line"><a name="l00659"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a62211e6e9a6fa883d6e9f93a2109fd51"> 659</a></span>&#160;<span class="preprocessor">#define GRB_BARHOMOGENEOUS_ON 1</span></div>
<div class="line"><a name="l00660"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af2460f3a8e8a3cf2a8a57de4caa10dd3"> 660</a></span>&#160;<span class="preprocessor">#define GRB_MIPFOCUS_BALANCED 0</span></div>
<div class="line"><a name="l00661"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ad509e6591f2ab1625d565f69c9a27f39"> 661</a></span>&#160;<span class="preprocessor">#define GRB_MIPFOCUS_FEASIBILITY 1</span></div>
<div class="line"><a name="l00662"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a030e6ee9eefa12a557ed028e3022525a"> 662</a></span>&#160;<span class="preprocessor">#define GRB_MIPFOCUS_OPTIMALITY 2</span></div>
<div class="line"><a name="l00663"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a1b96fa015fb046841d2f23e74d9eac94"> 663</a></span>&#160;<span class="preprocessor">#define GRB_MIPFOCUS_BESTBOUND 3</span></div>
<div class="line"><a name="l00664"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af49e447fbc50607a949851d96a5fbe31"> 664</a></span>&#160;<span class="preprocessor">#define GRB_BARORDER_AUTOMATIC -1</span></div>
<div class="line"><a name="l00665"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ae3ddf7ca6e5884e11f0ac24505562b97"> 665</a></span>&#160;<span class="preprocessor">#define GRB_BARORDER_AMD 0</span></div>
<div class="line"><a name="l00666"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0c3aee46f49312aaf9e43b7daf48393f"> 666</a></span>&#160;<span class="preprocessor">#define GRB_BARORDER_NESTEDDISSECTION 1</span></div>
<div class="line"><a name="l00667"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a5a5d8f37154628305d2226010f975b20"> 667</a></span>&#160;<span class="preprocessor">#define GRB_SIMPLEXPRICING_AUTO -1</span></div>
<div class="line"><a name="l00668"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a23b5fc4aff835a3fa8f38fab1d3a3b95"> 668</a></span>&#160;<span class="preprocessor">#define GRB_SIMPLEXPRICING_PARTIAL 0</span></div>
<div class="line"><a name="l00669"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a942aa9f1325b8fc4245c8f8d347170a1"> 669</a></span>&#160;<span class="preprocessor">#define GRB_SIMPLEXPRICING_STEEPEST_EDGE 1</span></div>
<div class="line"><a name="l00670"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aa08ed383fb3daf73375d611d19a8c449"> 670</a></span>&#160;<span class="preprocessor">#define GRB_SIMPLEXPRICING_DEVEX 2</span></div>
<div class="line"><a name="l00671"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a210c3618a101fb36ef18c231ea474f63"> 671</a></span>&#160;<span class="preprocessor">#define GRB_SIMPLEXPRICING_STEEPEST_QUICK 3</span></div>
<div class="line"><a name="l00672"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0abe203c04969ad43c33c2dd46b931d4"> 672</a></span>&#160;<span class="preprocessor">#define GRB_VARBRANCH_AUTO -1</span></div>
<div class="line"><a name="l00673"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#af7f2f65fef760afa54e402c50930a549"> 673</a></span>&#160;<span class="preprocessor">#define GRB_VARBRANCH_PSEUDO_REDUCED 0</span></div>
<div class="line"><a name="l00674"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac59b211c6b3367789893a57b8b52ab69"> 674</a></span>&#160;<span class="preprocessor">#define GRB_VARBRANCH_PSEUDO_SHADOW 1</span></div>
<div class="line"><a name="l00675"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a6adf35142bd1b5453462ea1b7b624ccb"> 675</a></span>&#160;<span class="preprocessor">#define GRB_VARBRANCH_MAX_INFEAS 2</span></div>
<div class="line"><a name="l00676"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a59463e9bc1f2eb6639ff02602fcf9b5e"> 676</a></span>&#160;<span class="preprocessor">#define GRB_VARBRANCH_STRONG 3</span></div>
<div class="line"><a name="l00677"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#ac40c1f009bc713c1d9889ef4a507f7af"> 677</a></span>&#160;<span class="preprocessor">#define GRB_PARTITION_EARLY 16</span></div>
<div class="line"><a name="l00678"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a3f786b809f798512685677344a2eef38"> 678</a></span>&#160;<span class="preprocessor">#define GRB_PARTITION_ROOTSTART 8</span></div>
<div class="line"><a name="l00679"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a0a7b2dd5e122f04dd46017d6d4000f36"> 679</a></span>&#160;<span class="preprocessor">#define GRB_PARTITION_ROOTEND 4</span></div>
<div class="line"><a name="l00680"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#aaefd28554a729b33d9bd473bdbe8281d"> 680</a></span>&#160;<span class="preprocessor">#define GRB_PARTITION_NODES 2</span></div>
<div class="line"><a name="l00681"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#acb48a0f4108a39017526f7e1d3d13ee2"> 681</a></span>&#160;<span class="preprocessor">#define GRB_PARTITION_CLEANUP 1</span></div>
<div class="line"><a name="l00682"></a><span class="lineno"><a class="line" href="gurobi__environment_8h.html#a783cdd23016c59553919f8b4606c7fe3"> 682</a></span>&#160;<span class="preprocessor">#define GRB_BATCH_STATUS_UNKNOWN 0</span></div>
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160;<span class="preprocessor">#define GRB_BATCH_CREATED 1</span></div>
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span>&#160;<span class="preprocessor">#define GRB_BATCH_SUBMITTED 2</span></div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160;<span class="preprocessor">#define GRB_BATCH_ABORTED 3</span></div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160;<span class="preprocessor">#define GRB_BATCH_FAILED 4</span></div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160;<span class="preprocessor">#define GRB_BATCH_COMPLETED 5</span></div>
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160;} <span class="comment">// namespace operations_research</span></div>
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160; </div>
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160;<span class="preprocessor">#endif // OR_TOOLS_LINEAR_SOLVER_GUROBI_ENVIRONMENT_H_</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="agurobi__environment_8h_html_a446cf449a6234c9b177309d5ba0852c0"><div class="ttname"><a href="gurobi__environment_8h.html#a446cf449a6234c9b177309d5ba0852c0">STDCALL</a></div><div class="ttdeci">#define STDCALL</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8h_source.html#l00025">gurobi_environment.h:25</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_af4535ee13f58c488020c80b1dfbfd177"><div class="ttname"><a href="namespaceoperations__research.html#af4535ee13f58c488020c80b1dfbfd177">operations_research::GRBaddgenconstrIndicator</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *model, const char *name, int binvar, int binval, int nvars, const int *vars, const double *vals, char sense, double rhs)&gt; GRBaddgenconstrIndicator</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00095">gurobi_environment.cc:95</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#l00197">gurobi_interface.cc:197</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_af3667a35edb7beb931854e5b3ba9695e"><div class="ttname"><a href="namespaceoperations__research.html#af3667a35edb7beb931854e5b3ba9695e">operations_research::GRBloadenv</a></div><div class="ttdeci">std::function&lt; int(GRBenv **, const char *)&gt; GRBloadenv</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00060">gurobi_environment.cc:60</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a3233b0ce78b4bd2639c67ea2ce23e4d0"><div class="ttname"><a href="namespaceoperations__research.html#a3233b0ce78b4bd2639c67ea2ce23e4d0">operations_research::GRBsetcallbackfunc</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *model, int(STDCALL *cb)(CB_ARGS), void *usrdata)&gt; GRBsetcallbackfunc</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00100">gurobi_environment.cc:100</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_afd49a4754e62656ab0f7ee13c0989e94"><div class="ttname"><a href="namespaceoperations__research.html#afd49a4754e62656ab0f7ee13c0989e94">operations_research::GRBsetintparam</a></div><div class="ttdeci">std::function&lt; int(GRBenv *, const char *, int)&gt; GRBsetintparam</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00074">gurobi_environment.cc:74</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="anamespaceoperations__research_html_a47dfe898be4c2a59df528e39e96d0798"><div class="ttname"><a href="namespaceoperations__research.html#a47dfe898be4c2a59df528e39e96d0798">operations_research::GRBcbget</a></div><div class="ttdeci">std::function&lt; int(void *cbdata, int where, int what, void *resultP)&gt; GRBcbget</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00079">gurobi_environment.cc:79</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&lt; int(void *cbdata, int lazylen, const int *lazyind, const double *lazyval, char lazysense, double lazyrhs)&gt; GRBcblazy</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00086">gurobi_environment.cc:86</a></div></div>
<div class="ttc" id="ademon__profiler_8cc_html_a21edc7ca4cc5802c8779d68556bc09cf"><div class="ttname"><a href="demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf">value</a></div><div class="ttdeci">int64 value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00043">demon_profiler.cc:43</a></div></div>
<div class="ttc" id="apack_8cc_html_ae42ca38a167164c07831993889216903"><div class="ttname"><a href="pack_8cc.html#ae42ca38a167164c07831993889216903">weight</a></div><div class="ttdeci">int64 weight</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00509">pack.cc:509</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">The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...</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_a2672e85da6450b474d802e16429ef4ad"><div class="ttname"><a href="namespaceoperations__research.html#a2672e85da6450b474d802e16429ef4ad">operations_research::GRBgeterrormsg</a></div><div class="ttdeci">std::function&lt; char *(GRBenv *)&gt; GRBgeterrormsg</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00056">gurobi_environment.cc:56</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_abef00259da66fe371a23872430847aeb"><div class="ttname"><a href="namespaceoperations__research.html#abef00259da66fe371a23872430847aeb">operations_research::LoadGurobiEnvironment</a></div><div class="ttdeci">absl::Status LoadGurobiEnvironment(GRBenv **env)</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00026">gurobi_environment.cc:26</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&lt; int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars)&gt; GRBaddgenconstrAnd</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00120">gurobi_environment.cc:120</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&lt; int(GRBmodel *model, const char *name, int resvar, int argvar)&gt; GRBaddgenconstrAbs</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00117">gurobi_environment.cc:117</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a2a32719e8a1fe8c1885cb08f688ab8e3"><div class="ttname"><a href="namespaceoperations__research.html#a2a32719e8a1fe8c1885cb08f688ab8e3">operations_research::GRBwrite</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *)&gt; GRBwrite</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00078">gurobi_environment.cc:78</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a35b2830e1bae4c7e3c177e286e9d2fe6"><div class="ttname"><a href="namespaceoperations__research.html#a35b2830e1bae4c7e3c177e286e9d2fe6">operations_research::GRBreadparams</a></div><div class="ttdeci">std::function&lt; int(GRBenv *, const char *)&gt; GRBreadparams</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00065">gurobi_environment.cc:65</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ab7e6bcf3be5552998d1aa03bc35f4b50"><div class="ttname"><a href="namespaceoperations__research.html#ab7e6bcf3be5552998d1aa03bc35f4b50">operations_research::GRBgetdblparam</a></div><div class="ttdeci">std::function&lt; int(GRBenv *, const char *, double *)&gt; GRBgetdblparam</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00054">gurobi_environment.cc:54</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&lt; int(GRBenv *env, const char *paramname, const char *value)&gt; GRBsetparam</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00102">gurobi_environment.cc:102</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_abd4f1ba93a94617b23632839cb566f41"><div class="ttname"><a href="namespaceoperations__research.html#abd4f1ba93a94617b23632839cb566f41">operations_research::GRBgetdblattr</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, double *)&gt; GRBgetdblattr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00049">gurobi_environment.cc:49</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a75e7889571e2b29a3f06e6a5f5de288f"><div class="ttname"><a href="namespaceoperations__research.html#a75e7889571e2b29a3f06e6a5f5de288f">operations_research::GRBfreemodel</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *)&gt; GRBfreemodel</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00046">gurobi_environment.cc:46</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a03841bd276f1eca1f17ddb204d0e3dcd"><div class="ttname"><a href="namespaceoperations__research.html#a03841bd276f1eca1f17ddb204d0e3dcd">operations_research::GRBnewmodel</a></div><div class="ttdeci">std::function&lt; int(GRBenv *, GRBmodel **, const char *, int numvars, double *, double *, double *, char *, char **)&gt; GRBnewmodel</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00063">gurobi_environment.cc:63</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a299b1fa9bd91d6d08764f6e6528c4284"><div class="ttname"><a href="namespaceoperations__research.html#a299b1fa9bd91d6d08764f6e6528c4284">operations_research::GRBsetintattr</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int)&gt; GRBsetintattr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00073">gurobi_environment.cc:73</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a8c9e36b23f8334c99e859d4cb3066318"><div class="ttname"><a href="namespaceoperations__research.html#a8c9e36b23f8334c99e859d4cb3066318">operations_research::GRBresetparams</a></div><div class="ttdeci">std::function&lt; int(GRBenv *)&gt; GRBresetparams</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00066">gurobi_environment.cc:66</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a7aebe9e5663030576c49e9a82a6c75cf"><div class="ttname"><a href="namespaceoperations__research.html#a7aebe9e5663030576c49e9a82a6c75cf">operations_research::GRBgetdblattrarray</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int, int, double *)&gt; GRBgetdblattrarray</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00051">gurobi_environment.cc:51</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&lt; int(void *cbdata, int cutlen, const int *cutind, const double *cutval, char cutsense, double cutrhs)&gt; GRBcbcut</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00083">gurobi_environment.cc:83</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&lt; int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars, double constant)&gt; GRBaddgenconstrMax</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00112">gurobi_environment.cc:112</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&lt; int(GRBmodel *model, const char *attrname, int element, int newvalue)&gt; GRBsetintattrelement</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00098">gurobi_environment.cc:98</a></div></div>
<div class="ttc" id="adynamic__library_8h_html"><div class="ttname"><a href="dynamic__library_8h.html">dynamic_library.h</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a22e4cdeae7b7265e68c75c4346c6f8d1"><div class="ttname"><a href="namespaceoperations__research.html#a22e4cdeae7b7265e68c75c4346c6f8d1">operations_research::GRBsetcharattrelement</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int, char)&gt; GRBsetcharattrelement</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00067">gurobi_environment.cc:67</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ac07530cd313155bb72a879e3001fcfa0"><div class="ttname"><a href="namespaceoperations__research.html#ac07530cd313155bb72a879e3001fcfa0">operations_research::GRBsetdblattrelement</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int, double)&gt; GRBsetdblattrelement</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00070">gurobi_environment.cc:70</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a09a84b9d534f8406efc6203b15d5a736"><div class="ttname"><a href="namespaceoperations__research.html#a09a84b9d534f8406efc6203b15d5a736">operations_research::GRBversion</a></div><div class="ttdeci">std::function&lt; void(int *, int *, int *)&gt; GRBversion</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00077">gurobi_environment.cc:77</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a5cc12a8b3c886c3e9502f027c1354b03"><div class="ttname"><a href="namespaceoperations__research.html#a5cc12a8b3c886c3e9502f027c1354b03">operations_research::GRBsetdblattr</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, double)&gt; GRBsetdblattr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00069">gurobi_environment.cc:69</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&lt; int(GRBmodel *model, int numsos, int nummembers, int *types, int *beg, int *ind, double *weight)&gt; GRBaddsos</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00105">gurobi_environment.cc:105</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_af8027ada63822122e81c4c621fccfc76"><div class="ttname"><a href="namespaceoperations__research.html#af8027ada63822122e81c4c621fccfc76">operations_research::GRBaddrangeconstr</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, int, int *, double *, double, double, const char *)&gt; GRBaddrangeconstr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00041">gurobi_environment.cc:41</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&lt; int(void *cbdata, const double *solution, double *objvalP)&gt; GRBcbsolution</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00088">gurobi_environment.cc:88</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a48eb6daa509e38e42d48dc50138b9248"><div class="ttname"><a href="namespaceoperations__research.html#a48eb6daa509e38e42d48dc50138b9248">operations_research::GRBgetintattr</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int *)&gt; GRBgetintattr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00057">gurobi_environment.cc:57</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&lt; int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars, double constant)&gt; GRBaddgenconstrMin</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00115">gurobi_environment.cc:115</a></div></div>
<div class="ttc" id="agurobi__environment_8h_html_a2963ba0c46b86ac4680fb3bb4ca8b2f3"><div class="ttname"><a href="gurobi__environment_8h.html#a2963ba0c46b86ac4680fb3bb4ca8b2f3">GRBenv</a></div><div class="ttdeci">struct _GRBenv GRBenv</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8h_source.html#l00001">gurobi_environment.h:30</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#l00195">gurobi_interface.cc:195</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a67ae1915ab928a2e8806a4907d00a8ef"><div class="ttname"><a href="namespaceoperations__research.html#a67ae1915ab928a2e8806a4907d00a8ef">operations_research::GRBoptimize</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *)&gt; GRBoptimize</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00064">gurobi_environment.cc:64</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&lt; int(GRBmodel *model, int numlnz, int *lind, double *lval, int numqnz, int *qrow, int *qcol, double *qval, char sense, double rhs, const char *QCname)&gt; GRBaddqconstr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00109">gurobi_environment.cc:109</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&lt; int(GRBmodel *model, const char *name, int resvar, int nvars, const int *vars)&gt; GRBaddgenconstrOr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00123">gurobi_environment.cc:123</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&lt; int(GRBmodel *model, int numqnz, int *qrow, int *qcol, double *qval)&gt; GRBaddqpterms</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00126">gurobi_environment.cc:126</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ae6221f683517ccef28cc7b345da61fff"><div class="ttname"><a href="namespaceoperations__research.html#ae6221f683517ccef28cc7b345da61fff">operations_research::GRBgetenv</a></div><div class="ttdeci">std::function&lt; GRBenv *(GRBmodel *)&gt; GRBgetenv</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00055">gurobi_environment.cc:55</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a697dfcc19133e896500d9f1035ff2923"><div class="ttname"><a href="namespaceoperations__research.html#a697dfcc19133e896500d9f1035ff2923">operations_research::GRBupdatemodel</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *)&gt; GRBupdatemodel</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00076">gurobi_environment.cc:76</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a872663606493364fca70cc0af035f1d9"><div class="ttname"><a href="namespaceoperations__research.html#a872663606493364fca70cc0af035f1d9">operations_research::GRBgetcharattrelement</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int, char *)&gt; GRBgetcharattrelement</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00048">gurobi_environment.cc:48</a></div></div>
<div class="ttc" id="agurobi__environment_8h_html_a865e461c79c88bc5c0d5f56087ae4876"><div class="ttname"><a href="gurobi__environment_8h.html#a865e461c79c88bc5c0d5f56087ae4876">GRBmodel</a></div><div class="ttdeci">struct _GRBmodel GRBmodel</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8h_source.html#l00001">gurobi_environment.h:29</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a4c0630ead3dae4e8e7512c2b509bb091"><div class="ttname"><a href="namespaceoperations__research.html#a4c0630ead3dae4e8e7512c2b509bb091">operations_research::GRBsetdblparam</a></div><div class="ttdeci">std::function&lt; int(GRBenv *, const char *, double)&gt; GRBsetdblparam</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00072">gurobi_environment.cc:72</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ac873c1b74230c3670b9c38f6a6ecea54"><div class="ttname"><a href="namespaceoperations__research.html#ac873c1b74230c3670b9c38f6a6ecea54">operations_research::GRBgetdblattrelement</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int, double *)&gt; GRBgetdblattrelement</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00053">gurobi_environment.cc:53</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a4aa3858911b6cb565d8250c3c32b4b73"><div class="ttname"><a href="namespaceoperations__research.html#a4aa3858911b6cb565d8250c3c32b4b73">operations_research::GRBgetintattrelement</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, const char *, int, int *)&gt; GRBgetintattrelement</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00058">gurobi_environment.cc:58</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a51d61fa876d0a42426bfd1ee6df548e3"><div class="ttname"><a href="namespaceoperations__research.html#a51d61fa876d0a42426bfd1ee6df548e3">operations_research::GRBterminate</a></div><div class="ttdeci">std::function&lt; void(GRBmodel *)&gt; GRBterminate</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00075">gurobi_environment.cc:75</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a1d4bcb02f10844c8e2d8cc10ff61bdb9"><div class="ttname"><a href="namespaceoperations__research.html#a1d4bcb02f10844c8e2d8cc10ff61bdb9">operations_research::GRBfreeenv</a></div><div class="ttdeci">std::function&lt; void(GRBenv *)&gt; GRBfreeenv</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00045">gurobi_environment.cc:45</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&lt; int(GRBmodel *model, int numnz, int *cind, double *cval, char sense, double rhs, const char *constrname)&gt; GRBaddconstr</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00091">gurobi_environment.cc:91</a></div></div>
<div class="ttc" id="acommandlineflags_8h_html"><div class="ttname"><a href="commandlineflags_8h.html">commandlineflags.h</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#l00807">default_search.cc:807</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a849165b7e3c00d8a9b0c28bea1445d68"><div class="ttname"><a href="namespaceoperations__research.html#a849165b7e3c00d8a9b0c28bea1445d68">operations_research::GRBaddvars</a></div><div class="ttdeci">std::function&lt; int(GRBmodel *, int, int, int *, int *, double *, double *, double *, double *, char *, char **)&gt; GRBaddvars</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8cc_source.html#l00044">gurobi_environment.cc:44</a></div></div>
<div class="ttc" id="agurobi__environment_8h_html_ae7ac10908b369bb98f65176f989ca58a"><div class="ttname"><a href="gurobi__environment_8h.html#ae7ac10908b369bb98f65176f989ca58a">CB_ARGS</a></div><div class="ttdeci">#define CB_ARGS</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__environment_8h_source.html#l00036">gurobi_environment.h:36</a></div></div>
<!-- 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_4d3a5a688e4550f3d7725aaa5ab9c27b.html">linear_solver</a></li><li class="navelem"><a class="el" href="gurobi__environment_8h.html">gurobi_environment.h</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.8.20 </li>
</ul>
</div>
</body>
</html>