Files
ortools-clone/ortools/algorithms
Corentin Le Molgat a7f49a2585 backport from main
* rename swig files .i in .swig
* update constraint_solver and routing
* backport math_opt changes
* move dynamic loading to ortools/third_party_solvers
2025-07-23 23:12:34 +02:00
..
2025-01-10 11:35:44 +01:00
2025-07-23 23:12:34 +02:00
2025-07-18 16:43:00 +02:00
2025-07-23 23:12:34 +02:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-02-25 16:04:20 +01:00
2025-02-25 16:04:20 +01:00
2025-07-09 14:24:01 +02:00
2025-03-27 18:13:29 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-02-25 16:04:20 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-02-25 16:04:20 +01:00
2025-07-09 14:24:01 +02:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-07-09 14:13:35 +02:00
2025-04-30 15:15:39 +02:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00

Various algorithms

This directory contains data structures and algorithms for various problems.

It used to contain a solver for set covering, which has moved to the set_cover folder.