Files
ortools-clone/docs/dotnet/inherit_graph_13.map
Laurent Perron 8546561b80 update doc
2019-07-04 15:11:35 +02:00

35 lines
6.5 KiB
Plaintext

<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" title=" " alt="" coords="5,1009,84,1035"/>
<area shape="rect" id="node2" href="$classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ConstraintSolverParameters.html" title="Solver parameters." alt="" coords="154,5,381,47"/>
<area shape="rect" id="node3" href="$classGoogle_1_1OrTools_1_1ConstraintSolver_1_1FirstSolutionStrategy.html" title="First solution strategies, used as starting point of local search." alt="" coords="175,71,360,112"/>
<area shape="rect" id="node4" href="$classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchMetaheuristic.html" title="Local search metaheuristics used to guide the search." alt="" coords="161,136,374,177"/>
<area shape="rect" id="node5" href="$classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimitParameters.html" title="A search limit The default values for int64 fields is the maxima value, i.e., 2^63&#45;1" alt="" coords="166,201,369,243"/>
<area shape="rect" id="node6" href="$classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModelParameters.html" title="Parameters which have to be set when creating a RoutingModel." alt="" coords="162,267,373,308"/>
<area shape="rect" id="node7" href="$classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingSearchParameters.html" title="Parameters defining the search used to solve vehicle routing problems." alt="" coords="159,332,375,373"/>
<area shape="rect" id="node8" href="$classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingSearchParameters_1_1Types_1_1LocalSearchNeighborhoodOperators.html" title="Local search neighborhood operators used to build a solutions neighborhood." alt="" coords="132,398,403,454"/>
<area shape="rect" id="node9" href="$classGoogle_1_1OrTools_1_1Sat_1_1AllDifferentConstraintProto.html" title="All variables must take different values." alt="" coords="164,479,371,520"/>
<area shape="rect" id="node10" href="$classGoogle_1_1OrTools_1_1Sat_1_1AutomatonConstraintProto.html" title="This constraint forces a sequence of variables to be accepted by an automaton." alt="" coords="165,544,369,585"/>
<area shape="rect" id="node11" href="$classGoogle_1_1OrTools_1_1Sat_1_1BoolArgumentProto.html" title="Argument of the constraints of the form OP(literals)." alt="" coords="156,609,379,651"/>
<area shape="rect" id="node12" href="$classGoogle_1_1OrTools_1_1Sat_1_1CircuitConstraintProto.html" title="The circuit constraint is defined on a graph where the arc presence are controlled by literals." alt="" coords="178,675,357,716"/>
<area shape="rect" id="node13" href="$classGoogle_1_1OrTools_1_1Sat_1_1CircuitCoveringConstraintProto.html" title="Another routing constraint." alt="" coords="178,740,357,781"/>
<area shape="rect" id="node14" href="$classGoogle_1_1OrTools_1_1Sat_1_1ConstraintProto.html" title="Next id: 27" alt="" coords="167,805,368,847"/>
<area shape="rect" id="node15" href="$classGoogle_1_1OrTools_1_1Sat_1_1CpModelProto.html" title="A constraint programming problem." alt="" coords="171,871,364,912"/>
<area shape="rect" id="node16" href="$classGoogle_1_1OrTools_1_1Sat_1_1CpObjectiveProto.html" title="Optimization objective." alt="" coords="161,936,374,977"/>
<area shape="rect" id="node17" href="$classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse.html" title="The response returned by a solver trying to solve a CpModelProto." alt="" coords="170,1001,365,1043"/>
<area shape="rect" id="node18" href="$classGoogle_1_1OrTools_1_1Sat_1_1CumulativeConstraintProto.html" title="The sum of the demands of the intervals at each interval point cannot exceed a capacity." alt="" coords="164,1067,371,1108"/>
<area shape="rect" id="node19" href="$classGoogle_1_1OrTools_1_1Sat_1_1DecisionStrategyProto.html" title="Define the strategy to follow when the solver needs to take a new decision." alt="" coords="171,1132,363,1173"/>
<area shape="rect" id="node20" href="$classGoogle_1_1OrTools_1_1Sat_1_1DecisionStrategyProto_1_1Types_1_1AffineTransformation.html" title="Advanced usage." alt="" coords="134,1197,401,1239"/>
<area shape="rect" id="node21" href="$classGoogle_1_1OrTools_1_1Sat_1_1ElementConstraintProto.html" title="The constraint target = vars[index]." alt="" coords="173,1263,362,1304"/>
<area shape="rect" id="node22" href="$classGoogle_1_1OrTools_1_1Sat_1_1IntegerArgumentProto.html" title="Argument of the constraints of the form target_var = OP(vars)." alt="" coords="177,1328,358,1369"/>
<area shape="rect" id="node23" href="$classGoogle_1_1OrTools_1_1Sat_1_1IntegerVariableProto.html" title="An integer variable." alt="" coords="177,1393,358,1435"/>
<area shape="rect" id="node24" href="$classGoogle_1_1OrTools_1_1Sat_1_1IntervalConstraintProto.html" title="This &quot;special&quot; constraint not only enforces (start + size == end) but can also be referred by other c..." alt="" coords="175,1459,359,1500"/>
<area shape="rect" id="node25" href="$classGoogle_1_1OrTools_1_1Sat_1_1InverseConstraintProto.html" title="The two arrays of variable each represent a function, the second is the inverse of the first: f_direc..." alt="" coords="175,1524,359,1565"/>
<area shape="rect" id="node26" href="$classGoogle_1_1OrTools_1_1Sat_1_1LinearConstraintProto.html" title="The linear sum vars[i] * coeffs[i] must fall in the given domain." alt="" coords="179,1589,355,1631"/>
<area shape="rect" id="node27" href="$classGoogle_1_1OrTools_1_1Sat_1_1NoOverlap2DConstraintProto.html" title="The boxes defined by [start_x, end_x) * [start_y, end_y) cannot overlap." alt="" coords="162,1655,373,1696"/>
<area shape="rect" id="node28" href="$classGoogle_1_1OrTools_1_1Sat_1_1NoOverlapConstraintProto.html" title="All the intervals (index of IntervalConstraintProto) must be disjoint." alt="" coords="166,1720,369,1761"/>
<area shape="rect" id="node29" href="$classGoogle_1_1OrTools_1_1Sat_1_1PartialVariableAssignment.html" title="This message encodes a partial (or full) assignment of the variables of a CpModelProto." alt="" coords="178,1785,357,1827"/>
<area shape="rect" id="node30" href="$classGoogle_1_1OrTools_1_1Sat_1_1ReservoirConstraintProto.html" title="Maintain a reservoir level within bounds." alt="" coords="169,1851,366,1892"/>
<area shape="rect" id="node31" href="$classGoogle_1_1OrTools_1_1Sat_1_1RoutesConstraintProto.html" title="The &quot;VRP&quot; (Vehicle Routing Problem) constraint." alt="" coords="176,1916,359,1957"/>
<area shape="rect" id="node32" href="$classGoogle_1_1OrTools_1_1Sat_1_1TableConstraintProto.html" title="The values of the n&#45;tuple formed by the given variables can only be one of the listed n&#45;tuples in val..." alt="" coords="181,1981,354,2023"/>
</map>