Files
ortools-clone/ortools/util
Mizux Seiha d8634ab0f2 cmake: Split math_opt into sub library
XCode do not support object library with several file with the same name
since it use a flat directory, Xcode "fix" using a UID but CMake can't catch it.

math_opt also use a parameters.proto which conflict with the
glop/parameters.proto -> need to split the proto to .cc generation in
two libraries
2023-09-25 10:46:02 +02:00
..
2023-08-24 17:14:58 +02:00
2023-08-24 17:14:58 +02:00
2023-08-24 17:14:58 +02:00
2023-05-24 15:34:57 +02:00
2023-07-28 11:27:44 +02:00
2023-01-03 16:40:40 +01:00
2023-08-30 10:04:47 -04:00
2023-09-21 13:05:23 +02:00
2023-08-30 10:04:47 -04:00
2023-08-25 03:51:16 +02:00
2023-03-22 19:24:50 +01:00
2022-11-13 10:25:25 +01:00
2023-05-24 15:34:57 +02:00
2023-08-24 17:14:58 +02:00
2023-08-24 17:14:58 +02:00
2023-08-25 03:51:16 +02:00
2023-05-24 15:34:57 +02:00
2023-09-21 13:05:23 +02:00
2023-09-21 13:05:23 +02:00
2023-08-30 10:04:47 -04:00
fix
2023-01-27 17:39:33 +01:00
2023-08-30 10:04:47 -04:00
2023-06-12 14:51:33 +02:00
2023-05-30 13:23:08 +02:00
2022-10-17 13:47:42 +02:00
2023-08-30 10:04:47 -04:00
2023-08-30 10:04:47 -04:00
2023-08-30 10:04:47 -04:00
2023-08-30 10:04:47 -04:00
2023-09-21 13:05:23 +02:00
2023-03-22 19:24:50 +01:00
2023-08-30 10:04:47 -04:00
2023-07-28 11:27:44 +02:00

<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.