Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Todo List
Namespace gtl
(corentinl) std::to_array available in C++20.
Member operations_research::LocalSearchFilter::Accept (const Assignment *delta, const Assignment *deltadelta, int64_t objective_min, int64_t objective_max)=0
(user): Remove arguments when there are no more need for those.
Member operations_research::RelocateAndMakeActive (Solver *solver, const std::vector< IntVar * > &vars, const std::vector< IntVar * > &secondary_vars, std::function< int(int64_t)> start_empty_path_class)
(user): Naming is close to MakeActiveAndRelocate but this one is correct; rename MakeActiveAndRelocate if it is actually used.
Member operations_research::RoutingModel::AddSoftSameVehicleConstraint (std::vector< int64_t > indices, int64_t cost)
(user): Extend this to allow nodes/indices to be on the same given set of vehicle.
Member operations_research::Solver::ClearNeighbors ()
(user): Find a workaround to avoid exposing this.