Files
ortools-clone/ortools/math_opt/elemental/python/cpp_elemental.pyi
Corentin Le Molgat 5bf70b691f math_opt: export from google3
* CMake has not been updated yet
* bazel was compiling at least last week

bazel: disable math opt facility_location.py

missing some dependencies...
2025-04-30 09:55:15 +02:00

6 lines
106 B
Python

from ortools.math_opt.python.elemental import elemental
class CppElemental(elemental.Elemental):
pass