544 lines
41 KiB
HTML
544 lines
41 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>OR-Tools</title>
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
|
<meta charset="utf-8"/>
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.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="banner-container">
|
|
<div id="banner">
|
|
<span id="sfml">Google OR-Tools 8.0</span>
|
|
</div>
|
|
</div>
|
|
<div id="content" style="width: 100%; overflow: hidden;">
|
|
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
|
|
<h2>C++ Reference</h2>
|
|
<ul>
|
|
<li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
|
|
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
|
|
<li><a href="../cpp_graph/annotated.html">Graph</a></li>
|
|
<li><a href="../cpp_routing/annotated.html">Routing</a></li>
|
|
<li><a href="../cpp_linear/annotated.html">Linear solver</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="content">
|
|
<div align="center">
|
|
<h1 style="color: #145A32;">C++ Reference: Routing</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.18 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('hierarchy.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">Class Hierarchy</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock">
|
|
<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
|
|
</div><table border="0" cellspacing="10" cellpadding="0">
|
|
<tr><td><img src="inherit_graph_0.png" border="0" usemap="#ArgumentHolder" alt=""/>
|
|
<map name="ArgumentHolder" id="ArgumentHolder">
|
|
<area shape="rect" href="classoperations__research_1_1ArgumentHolder.html" title="Argument Holder: useful when visiting a model." alt="" coords="5,5,135,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_1.png" border="0" usemap="#ArrayWithOffset_3_01T_01_4" alt=""/>
|
|
<map name="ArrayWithOffset_3_01T_01_4" id="ArrayWithOffset_3_01T_01_4">
|
|
<area shape="rect" title=" " alt="" coords="5,107,101,133"/>
|
|
<area shape="rect" href="classoperations__research_1_1ArrayWithOffset.html" title=" " alt="" coords="163,5,327,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1LocalSearchFilter.html" title="Local Search Filters are used for fast neighbor pruning." alt="" coords="178,56,311,83"/>
|
|
<area shape="rect" href="classoperations__research_1_1LocalSearchFilterManager.html" title="Filter manager: when a move is made, filters are executed to decide whether the solution is feasible ..." alt="" coords="149,107,340,133"/>
|
|
<area shape="rect" href="classoperations__research_1_1LocalSearchOperator.html" title="The base class for all local search operators." alt="" coords="166,157,323,184"/>
|
|
<area shape="rect" href="classoperations__research_1_1RoutingModelVisitor.html" title="Routing model visitor." alt="" coords="167,208,322,235"/>
|
|
<area shape="rect" href="classoperations__research_1_1IntVarLocalSearchFilter.html" title=" " alt="" coords="401,56,571,83"/>
|
|
<area shape="rect" href="classoperations__research_1_1BasePathFilter.html" title="Generic path-based filter class." alt="" coords="695,20,810,47"/>
|
|
<area shape="rect" href="classoperations__research_1_1CPFeasibilityFilter.html" title="This filter accepts deltas for which the assignment satisfies the constraints of the Solver." alt="" coords="683,71,822,97"/>
|
|
<area shape="rect" href="classoperations__research_1_1VarLocalSearchOperator.html" title="Base operator class for operators manipulating variables." alt="" coords="397,129,575,170"/>
|
|
<area shape="rect" href="classoperations__research_1_1VarLocalSearchOperator.html" title=" " alt="" coords="388,195,584,251"/>
|
|
<area shape="rect" href="classoperations__research_1_1SequenceVarLocalSearchOperator.html" title=" " alt="" coords="632,136,873,163"/>
|
|
<area shape="rect" href="classoperations__research_1_1IntVarLocalSearchOperator.html" title="Specialization of LocalSearchOperator built from an array of IntVars which specifies the scope of the..." alt="" coords="655,209,850,236"/>
|
|
<area shape="rect" href="classoperations__research_1_1BaseLns.html" title="This is the base class for building an Lns operator." alt="" coords="1003,35,1079,61"/>
|
|
<area shape="rect" href="classoperations__research_1_1ChangeValue.html" title="Defines operators which change the value of variables; each neighbor corresponds to one modified vari..." alt="" coords="987,85,1094,112"/>
|
|
<area shape="rect" href="classoperations__research_1_1FilteredHeuristicCloseNodesLNSOperator.html" title=" " alt="" coords="937,137,1144,178"/>
|
|
<area shape="rect" href="classoperations__research_1_1FilteredHeuristicExpensiveChainLNSOperator.html" title="Similar to the move above, but instead of removing one route entirely, the destruction phase consists..." alt="" coords="943,202,1139,243"/>
|
|
<area shape="rect" href="classoperations__research_1_1FilteredHeuristicPathLNSOperator.html" title="LNS-like operator based on a filtered first solution heuristic to rebuild the solution,..." alt="" coords="921,268,1160,295"/>
|
|
<area shape="rect" href="classoperations__research_1_1PathOperator.html" title="Base class of the local search operators dedicated to path modifications (a path is a set of nodes li..." alt="" coords="987,319,1094,345"/>
|
|
<area shape="rect" href="classoperations__research_1_1SwapIndexPairOperator.html" title="Operator which iterates through each alternative of a set of pairs." alt="" coords="953,369,1128,396"/>
|
|
<area shape="rect" href="classoperations__research_1_1ExchangeSubtrip.html" title=" " alt="" coords="1261,40,1392,67"/>
|
|
<area shape="rect" href="classoperations__research_1_1IndexPairSwapActiveOperator.html" title="Operator which inserts inactive nodes into a path and makes a pair of active nodes inactive." alt="" coords="1219,91,1434,117"/>
|
|
<area shape="rect" href="classoperations__research_1_1LightPairRelocateOperator.html" title=" " alt="" coords="1231,141,1423,168"/>
|
|
<area shape="rect" href="classoperations__research_1_1MakePairActiveOperator.html" title="Pair-based neighborhood operators, designed to move nodes by pairs (pairs are static and given)." alt="" coords="1237,192,1416,219"/>
|
|
<area shape="rect" href="classoperations__research_1_1MakePairInactiveOperator.html" title="Operator which makes pairs of active nodes inactive." alt="" coords="1231,243,1422,269"/>
|
|
<area shape="rect" href="classoperations__research_1_1MakeRelocateNeighborsOperator.html" title="Relocate neighborhood which moves chains of neighbors." alt="" coords="1208,293,1445,320"/>
|
|
<area shape="rect" href="classoperations__research_1_1PairExchangeOperator.html" title="Operator which exchanges the position of two pairs; for both pairs the first node of the pair must be..." alt="" coords="1243,344,1410,371"/>
|
|
<area shape="rect" href="classoperations__research_1_1PairExchangeRelocateOperator.html" title="Operator which exchanges the paths of two pairs (path have to be different)." alt="" coords="1215,395,1438,421"/>
|
|
<area shape="rect" href="classoperations__research_1_1PairNodeSwapActiveOperator.html" title="Operator which inserts pairs of inactive nodes into a path and makes an active node inactive." alt="" coords="1220,446,1433,487"/>
|
|
<area shape="rect" href="classoperations__research_1_1PairRelocateOperator.html" title="Operator which moves a pair of nodes to another position where the first node of the pair must be bef..." alt="" coords="1247,512,1407,539"/>
|
|
<area shape="rect" href="classoperations__research_1_1RelocateExpensiveChain.html" title="RelocateExpensiveChain." alt="" coords="1235,563,1418,589"/>
|
|
<area shape="rect" href="classoperations__research_1_1RelocateSubtrip.html" title="Tries to move subtrips after an insertion node." alt="" coords="1264,613,1389,640"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_2.png" border="0" usemap="#BaseIntExpr" alt=""/>
|
|
<map name="BaseIntExpr" id="BaseIntExpr">
|
|
<area shape="rect" title=" " alt="" coords="5,5,73,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1BaseIntExpr.html" title="This is the base class for all expressions that are not variables." alt="" coords="121,5,221,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_3.png" border="0" usemap="#BooleanVar" alt=""/>
|
|
<map name="BooleanVar" id="BooleanVar">
|
|
<area shape="rect" title=" " alt="" coords="5,5,65,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1BooleanVar.html" title=" " alt="" coords="113,5,209,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_4.png" border="0" usemap="#CallMethod0_3_01T_01_4" alt=""/>
|
|
<map name="CallMethod0_3_01T_01_4" id="CallMethod0_3_01T_01_4">
|
|
<area shape="rect" title=" " alt="" coords="5,165,75,192"/>
|
|
<area shape="rect" href="classoperations__research_1_1CallMethod0.html" title="Demon proxy to a method on the constraint with no arguments." alt="" coords="149,5,292,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1CallMethod1.html" title="Demon proxy to a method on the constraint with one argument." alt="" coords="141,56,300,83"/>
|
|
<area shape="rect" href="classoperations__research_1_1CallMethod2.html" title="Demon proxy to a method on the constraint with two arguments." alt="" coords="133,107,309,133"/>
|
|
<area shape="rect" href="classoperations__research_1_1CallMethod3.html" title="Demon proxy to a method on the constraint with three arguments." alt="" coords="147,158,294,199"/>
|
|
<area shape="rect" href="classoperations__research_1_1DelayedCallMethod0.html" title="Low-priority demon proxy to a method on the constraint with no arguments." alt="" coords="123,224,319,251"/>
|
|
<area shape="rect" href="classoperations__research_1_1DelayedCallMethod1.html" title="Low-priority demon proxy to a method on the constraint with one argument." alt="" coords="141,275,300,317"/>
|
|
<area shape="rect" href="classoperations__research_1_1DelayedCallMethod2.html" title="Low-priority demon proxy to a method on the constraint with two arguments." alt="" coords="141,341,300,382"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_5.png" border="0" usemap="#CheapestInsertionFilteredHeuristic_1_1StartEndValue" alt=""/>
|
|
<map name="CheapestInsertionFilteredHeuristic_1_1StartEndValue" id="CheapestInsertionFilteredHeuristic_1_1StartEndValue">
|
|
<area shape="rect" href="structoperations__research_1_1CheapestInsertionFilteredHeuristic_1_1StartEndValue.html" title=" " alt="" coords="5,5,195,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_6.png" border="0" usemap="#CumulBoundsPropagator" alt=""/>
|
|
<map name="CumulBoundsPropagator" id="CumulBoundsPropagator">
|
|
<area shape="rect" href="classoperations__research_1_1CumulBoundsPropagator.html" title=" " alt="" coords="5,5,188,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_7.png" border="0" usemap="#DimensionCumulOptimizerCore" alt=""/>
|
|
<map name="DimensionCumulOptimizerCore" id="DimensionCumulOptimizerCore">
|
|
<area shape="rect" href="classoperations__research_1_1DimensionCumulOptimizerCore.html" title=" " alt="" coords="5,5,233,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_8.png" border="0" usemap="#DisjunctivePropagator" alt=""/>
|
|
<map name="DisjunctivePropagator" id="DisjunctivePropagator">
|
|
<area shape="rect" href="classoperations__research_1_1DisjunctivePropagator.html" title="This class acts like a CP propagator: it takes a set of tasks given by their start/duration/end featu..." alt="" coords="5,5,172,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_9.png" border="0" usemap="#DisjunctivePropagator_1_1Tasks" alt=""/>
|
|
<map name="DisjunctivePropagator_1_1Tasks" id="DisjunctivePropagator_1_1Tasks">
|
|
<area shape="rect" href="structoperations__research_1_1DisjunctivePropagator_1_1Tasks.html" title="A structure to hold tasks described by their features." alt="" coords="5,5,172,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_10.png" border="0" usemap="#GlobalCheapestInsertionFilteredHeuristic_1_1GlobalCheapestInsertionParameters" alt=""/>
|
|
<map name="GlobalCheapestInsertionFilteredHeuristic_1_1GlobalCheapestInsertionParameters" id="GlobalCheapestInsertionFilteredHeuristic_1_1GlobalCheapestInsertionParameters">
|
|
<area shape="rect" href="structoperations__research_1_1GlobalCheapestInsertionFilteredHeuristic_1_1GlobalCheapestInsertionParameters.html" title=" " alt="" coords="5,5,253,61"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_11.png" border="0" usemap="#GlobalDimensionCumulOptimizer" alt=""/>
|
|
<map name="GlobalDimensionCumulOptimizer" id="GlobalDimensionCumulOptimizer">
|
|
<area shape="rect" href="classoperations__research_1_1GlobalDimensionCumulOptimizer.html" title=" " alt="" coords="5,5,245,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_12.png" border="0" usemap="#GlobalVehicleBreaksConstraint" alt=""/>
|
|
<map name="GlobalVehicleBreaksConstraint" id="GlobalVehicleBreaksConstraint">
|
|
<area shape="rect" title=" " alt="" coords="5,31,95,57"/>
|
|
<area shape="rect" href="classoperations__research_1_1GlobalVehicleBreaksConstraint.html" title="GlobalVehicleBreaksConstraint ensures breaks constraints are enforced on all vehicles in the dimensio..." alt="" coords="143,5,365,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1TypeRegulationsConstraint.html" title="The following constraint ensures that incompatibilities and requirements between types are respected." alt="" coords="156,56,352,83"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_13.png" border="0" usemap="#IntVarFilteredDecisionBuilder" alt=""/>
|
|
<map name="IntVarFilteredDecisionBuilder" id="IntVarFilteredDecisionBuilder">
|
|
<area shape="rect" title=" " alt="" coords="5,5,129,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1IntVarFilteredDecisionBuilder.html" title="Decision builder building a solution using heuristics with local search filters to evaluate its feasi..." alt="" coords="177,5,388,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_14.png" border="0" usemap="#IntVarFilteredHeuristic" alt=""/>
|
|
<map name="IntVarFilteredHeuristic" id="IntVarFilteredHeuristic">
|
|
<area shape="rect" href="classoperations__research_1_1IntVarFilteredHeuristic.html" title="Generic filter-based heuristic applied to IntVars." alt="" coords="5,179,172,206"/>
|
|
<area shape="rect" href="classoperations__research_1_1RoutingFilteredHeuristic.html" title="Filter-based heuristic dedicated to routing." alt="" coords="220,179,399,206"/>
|
|
<area shape="rect" href="classoperations__research_1_1CheapestAdditionFilteredHeuristic.html" title="Filtered-base decision builder based on the addition heuristic, extending a path from its start node ..." alt="" coords="457,71,643,112"/>
|
|
<area shape="rect" href="classoperations__research_1_1CheapestInsertionFilteredHeuristic.html" title=" " alt="" coords="455,143,645,184"/>
|
|
<area shape="rect" href="classoperations__research_1_1ChristofidesFilteredHeuristic.html" title="Christofides addition heuristic." alt="" coords="447,209,653,235"/>
|
|
<area shape="rect" href="classoperations__research_1_1SavingsFilteredHeuristic.html" title="Filter-based decision builder which builds a solution by using Clarke & Wright's Savings heuristic." alt="" coords="460,267,640,294"/>
|
|
<area shape="rect" href="classoperations__research_1_1ComparatorCheapestAdditionFilteredHeuristic.html" title="A CheapestAdditionFilteredHeuristic where the notion of 'cheapest arc' comes from an arc comparator." alt="" coords="709,5,924,47"/>
|
|
<area shape="rect" href="classoperations__research_1_1EvaluatorCheapestAdditionFilteredHeuristic.html" title="A CheapestAdditionFilteredHeuristic where the notion of 'cheapest arc' comes from an arc evaluator." alt="" coords="717,71,916,112"/>
|
|
<area shape="rect" href="classoperations__research_1_1GlobalCheapestInsertionFilteredHeuristic.html" title="Filter-based decision builder which builds a solution by inserting nodes at their cheapest position o..." alt="" coords="701,136,932,177"/>
|
|
<area shape="rect" href="classoperations__research_1_1LocalCheapestInsertionFilteredHeuristic.html" title="Filter-base decision builder which builds a solution by inserting nodes at their cheapest position." alt="" coords="705,201,928,243"/>
|
|
<area shape="rect" href="classoperations__research_1_1ParallelSavingsFilteredHeuristic.html" title=" " alt="" coords="703,267,931,294"/>
|
|
<area shape="rect" href="classoperations__research_1_1SequentialSavingsFilteredHeuristic.html" title=" " alt="" coords="721,319,912,360"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_15.png" border="0" usemap="#IntVarLocalSearchHandler" alt=""/>
|
|
<map name="IntVarLocalSearchHandler" id="IntVarLocalSearchHandler">
|
|
<area shape="rect" href="classoperations__research_1_1IntVarLocalSearchHandler.html" title=" " alt="" coords="5,5,195,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_16.png" border="0" usemap="#is__proto__enum_3_01_1_1operations__research_1_1ConstraintSolverParameters__TrailCompression_01_4" alt=""/>
|
|
<map name="is__proto__enum_3_01_1_1operations__research_1_1ConstraintSolverParameters__TrailCompression_01_4" id="is__proto__enum_3_01_1_1operations__research_1_1ConstraintSolverParameters__TrailCompression_01_4">
|
|
<area shape="rect" title=" " alt="" coords="5,140,89,167"/>
|
|
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1ConstraintSolverParameters__TrailCompression_01_4.html" title=" " alt="" coords="137,5,412,61"/>
|
|
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1FirstSolutionStrategy__Value_01_4.html" title=" " alt="" coords="160,85,389,141"/>
|
|
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1LocalSearchMetaheuristic__Value_01_4.html" title=" " alt="" coords="145,165,405,221"/>
|
|
<area shape="rect" href="structis__proto__enum_3_01_1_1operations__research_1_1RoutingSearchParameters__SchedulingSolver_01_4.html" title=" " alt="" coords="144,245,405,301"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_17.png" border="0" usemap="#LocalDimensionCumulOptimizer" alt=""/>
|
|
<map name="LocalDimensionCumulOptimizer" id="LocalDimensionCumulOptimizer">
|
|
<area shape="rect" href="classoperations__research_1_1LocalDimensionCumulOptimizer.html" title=" " alt="" coords="5,5,237,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_18.png" border="0" usemap="#LocalSearchFilterManager_1_1FilterEvent" alt=""/>
|
|
<map name="LocalSearchFilterManager_1_1FilterEvent" id="LocalSearchFilterManager_1_1FilterEvent">
|
|
<area shape="rect" href="structoperations__research_1_1LocalSearchFilterManager_1_1FilterEvent.html" title=" " alt="" coords="5,5,196,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_19.png" border="0" usemap="#LocalSearchMonitor" alt=""/>
|
|
<map name="LocalSearchMonitor" id="LocalSearchMonitor">
|
|
<area shape="rect" title=" " alt="" coords="5,56,121,83"/>
|
|
<area shape="rect" href="classoperations__research_1_1LocalSearchMonitor.html" title=" " alt="" coords="169,5,320,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1PropagationMonitor.html" title=" " alt="" coords="169,56,320,83"/>
|
|
<area shape="rect" href="classoperations__research_1_1SearchLog.html" title="The base class of all search logs that periodically outputs information when the search is running." alt="" coords="200,107,289,133"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_20.png" border="0" usemap="#LocalSearchState" alt=""/>
|
|
<map name="LocalSearchState" id="LocalSearchState">
|
|
<area shape="rect" href="classoperations__research_1_1LocalSearchState.html" title=" " alt="" coords="5,5,140,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_21.png" border="0" usemap="#LocalSearchVariable" alt=""/>
|
|
<map name="LocalSearchVariable" id="LocalSearchVariable">
|
|
<area shape="rect" href="classoperations__research_1_1LocalSearchVariable.html" title=" " alt="" coords="5,5,159,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_22.png" border="0" usemap="#ModelCache" alt=""/>
|
|
<map name="ModelCache" id="ModelCache">
|
|
<area shape="rect" href="classoperations__research_1_1ModelCache.html" title="Implements a complete cache for model elements: expressions and constraints." alt="" coords="5,5,108,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_23.png" border="0" usemap="#ModelParser" alt=""/>
|
|
<map name="ModelParser" id="ModelParser">
|
|
<area shape="rect" title=" " alt="" coords="5,5,109,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1ModelParser.html" title="Model Parser." alt="" coords="157,5,260,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_24.png" border="0" usemap="#PathState" alt=""/>
|
|
<map name="PathState" id="PathState">
|
|
<area shape="rect" href="classoperations__research_1_1PathState.html" title=" " alt="" coords="5,5,89,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_25.png" border="0" usemap="#PathState_1_1Chain" alt=""/>
|
|
<map name="PathState_1_1Chain" id="PathState_1_1Chain">
|
|
<area shape="rect" href="classoperations__research_1_1PathState_1_1Chain.html" title=" " alt="" coords="5,5,135,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_26.png" border="0" usemap="#PathState_1_1Chain_1_1Iterator" alt=""/>
|
|
<map name="PathState_1_1Chain_1_1Iterator" id="PathState_1_1Chain_1_1Iterator">
|
|
<area shape="rect" href="classoperations__research_1_1PathState_1_1Chain_1_1Iterator.html" title=" " alt="" coords="5,5,191,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_27.png" border="0" usemap="#PathState_1_1ChainRange" alt=""/>
|
|
<map name="PathState_1_1ChainRange" id="PathState_1_1ChainRange">
|
|
<area shape="rect" href="classoperations__research_1_1PathState_1_1ChainRange.html" title=" " alt="" coords="5,5,176,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_28.png" border="0" usemap="#PathState_1_1ChainRange_1_1Iterator" alt=""/>
|
|
<map name="PathState_1_1ChainRange_1_1Iterator" id="PathState_1_1ChainRange_1_1Iterator">
|
|
<area shape="rect" href="classoperations__research_1_1PathState_1_1ChainRange_1_1Iterator.html" title=" " alt="" coords="5,5,176,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_29.png" border="0" usemap="#PathState_1_1NodeRange" alt=""/>
|
|
<map name="PathState_1_1NodeRange" id="PathState_1_1NodeRange">
|
|
<area shape="rect" href="classoperations__research_1_1PathState_1_1NodeRange.html" title=" " alt="" coords="5,5,172,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_30.png" border="0" usemap="#PathState_1_1NodeRange_1_1Iterator" alt=""/>
|
|
<map name="PathState_1_1NodeRange_1_1Iterator" id="PathState_1_1NodeRange_1_1Iterator">
|
|
<area shape="rect" href="classoperations__research_1_1PathState_1_1NodeRange_1_1Iterator.html" title=" " alt="" coords="5,5,172,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_31.png" border="0" usemap="#PROTOBUF__FINAL" alt=""/>
|
|
<map name="PROTOBUF__FINAL" id="PROTOBUF__FINAL">
|
|
<area shape="rect" title=" " alt="" coords="5,5,85,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1PROTOBUF__FINAL.html" title=" " alt="" coords="133,5,272,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_32.png" border="0" usemap="#RevBitSet" alt=""/>
|
|
<map name="RevBitSet" id="RevBitSet">
|
|
<area shape="rect" href="classoperations__research_1_1RevBitSet.html" title="This class represents a reversible bitset." alt="" coords="5,5,92,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1RevBitMatrix.html" title="Matrix version of the RevBitSet class." alt="" coords="140,5,247,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_33.png" border="0" usemap="#RevGrowingArray_3_01T_00_01C_01_4" alt=""/>
|
|
<map name="RevGrowingArray_3_01T_00_01C_01_4" id="RevGrowingArray_3_01T_00_01C_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1RevGrowingArray.html" title="This class is a reversible growing array." alt="" coords="5,5,196,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_34.png" border="0" usemap="#RevImmutableMultiMap_3_01K_00_01V_01_4" alt=""/>
|
|
<map name="RevImmutableMultiMap_3_01K_00_01V_01_4" id="RevImmutableMultiMap_3_01K_00_01V_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1RevImmutableMultiMap.html" title="Reversible Immutable MultiMap class." alt="" coords="5,5,184,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_35.png" border="0" usemap="#RevIntSet_3_01int_01_4" alt=""/>
|
|
<map name="RevIntSet_3_01int_01_4" id="RevIntSet_3_01int_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1RevIntSet.html" title=" " alt="" coords="5,5,137,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_36.png" border="0" usemap="#RevIntSet_3_01T_01_4" alt=""/>
|
|
<map name="RevIntSet_3_01T_01_4" id="RevIntSet_3_01T_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1RevIntSet.html" title="This is a special class to represent a 'residual' set of T." alt="" coords="5,5,128,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_37.png" border="0" usemap="#RevPartialSequence" alt=""/>
|
|
<map name="RevPartialSequence" id="RevPartialSequence">
|
|
<area shape="rect" href="classoperations__research_1_1RevPartialSequence.html" title="--— RevPartialSequence --—" alt="" coords="5,5,156,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_38.png" border="0" usemap="#RevSwitch" alt=""/>
|
|
<map name="RevSwitch" id="RevSwitch">
|
|
<area shape="rect" href="classoperations__research_1_1RevSwitch.html" title="A reversible switch that can switch once from false to true." alt="" coords="5,5,96,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_39.png" border="0" usemap="#RoutingDimension" alt=""/>
|
|
<map name="RoutingDimension" id="RoutingDimension">
|
|
<area shape="rect" href="classoperations__research_1_1RoutingDimension.html" title="Dimensions represent quantities accumulated at nodes along the routes." alt="" coords="5,5,148,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_40.png" border="0" usemap="#RoutingDimension_1_1NodePrecedence" alt=""/>
|
|
<map name="RoutingDimension_1_1NodePrecedence" id="RoutingDimension_1_1NodePrecedence">
|
|
<area shape="rect" href="structoperations__research_1_1RoutingDimension_1_1NodePrecedence.html" title=" " alt="" coords="5,5,264,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_41.png" border="0" usemap="#RoutingIndexManager" alt=""/>
|
|
<map name="RoutingIndexManager" id="RoutingIndexManager">
|
|
<area shape="rect" href="classoperations__research_1_1RoutingIndexManager.html" title="Manager for any NodeIndex <-> variable index conversion." alt="" coords="5,5,171,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_42.png" border="0" usemap="#RoutingLinearSolverWrapper" alt=""/>
|
|
<map name="RoutingLinearSolverWrapper" id="RoutingLinearSolverWrapper">
|
|
<area shape="rect" href="classoperations__research_1_1RoutingLinearSolverWrapper.html" title=" " alt="" coords="5,31,213,57"/>
|
|
<area shape="rect" href="classoperations__research_1_1RoutingCPSatWrapper.html" title=" " alt="" coords="261,5,427,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1RoutingGlopWrapper.html" title=" " alt="" coords="265,56,423,83"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_43.png" border="0" usemap="#RoutingModel" alt=""/>
|
|
<map name="RoutingModel" id="RoutingModel">
|
|
<area shape="rect" href="classoperations__research_1_1RoutingModel.html" title=" " alt="" coords="5,5,117,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_44.png" border="0" usemap="#RoutingModel_1_1CostClass" alt=""/>
|
|
<map name="RoutingModel_1_1CostClass" id="RoutingModel_1_1CostClass">
|
|
<area shape="rect" href="structoperations__research_1_1RoutingModel_1_1CostClass.html" title=" " alt="" coords="5,5,189,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_45.png" border="0" usemap="#RoutingModel_1_1CostClass_1_1DimensionCost" alt=""/>
|
|
<map name="RoutingModel_1_1CostClass_1_1DimensionCost" id="RoutingModel_1_1CostClass_1_1DimensionCost">
|
|
<area shape="rect" href="structoperations__research_1_1RoutingModel_1_1CostClass_1_1DimensionCost.html" title="SUBTLE: The vehicle's fixed cost is skipped on purpose here, because we can afford to do so:" alt="" coords="5,5,189,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_46.png" border="0" usemap="#RoutingModel_1_1StateDependentTransit" alt=""/>
|
|
<map name="RoutingModel_1_1StateDependentTransit" id="RoutingModel_1_1StateDependentTransit">
|
|
<area shape="rect" href="structoperations__research_1_1RoutingModel_1_1StateDependentTransit.html" title="What follows is relevant for models with time/state dependent transits." alt="" coords="5,5,231,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_47.png" border="0" usemap="#RoutingModel_1_1VehicleClass" alt=""/>
|
|
<map name="RoutingModel_1_1VehicleClass" id="RoutingModel_1_1VehicleClass">
|
|
<area shape="rect" href="structoperations__research_1_1RoutingModel_1_1VehicleClass.html" title=" " alt="" coords="5,5,208,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_48.png" border="0" usemap="#RoutingModel_1_1VehicleTypeContainer" alt=""/>
|
|
<map name="RoutingModel_1_1VehicleTypeContainer" id="RoutingModel_1_1VehicleTypeContainer">
|
|
<area shape="rect" href="structoperations__research_1_1RoutingModel_1_1VehicleTypeContainer.html" title="Struct used to sort and store vehicles by their type." alt="" coords="5,5,203,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_49.png" border="0" usemap="#RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry" alt=""/>
|
|
<map name="RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry" id="RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry">
|
|
<area shape="rect" href="structoperations__research_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html" title=" " alt="" coords="5,5,215,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_50.png" border="0" usemap="#SavingsFilteredHeuristic_1_1SavingsContainer_3_01S_01_4" alt=""/>
|
|
<map name="SavingsFilteredHeuristic_1_1SavingsContainer_3_01S_01_4" id="SavingsFilteredHeuristic_1_1SavingsContainer_3_01S_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1SavingsFilteredHeuristic_1_1SavingsContainer.html" title=" " alt="" coords="5,5,188,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_51.png" border="0" usemap="#SavingsFilteredHeuristic_1_1SavingsContainer_3_01Saving_01_4" alt=""/>
|
|
<map name="SavingsFilteredHeuristic_1_1SavingsContainer_3_01Saving_01_4" id="SavingsFilteredHeuristic_1_1SavingsContainer_3_01Saving_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1SavingsFilteredHeuristic_1_1SavingsContainer.html" title=" " alt="" coords="5,5,224,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_52.png" border="0" usemap="#SavingsFilteredHeuristic_1_1SavingsParameters" alt=""/>
|
|
<map name="SavingsFilteredHeuristic_1_1SavingsParameters" id="SavingsFilteredHeuristic_1_1SavingsParameters">
|
|
<area shape="rect" href="structoperations__research_1_1SavingsFilteredHeuristic_1_1SavingsParameters.html" title=" " alt="" coords="5,5,185,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_53.png" border="0" usemap="#SequenceVarLocalSearchHandler" alt=""/>
|
|
<map name="SequenceVarLocalSearchHandler" id="SequenceVarLocalSearchHandler">
|
|
<area shape="rect" href="classoperations__research_1_1SequenceVarLocalSearchHandler.html" title=" " alt="" coords="5,5,240,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_54.png" border="0" usemap="#SimpleBoundCosts" alt=""/>
|
|
<map name="SimpleBoundCosts" id="SimpleBoundCosts">
|
|
<area shape="rect" href="classoperations__research_1_1SimpleBoundCosts.html" title="A structure meant to store soft bounds and associated violation constants." alt="" coords="5,5,149,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_55.png" border="0" usemap="#SimpleBoundCosts_1_1BoundCost" alt=""/>
|
|
<map name="SimpleBoundCosts_1_1BoundCost" id="SimpleBoundCosts_1_1BoundCost">
|
|
<area shape="rect" href="structoperations__research_1_1SimpleBoundCosts_1_1BoundCost.html" title=" " alt="" coords="5,5,228,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_56.png" border="0" usemap="#SimpleRevFIFO_3_01Demon_01_5_01_4" alt=""/>
|
|
<map name="SimpleRevFIFO_3_01Demon_01_5_01_4" id="SimpleRevFIFO_3_01Demon_01_5_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1SimpleRevFIFO.html" title=" " alt="" coords="5,5,216,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_57.png" border="0" usemap="#SimpleRevFIFO_3_01T_01_4" alt=""/>
|
|
<map name="SimpleRevFIFO_3_01T_01_4" id="SimpleRevFIFO_3_01T_01_4">
|
|
<area shape="rect" href="classoperations__research_1_1SimpleRevFIFO.html" title="This class represent a reversible FIFO structure." alt="" coords="5,5,165,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_58.png" border="0" usemap="#SimpleRevFIFO_3_01T_01_4_1_1Iterator" alt=""/>
|
|
<map name="SimpleRevFIFO_3_01T_01_4_1_1Iterator" id="SimpleRevFIFO_3_01T_01_4_1_1Iterator">
|
|
<area shape="rect" href="classoperations__research_1_1SimpleRevFIFO_1_1Iterator.html" title="This iterator is not stable with respect to deletion." alt="" coords="5,5,165,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_59.png" border="0" usemap="#SmallRevBitSet" alt=""/>
|
|
<map name="SmallRevBitSet" id="SmallRevBitSet">
|
|
<area shape="rect" href="classoperations__research_1_1SmallRevBitSet.html" title="This class represents a small reversible bitset (size <= 64)." alt="" coords="5,5,128,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_60.png" border="0" usemap="#SweepArranger" alt=""/>
|
|
<map name="SweepArranger" id="SweepArranger">
|
|
<area shape="rect" href="classoperations__research_1_1SweepArranger.html" title="Class to arrange indices by by their distance and their angles from the depot." alt="" coords="5,5,127,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_61.png" border="0" usemap="#SymmetryBreaker" alt=""/>
|
|
<map name="SymmetryBreaker" id="SymmetryBreaker">
|
|
<area shape="rect" title=" " alt="" coords="5,5,125,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1SymmetryBreaker.html" title="A symmetry breaker is an object that will visit a decision and create the 'symmetrical' decision in r..." alt="" coords="173,5,313,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_62.png" border="0" usemap="#TableStruct__ortools__2fconstraint__5fsolver__2fassignment__2eproto" alt=""/>
|
|
<map name="TableStruct__ortools__2fconstraint__5fsolver__2fassignment__2eproto" id="TableStruct__ortools__2fconstraint__5fsolver__2fassignment__2eproto">
|
|
<area shape="rect" href="structTableStruct__ortools__2fconstraint__5fsolver__2fassignment__2eproto.html" title=" " alt="" coords="5,5,180,61"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_63.png" border="0" usemap="#TableStruct__ortools__2fconstraint__5fsolver__2fdemon__5fprofiler__2eproto" alt=""/>
|
|
<map name="TableStruct__ortools__2fconstraint__5fsolver__2fdemon__5fprofiler__2eproto" id="TableStruct__ortools__2fconstraint__5fsolver__2fdemon__5fprofiler__2eproto">
|
|
<area shape="rect" href="structTableStruct__ortools__2fconstraint__5fsolver__2fdemon__5fprofiler__2eproto.html" title=" " alt="" coords="5,5,216,61"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_64.png" border="0" usemap="#TableStruct__ortools__2fconstraint__5fsolver__2frouting__5fenums__2eproto" alt=""/>
|
|
<map name="TableStruct__ortools__2fconstraint__5fsolver__2frouting__5fenums__2eproto" id="TableStruct__ortools__2fconstraint__5fsolver__2frouting__5fenums__2eproto">
|
|
<area shape="rect" href="structTableStruct__ortools__2fconstraint__5fsolver__2frouting__5fenums__2eproto.html" title=" " alt="" coords="5,5,215,61"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_65.png" border="0" usemap="#TableStruct__ortools__2fconstraint__5fsolver__2frouting__5fparameters__2eproto" alt=""/>
|
|
<map name="TableStruct__ortools__2fconstraint__5fsolver__2frouting__5fparameters__2eproto" id="TableStruct__ortools__2fconstraint__5fsolver__2frouting__5fparameters__2eproto">
|
|
<area shape="rect" href="structTableStruct__ortools__2fconstraint__5fsolver__2frouting__5fparameters__2eproto.html" title=" " alt="" coords="5,5,188,76"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_66.png" border="0" usemap="#TableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto" alt=""/>
|
|
<map name="TableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto" id="TableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto">
|
|
<area shape="rect" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html" title=" " alt="" coords="5,5,196,61"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_67.png" border="0" usemap="#TableStruct__ortools__2fconstraint__5fsolver__2fsolver__5fparameters__2eproto" alt=""/>
|
|
<map name="TableStruct__ortools__2fconstraint__5fsolver__2fsolver__5fparameters__2eproto" id="TableStruct__ortools__2fconstraint__5fsolver__2fsolver__5fparameters__2eproto">
|
|
<area shape="rect" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsolver__5fparameters__2eproto.html" title=" " alt="" coords="5,5,183,76"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_68.png" border="0" usemap="#TravelBounds" alt=""/>
|
|
<map name="TravelBounds" id="TravelBounds">
|
|
<area shape="rect" href="structoperations__research_1_1TravelBounds.html" title=" " alt="" coords="5,5,115,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_69.png" border="0" usemap="#TypeRegulationsChecker" alt=""/>
|
|
<map name="TypeRegulationsChecker" id="TypeRegulationsChecker">
|
|
<area shape="rect" href="classoperations__research_1_1TypeRegulationsChecker.html" title=" " alt="" coords="5,31,187,57"/>
|
|
<area shape="rect" href="classoperations__research_1_1TypeIncompatibilityChecker.html" title="Checker for type incompatibilities." alt="" coords="235,5,437,32"/>
|
|
<area shape="rect" href="classoperations__research_1_1TypeRequirementChecker.html" title="Checker for type requirements." alt="" coords="242,56,430,83"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_70.png" border="0" usemap="#TypeRegulationsChecker_1_1TypePolicyOccurrence" alt=""/>
|
|
<map name="TypeRegulationsChecker_1_1TypePolicyOccurrence" id="TypeRegulationsChecker_1_1TypePolicyOccurrence">
|
|
<area shape="rect" href="structoperations__research_1_1TypeRegulationsChecker_1_1TypePolicyOccurrence.html" title=" " alt="" coords="5,5,187,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_71.png" border="0" usemap="#UnaryDimensionChecker" alt=""/>
|
|
<map name="UnaryDimensionChecker" id="UnaryDimensionChecker">
|
|
<area shape="rect" href="classoperations__research_1_1UnaryDimensionChecker.html" title=" " alt="" coords="5,5,188,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_72.png" border="0" usemap="#UnaryDimensionChecker_1_1Interval" alt=""/>
|
|
<map name="UnaryDimensionChecker_1_1Interval" id="UnaryDimensionChecker_1_1Interval">
|
|
<area shape="rect" href="structoperations__research_1_1UnaryDimensionChecker_1_1Interval.html" title=" " alt="" coords="5,5,188,47"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_73.png" border="0" usemap="#UnsortedNullableRevBitset" alt=""/>
|
|
<map name="UnsortedNullableRevBitset" id="UnsortedNullableRevBitset">
|
|
<area shape="rect" href="classoperations__research_1_1UnsortedNullableRevBitset.html" title="This class represents a reversible bitset." alt="" coords="5,5,204,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_74.png" border="0" usemap="#VehicleTypeCurator" alt=""/>
|
|
<map name="VehicleTypeCurator" id="VehicleTypeCurator">
|
|
<area shape="rect" href="classoperations__research_1_1VehicleTypeCurator.html" title=" " alt="" coords="5,5,152,32"/>
|
|
</map>
|
|
</td></tr>
|
|
</table>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|