Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
| Package | Description |
|---|---|
| com.google.ortools.constraintsolver |
-
Uses of SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t Modifier and Type Method Description protected static longSWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t. getCPtr(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t obj)AssignmentRoutingModel. SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t assignments, RoutingSearchParameters search_parameters)Same as above but will try all assignments in order as first solutions
until one succeeds.AssignmentRoutingModel. SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t assignments, RoutingSearchParameters search_parameters, SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t solutions)Same as above but will try all assignments in order as first solutions
until one succeeds.