Changelog
* CP-SAT various bug fixes, performance improvements, and doc updates
* GLOP performance improvements
* Use dynamic dependencies on UNIX (697)
* Use Cbc from github mirror (684)
* now depends on `cbc`, `cgl`, `clp`, `osi` and `coinnutils` github repos
* Rework and fix some VRP python examples.
* Migration to netstandard2.0 for .Net support (668)
* i.e. use of `dotnet` cli instead of `mono`/`msc`/`fsharpc` (not needed anymore)
* **/!\\ require .NetCore SDK >= 302 /!\\**
* Now `install_cc` use `$(DESTDIR)$(prefix)` as destination prefix (`prefix = /usr/local` on UNIX)
* Add `install_python` target in Makefile to pip install locally build python package
* Makefile cleaning: should be more robust
* docker rework and add tests to check archives
* Remove data example from archive
* add data archive
* Rework archive Makefile
* add `detect`, `test_cc`, `test_java`, `test_dotnet`, `cc`, `java`, `dotnet` targets like the Makefile(s) used to build from source