Java Reference

Java Reference

Detailed Description

Tests the Routing java interface.

Definition at line 35 of file RoutingSolverTest.java.

Classes

class  Location
 

Public Member Functions

void setUp ()
 
LongBinaryOperator createManhattanCostCallback (RoutingIndexManager manager)
 
LongUnaryOperator createUnaryCostCallback (RoutingIndexManager manager)
 
LongBinaryOperator createReturnOneCallback ()
 
void testRoutingModel_checkGlobalRefGuard ()
 
void testRoutingIndexManager ()
 
void testRoutingIndexManager_multiDepotSame ()
 
void testRoutingIndexManager_multiDepotAllDifferent ()
 
void testRoutingModel ()
 
void testRoutingModelParameters ()
 
void testRoutingModel_solveWithParameters ()
 
void testRoutingModel_costsAndSolve ()
 
void testRoutingModel_matrixTransitOwnership ()
 
void testRoutingModel_transitCallbackOwnership ()
 
void testRoutingModel_lambdaTransitCallbackOwnership ()
 
void testRoutingModel_unaryTransitVectorOwnership ()
 
void testRoutingModel_unaryTransitCallbackOwnership ()
 
void testRoutingModel_lambdaUnaryTransitCallbackOwnership ()
 
void testRoutingModel_routesToAssignment ()
 
void testRoutingModel_addDisjunction ()
 
void testRoutingModel_addConstantDimension ()
 
void testRoutingModel_addVectorDimension ()
 
void testRoutingModel_addMatrixDimension ()
 
void testRoutingModel_addDimension ()
 
void testRoutingModel_dimensionVehicleSpanCost ()
 
void testRoutingModel_dimensionGlobalSpanCost ()
 
void testRoutingModel_cumulVarSoftUpperBound ()
 
void testRoutingModel_addDimensionWithVehicleCapacity ()
 
void testRoutingModel_addDimensionWithVehicleTransits ()
 
void testRoutingModel_addDimensionWithVehicleTransitAndCapacity ()
 
void testRoutingModel_intVarVectorGetter ()
 
void testBoundCost_ctor ()
 
void testRoutingDimension_ctor ()
 
void testRoutingDimension_softSpanUpperBound ()
 
void testRoutingDimension_quadraticCostSoftSpanUpperBound ()
 

Member Function Documentation

◆ createManhattanCostCallback()

LongBinaryOperator createManhattanCostCallback ( RoutingIndexManager  manager)

Definition at line 57 of file RoutingSolverTest.java.

◆ createReturnOneCallback()

LongBinaryOperator createReturnOneCallback ( )

Definition at line 76 of file RoutingSolverTest.java.

◆ createUnaryCostCallback()

LongUnaryOperator createUnaryCostCallback ( RoutingIndexManager  manager)

Definition at line 68 of file RoutingSolverTest.java.

◆ setUp()

void setUp ( )

Definition at line 47 of file RoutingSolverTest.java.

◆ testBoundCost_ctor()

void testBoundCost_ctor ( )

Definition at line 697 of file RoutingSolverTest.java.

◆ testRoutingDimension_ctor()

void testRoutingDimension_ctor ( )

Definition at line 711 of file RoutingSolverTest.java.

◆ testRoutingDimension_quadraticCostSoftSpanUpperBound()

void testRoutingDimension_quadraticCostSoftSpanUpperBound ( )

Definition at line 754 of file RoutingSolverTest.java.

◆ testRoutingDimension_softSpanUpperBound()

void testRoutingDimension_softSpanUpperBound ( )

Definition at line 727 of file RoutingSolverTest.java.

◆ testRoutingIndexManager()

void testRoutingIndexManager ( )

Definition at line 98 of file RoutingSolverTest.java.

◆ testRoutingIndexManager_multiDepotAllDifferent()

void testRoutingIndexManager_multiDepotAllDifferent ( )

Definition at line 125 of file RoutingSolverTest.java.

◆ testRoutingIndexManager_multiDepotSame()

void testRoutingIndexManager_multiDepotSame ( )

Definition at line 111 of file RoutingSolverTest.java.

◆ testRoutingModel()

void testRoutingModel ( )

