diff --git a/docs-src/about.md b/docs-src/about.md index 5b52ba4..fe1dc5c 100644 --- a/docs-src/about.md +++ b/docs-src/about.md @@ -15,28 +15,29 @@ ### License +``` +MIPLearn, an extensible framework for Learning-Enhanced Mixed-Integer Optimization +Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved. - MIPLearn, an extensible framework for Learning-Enhanced Mixed-Integer Optimization - Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved. - - Redistribution and use in source and binary forms, with or without modification, are permitted - provided that the following conditions are met: +Redistribution and use in source and binary forms, with or without modification, are permitted +provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice, this list of - conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice, this list of - conditions and the following disclaimer in the documentation and/or other materials provided - with the distribution. - 3. Neither the name of the copyright holder nor the names of its contributors may be used to - endorse or promote products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +1. Redistributions of source code must retain the above copyright notice, this list of + conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or other materials provided + with the distribution. +3. Neither the name of the copyright holder nor the names of its contributors may be used to + endorse or promote products derived from this software without specific prior written + permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +``` \ No newline at end of file diff --git a/docs/404.html b/docs/404.html index d8d0a1a..79b6b0b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -139,7 +139,7 @@

- © Copyright 2019–2020 Argonne National Laboratory
+ Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
Documentation built with MkDocs.

diff --git a/docs/about/index.html b/docs/about/index.html index c1a82ad..13ce9d9 100644 --- a/docs/about/index.html +++ b/docs/about/index.html @@ -179,7 +179,7 @@ provided that the following conditions are met: endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR @@ -197,7 +197,7 @@ POSSIBILITY OF SUCH DAMAGE.

- © Copyright 2019–2020 Argonne National Laboratory
+ Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
Documentation built with MkDocs.

diff --git a/docs/benchmark/index.html b/docs/benchmark/index.html index be1d5d7..9d8c077 100644 --- a/docs/benchmark/index.html +++ b/docs/benchmark/index.html @@ -206,7 +206,7 @@ benchmark.parallel_solve(test_instances)

- © Copyright 2019–2020 Argonne National Laboratory
+ Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
Documentation built with MkDocs.

diff --git a/docs/customization/index.html b/docs/customization/index.html index 362cff1..eb50a7f 100644 --- a/docs/customization/index.html +++ b/docs/customization/index.html @@ -164,7 +164,7 @@ solver = LearningSolver(internal_solver_factory=cplex_factory)

- © Copyright 2019–2020 Argonne National Laboratory
+ Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
Documentation built with MkDocs.

diff --git a/docs/index.html b/docs/index.html index 8ac517d..51c7804 100644 --- a/docs/index.html +++ b/docs/index.html @@ -184,7 +184,7 @@

- © Copyright 2019–2020 Argonne National Laboratory
+ Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
Documentation built with MkDocs.

@@ -271,5 +271,5 @@ diff --git a/docs/problems/index.html b/docs/problems/index.html index f86c406..75606a7 100644 --- a/docs/problems/index.html +++ b/docs/problems/index.html @@ -241,7 +241,7 @@ from the provided probability distributions K and u.

- © Copyright 2019–2020 Argonne National Laboratory
+ Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
Documentation built with MkDocs.

diff --git a/docs/sitemap.xml.gz b/docs/sitemap.xml.gz index 2aab838..80e0112 100644 Binary files a/docs/sitemap.xml.gz and b/docs/sitemap.xml.gz differ diff --git a/docs/usage/index.html b/docs/usage/index.html index 525c0a4..bfa8f25 100644 --- a/docs/usage/index.html +++ b/docs/usage/index.html @@ -242,7 +242,7 @@ solver.solve(test_instance)

- © Copyright 2019–2020 Argonne National Laboratory
+ Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.
Documentation built with MkDocs.

diff --git a/mkdocs.yml b/mkdocs.yml index 2e3941f..fc23cc5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: MIPLearn theme: cinder -copyright: "© Copyright 2019–2020 Argonne National Laboratory" +copyright: "Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved." repo_url: https://github.com/iSoron/miplearn nav: - Home: index.md