Index A | C | D | E | F | G | M | P | R | S | T | U | W A add_break_dimension() (cuopt.routing.DataModel method) add_capacity_dimension() (cuopt.routing.DataModel method) add_cost_matrix() (cuopt.routing.DataModel method) add_initial_solutions() (cuopt.routing.DataModel method) add_order_vehicle_match() (cuopt.routing.DataModel method) add_transit_time_matrix() (cuopt.routing.DataModel method) add_vehicle_break() (cuopt.routing.DataModel method) add_vehicle_order_match() (cuopt.routing.DataModel method) Assignment (class in cuopt.routing) C compute_cost_matrix() (cuopt.distance_engine.WaypointMatrix method) compute_shortest_path_costs() (cuopt.distance_engine.WaypointMatrix method) compute_waypoint_sequence() (cuopt.distance_engine.WaypointMatrix method) Concurrent (cuopt_sh_client.SolverMethod attribute) cuopt.distance_engine module CUOPT_ABSOLUTE_DUAL_TOLERANCE (C macro) CUOPT_ABSOLUTE_GAP_TOLERANCE (C macro) CUOPT_ABSOLUTE_PRIMAL_TOLERANCE (C macro) CUOPT_CONTINUOUS (C macro) CUOPT_DUAL_INFEASIBLE_TOLERANCE (C macro) CUOPT_EQUAL (C macro) CUOPT_FIRST_PRIMAL_FEASIBLE (C macro) cuopt_float_t (C type) CUOPT_GREATER_THAN (C macro) CUOPT_INFEASIBILITY_DETECTION (C macro) CUOPT_INFINITY (C macro) cuopt_int_t (C type) CUOPT_INTEGER (C macro) CUOPT_INVALID_ARGUMENT (C macro) CUOPT_ITERATION_LIMIT (C macro) CUOPT_LESS_THAN (C macro) CUOPT_LOG_FILE (C macro) CUOPT_MAXIMIZE (C macro) CUOPT_METHOD (C macro) CUOPT_METHOD_CONCURRENT (C macro) CUOPT_METHOD_DUAL_SIMPLEX (C macro) CUOPT_METHOD_PDLP (C macro) CUOPT_MINIMIZE (C macro) CUOPT_MIP_ABSOLUTE_TOLERANCE (C macro) CUOPT_MIP_HEURISTICS_ONLY (C macro) CUOPT_MIP_INTEGRALITY_TOLERANCE (C macro) CUOPT_MIP_RELATIVE_TOLERANCE (C macro) CUOPT_MIP_SCALING (C macro) CUOPT_MPS_FILE_ERROR (C macro) CUOPT_MPS_PARSE_ERROR (C macro) CUOPT_NUM_CPU_THREADS (C macro) CUOPT_PDLP_SOLVER_MODE (C macro) CUOPT_PDLP_SOLVER_MODE_FAST1 (C macro) CUOPT_PDLP_SOLVER_MODE_METHODICAL1 (C macro) CUOPT_PDLP_SOLVER_MODE_STABLE1 (C macro) CUOPT_PDLP_SOLVER_MODE_STABLE2 (C macro) CUOPT_PER_CONSTRAINT_RESIDUAL (C macro) CUOPT_PRIMAL_INFEASIBLE_TOLERANCE (C macro) CUOPT_RELATIVE_DUAL_TOLERANCE (C macro) CUOPT_RELATIVE_GAP_TOLERANCE (C macro) CUOPT_RELATIVE_PRIMAL_TOLERANCE (C macro) CUOPT_SAVE_BEST_PRIMAL_SO_FAR (C macro) CUOPT_SOLUTION_FILE (C macro) CUOPT_STRICT_INFEASIBILITY (C macro) CUOPT_SUCCESS (C macro) CUOPT_TERIMINATION_STATUS_CONCURRENT_LIMIT (C macro) CUOPT_TERIMINATION_STATUS_FEASIBLE_FOUND (C macro) CUOPT_TERIMINATION_STATUS_INFEASIBLE (C macro) CUOPT_TERIMINATION_STATUS_ITERATION_LIMIT (C macro) CUOPT_TERIMINATION_STATUS_NO_TERMINATION (C macro) CUOPT_TERIMINATION_STATUS_NUMERICAL_ERROR (C macro) CUOPT_TERIMINATION_STATUS_OPTIMAL (C macro) CUOPT_TERIMINATION_STATUS_PRIMAL_FEASIBLE (C macro) CUOPT_TERIMINATION_STATUS_TIME_LIMIT (C macro) CUOPT_TERIMINATION_STATUS_UNBOUNDED (C macro) CUOPT_TIME_LIMIT (C macro) CUOPT_USER_PROBLEM_FILE (C macro) cuOptCreateProblem (C function) cuOptCreateRangedProblem (C function) cuOptCreateSolverSettings (C function) cuOptDestroyProblem (C function) cuOptDestroySolution (C function) cuOptDestroySolverSettings (C function) cuOptGetConstraintLowerBounds (C function) cuOptGetConstraintMatrix (C function) cuOptGetConstraintRightHandSide (C function) cuOptGetConstraintSense (C function) cuOptGetConstraintUpperBounds (C function) cuOptGetDualSolution (C function) cuOptGetFloatParameter (C function) cuOptGetFloatSize (C function) cuOptGetIntegerParameter (C function) cuOptGetIntSize (C function) cuOptGetMIPGap (C function) cuOptGetNumConstraints (C function) cuOptGetNumNonZeros (C function) cuOptGetNumVariables (C function) cuOptGetObjectiveCoefficients (C function) cuOptGetObjectiveOffset (C function) cuOptGetObjectiveSense (C function) cuOptGetObjectiveValue (C function) cuOptGetParameter (C function) cuOptGetPrimalSolution (C function) cuOptGetReducedCosts (C function) cuOptGetSolutionBound (C function) cuOptGetSolveTime (C function) cuOptGetTerminationStatus (C function) cuOptGetVariableLowerBounds (C function) cuOptGetVariableTypes (C function) cuOptGetVariableUpperBounds (C function) cuOptIsMIP (C function) cuOptOptimizationProblem (C type) cuOptReadProblem (C function) CuOptServiceSelfHostClient (class in cuopt_sh_client) cuOptSetFloatParameter (C function) cuOptSetIntegerParameter (C function) cuOptSetParameter (C function) cuOptSolution (C type) cuOptSolve (C function) cuOptSolverSettings (C type) D DataModel (class in cuopt.routing) (class in data_model) delete() (cuopt_sh_client.CuOptServiceSelfHostClient method) delete_solution() (cuopt_sh_client.CuOptServiceSelfHostClient method) display_routes() (cuopt.routing.Assignment method) DualSimplex (cuopt_sh_client.SolverMethod attribute) dump_best_results() (cuopt.routing.SolverSettings method) dump_config_file() (cuopt.routing.SolverSettings method) E EMPTY (cuopt.routing.SolutionStatus attribute) F FAIL (cuopt.routing.SolutionStatus attribute) Fast1 (cuopt_sh_client.PDLPSolverMode attribute) G get_accepted_solutions() (cuopt.routing.Assignment method) get_ascii_row_types() (data_model.DataModel method) get_best_results_file_path() (cuopt.routing.SolverSettings method) get_best_results_interval() (cuopt.routing.SolverSettings method) get_break_dimensions() (cuopt.routing.DataModel method) get_break_locations() (cuopt.routing.DataModel method) get_capacity_dimensions() (cuopt.routing.DataModel method) get_config_file_name() (cuopt.routing.SolverSettings method) get_constraint_bounds() (data_model.DataModel method) get_constraint_lower_bounds() (data_model.DataModel method) get_constraint_matrix_indices() (data_model.DataModel method) get_constraint_matrix_offsets() (data_model.DataModel method) get_constraint_matrix_values() (data_model.DataModel method) get_constraint_upper_bounds() (data_model.DataModel method) get_cost_matrix() (cuopt.routing.DataModel method) get_drop_return_trips() (cuopt.routing.DataModel method) get_dual_objective() (solution.Solution method) get_dual_solution() (solution.Solution method) get_error_message() (cuopt.routing.Assignment method) (solution.Solution method) get_error_status() (cuopt.routing.Assignment method) (solution.Solution method) get_fleet_size() (cuopt.routing.DataModel method) get_infeasible_orders() (cuopt.routing.Assignment method) get_initial_dual_solution() (data_model.DataModel method) get_initial_primal_solution() (data_model.DataModel method) get_initial_solutions() (cuopt.routing.DataModel method) get_LP_solve() (cuopt_sh_client.CuOptServiceSelfHostClient method) get_lp_stats() (solution.Solution method) get_message() (cuopt.routing.Assignment method) get_milp_stats() (solution.Solution method) get_min_vehicles() (cuopt.routing.DataModel method) get_non_uniform_breaks() (cuopt.routing.DataModel method) get_num_locations() (cuopt.routing.DataModel method) get_num_orders() (cuopt.routing.DataModel method) get_objective_coefficients() (data_model.DataModel method) get_objective_function() (cuopt.routing.DataModel method) get_objective_offset() (data_model.DataModel method) get_objective_scaling_factor() (data_model.DataModel method) get_objective_values() (cuopt.routing.Assignment method) get_optimized_routes() (cuopt_sh_client.CuOptServiceSelfHostClient method) get_order_locations() (cuopt.routing.DataModel method) get_order_prizes() (cuopt.routing.DataModel method) get_order_service_times() (cuopt.routing.DataModel method) get_order_time_windows() (cuopt.routing.DataModel method) get_order_vehicle_match() (cuopt.routing.DataModel method) get_parameter() (cuopt_sh_client.ThinClientSolverSettings method) get_pdlp_warm_start_data() (solution.Solution method) get_pickup_delivery_pairs() (cuopt.routing.DataModel method) get_primal_objective() (solution.Solution method) get_primal_solution() (solution.Solution method) get_problem_category() (solution.Solution method) get_reduced_cost() (solution.Solution method) get_route() (cuopt.routing.Assignment method) get_row_names() (data_model.DataModel method) get_row_types() (data_model.DataModel method) get_sense() (data_model.DataModel method) get_skip_first_trips() (cuopt.routing.DataModel method) get_solve_time() (solution.Solution method) get_solved_by_pdlp() (solution.Solution method) get_status() (cuopt.routing.Assignment method) get_termination_reason() (solution.Solution method) get_termination_status() (solution.Solution method) get_time_limit() (cuopt.routing.SolverSettings method) get_total_objective() (cuopt.routing.Assignment method) get_transit_time_matrices() (cuopt.routing.DataModel method) get_transit_time_matrix() (cuopt.routing.DataModel method) get_variable_lower_bounds() (data_model.DataModel method) get_variable_names() (data_model.DataModel method) get_variable_types() (data_model.DataModel method) get_variable_upper_bounds() (data_model.DataModel method) get_vars() (solution.Solution method) get_vehicle_count() (cuopt.routing.Assignment method) get_vehicle_fixed_costs() (cuopt.routing.DataModel method) get_vehicle_locations() (cuopt.routing.DataModel method) get_vehicle_max_costs() (cuopt.routing.DataModel method) get_vehicle_max_times() (cuopt.routing.DataModel method) get_vehicle_order_match() (cuopt.routing.DataModel method) get_vehicle_time_windows() (cuopt.routing.DataModel method) get_vehicle_types() (cuopt.routing.DataModel method) M Methodical1 (cuopt_sh_client.PDLPSolverMode attribute) module cuopt.distance_engine P PDLP (cuopt_sh_client.SolverMethod attribute) PDLPSolverMode (class in cuopt_sh_client) PDLPWarmStartData (class in solution.solution) R raise_if_lp_solution() (solution.Solution method) raise_if_milp_solution() (solution.Solution method) repoll() (cuopt_sh_client.CuOptServiceSelfHostClient method) S set_break_locations() (cuopt.routing.DataModel method) set_constraint_bounds() (data_model.DataModel method) set_constraint_lower_bounds() (data_model.DataModel method) set_constraint_upper_bounds() (data_model.DataModel method) set_csr_constraint_matrix() (data_model.DataModel method) set_drop_return_trips() (cuopt.routing.DataModel method) set_error_logging_mode() (cuopt.routing.SolverSettings method) set_initial_dual_solution() (data_model.DataModel method) set_initial_primal_solution() (data_model.DataModel method) set_maximize() (data_model.DataModel method) set_min_vehicles() (cuopt.routing.DataModel method) set_objective_coefficients() (data_model.DataModel method) set_objective_function() (cuopt.routing.DataModel method) set_objective_offset() (data_model.DataModel method) set_objective_scaling_factor() (data_model.DataModel method) set_optimality_tolerance() (cuopt_sh_client.ThinClientSolverSettings method) set_order_locations() (cuopt.routing.DataModel method) set_order_prizes() (cuopt.routing.DataModel method) set_order_service_times() (cuopt.routing.DataModel method) set_order_time_windows() (cuopt.routing.DataModel method) set_parameter() (cuopt_sh_client.ThinClientSolverSettings method) set_pickup_delivery_pairs() (cuopt.routing.DataModel method) set_row_names() (data_model.DataModel method) set_row_types() (data_model.DataModel method) set_skip_first_trips() (cuopt.routing.DataModel method) set_time_limit() (cuopt.routing.SolverSettings method) set_variable_lower_bounds() (data_model.DataModel method) set_variable_names() (data_model.DataModel method) set_variable_types() (data_model.DataModel method) set_variable_upper_bounds() (data_model.DataModel method) set_vehicle_fixed_costs() (cuopt.routing.DataModel method) set_vehicle_locations() (cuopt.routing.DataModel method) set_vehicle_max_costs() (cuopt.routing.DataModel method) set_vehicle_max_times() (cuopt.routing.DataModel method) set_vehicle_time_windows() (cuopt.routing.DataModel method) set_vehicle_types() (cuopt.routing.DataModel method) set_verbose_mode() (cuopt.routing.SolverSettings method) Solution (class in solution) SolutionStatus (class in cuopt.routing) Solve() (in module cuopt.routing) SolverMethod (class in cuopt_sh_client) SolverSettings (class in cuopt.routing) Stable1 (cuopt_sh_client.PDLPSolverMode attribute) Stable2 (cuopt_sh_client.PDLPSolverMode attribute) status() (cuopt_sh_client.CuOptServiceSelfHostClient method) SUCCESS (cuopt.routing.SolutionStatus attribute) T ThinClientSolverSettings (class in cuopt_sh_client) TIMEOUT (cuopt.routing.SolutionStatus attribute) toDict() (cuopt_sh_client.ThinClientSolverSettings method) U upload_solution() (cuopt_sh_client.CuOptServiceSelfHostClient method) W WaypointMatrix (class in cuopt.distance_engine)