update and fix examples

This commit is contained in:
Laurent Perron
2022-09-09 16:49:24 +02:00
parent 9931205f7c
commit 9321ab2096
29 changed files with 110 additions and 14 deletions

View File

@@ -13,6 +13,9 @@
// Integer programming example that shows how to use the API.
#include <string>
#include <vector>
#include "absl/strings/match.h"
#include "absl/strings/string_view.h"
#include "ortools/base/init_google.h"