Definition at line 139 of file RoutingSolverTest.java.

◆ testRoutingModel_addConstantDimension()

void testRoutingModel_addConstantDimension ( )

Definition at line 370 of file RoutingSolverTest.java.

◆ testRoutingModel_addDimension()

void testRoutingModel_addDimension ( )

Definition at line 462 of file RoutingSolverTest.java.

◆ testRoutingModel_addDimensionWithVehicleCapacity()

void testRoutingModel_addDimensionWithVehicleCapacity ( )

Definition at line 579 of file RoutingSolverTest.java.

◆ testRoutingModel_addDimensionWithVehicleTransitAndCapacity()

void testRoutingModel_addDimensionWithVehicleTransitAndCapacity ( )

Definition at line 629 of file RoutingSolverTest.java.

◆ testRoutingModel_addDimensionWithVehicleTransits()

void testRoutingModel_addDimensionWithVehicleTransits ( )

Definition at line 601 of file RoutingSolverTest.java.

◆ testRoutingModel_addDisjunction()

void testRoutingModel_addDisjunction ( )

Definition at line 345 of file RoutingSolverTest.java.

◆ testRoutingModel_addMatrixDimension()

void testRoutingModel_addMatrixDimension ( )

Definition at line 427 of file RoutingSolverTest.java.

◆ testRoutingModel_addVectorDimension()

void testRoutingModel_addVectorDimension ( )

Definition at line 398 of file RoutingSolverTest.java.

◆ testRoutingModel_checkGlobalRefGuard()

void testRoutingModel_checkGlobalRefGuard ( )

Definition at line 81 of file RoutingSolverTest.java.

◆ testRoutingModel_costsAndSolve()

void testRoutingModel_costsAndSolve ( )

Definition at line 181 of file RoutingSolverTest.java.

◆ testRoutingModel_cumulVarSoftUpperBound()

void testRoutingModel_cumulVarSoftUpperBound ( )

Definition at line 562 of file RoutingSolverTest.java.

◆ testRoutingModel_dimensionGlobalSpanCost()

void testRoutingModel_dimensionGlobalSpanCost ( )

Definition at line 538 of file RoutingSolverTest.java.

◆ testRoutingModel_dimensionVehicleSpanCost()

void testRoutingModel_dimensionVehicleSpanCost ( )

Definition at line 517 of file RoutingSolverTest.java.

◆ testRoutingModel_intVarVectorGetter()

void testRoutingModel_intVarVectorGetter ( )

Definition at line 659 of file RoutingSolverTest.java.

◆ testRoutingModel_lambdaTransitCallbackOwnership()

void testRoutingModel_lambdaTransitCallbackOwnership ( )

Definition at line 243 of file RoutingSolverTest.java.

◆ testRoutingModel_lambdaUnaryTransitCallbackOwnership()

void testRoutingModel_lambdaUnaryTransitCallbackOwnership ( )

Definition at line 302 of file RoutingSolverTest.java.

◆ testRoutingModel_matrixTransitOwnership()

void testRoutingModel_matrixTransitOwnership ( )

Definition at line 200 of file RoutingSolverTest.java.

◆ testRoutingModel_routesToAssignment()

void testRoutingModel_routesToAssignment ( )

Definition at line 323 of file RoutingSolverTest.java.

◆ testRoutingModel_solveWithParameters()

void testRoutingModel_solveWithParameters ( )

Definition at line 162 of file RoutingSolverTest.java.

◆ testRoutingModel_transitCallbackOwnership()

void testRoutingModel_transitCallbackOwnership ( )

Definition at line 225 of file RoutingSolverTest.java.

◆ testRoutingModel_unaryTransitCallbackOwnership()

void testRoutingModel_unaryTransitCallbackOwnership ( )

Definition at line 284 of file RoutingSolverTest.java.

◆ testRoutingModel_unaryTransitVectorOwnership()

void testRoutingModel_unaryTransitVectorOwnership ( )

Definition at line 265 of file RoutingSolverTest.java.

◆ testRoutingModelParameters()

void testRoutingModelParameters ( )

Definition at line 152 of file RoutingSolverTest.java.


The documentation for this class was generated from the following file: