Files
ortools-clone/ortools/util/README
Laurent Perron f1bb445810 first version without gflags and glog
* Add custom glog using absl::flags
* Fix lpi_glop patch to use absl::flags

Abseil:
* remove gflags and glog deps

Make:
* remove gflags and glog deps (unix & windows)
* regenerate makefile.gen.mk
* Cleanup install recipe
* Cleanup archive
* Cleanup doc
2020-10-24 00:49:50 +02:00

8 lines
276 B
Plaintext

<summary> Various utilities to be used by libraries </summary>
This directory contains various utilities needed by the operations
research libraries.
- const_int_array.h : A read-only container of integer values.
- const_ptr_array.h : A read-only container of pointers.