* CMake has not been updated yet * bazel was compiling at least last week bazel: disable math opt facility_location.py missing some dependencies...
6 lines
106 B
Python
6 lines
106 B
Python
from ortools.math_opt.python.elemental import elemental
|
|
|
|
|
|
class CppElemental(elemental.Elemental):
|
|
pass
|