Add int128.proto

This commit is contained in:
Corentin Le Molgat
2023-12-08 14:28:53 +01:00
parent 5559677b6c
commit 2649b4284a
14 changed files with 117 additions and 73 deletions

View File

@@ -14,6 +14,9 @@
// Minimal example to call the GLOP solver.
// [START program]
// [START import]
#include <memory>
#include <ostream>
#include "ortools/linear_solver/linear_solver.h"
// [END import]