From 4af6c78026b70cb61b53d51c27fc97570f82ede2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81linson=20S=2E=20Xavier?= Date: Fri, 18 Sep 2020 13:05:02 -0500 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3949252 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# MIPLearn.jl + +This package is a work-in-progress Julia interface for [MIPLearn, an extensible framework for +Learning-Enhanced Mixed-Integer Optimization](https://github.com/ANL-CEEESA/MIPLearn). + +## License + +Released under the modified BSD license. See `LICENSE` for more details.