Repository URL to install this package:
|
Version:
1.11.0 ▾
|
"""Helper functions to get location of source files."""
import pathlib
def _highs_dir() -> pathlib.Path:
"""Directory where root highs/ directory lives."""
p = pathlib.Path(__file__).parent / 'highs'
return p