* 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
8 lines
276 B
Plaintext
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.
|