Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Lean formalization of the Proposition 3 of the the paper Global optimization of Lipschitz functions, Malherbe C. and Vayatis N., 2017.

License

Notifications You must be signed in to change notification settings

gaetanserre/LipoCons

Repository files navigation

LipoCons

CI

This repository contains the Lean formalization of the Proposition 3 of the the paper Global optimization of Lipschitz functions, Malherbe C. and Vayatis N., 2017.

Usage

Install Lean 4. Then, clone the repository and run the following command in the root directory:

lake exe cache get
lake build

Now you can explore the proof using your favorite editor with Lean support, such as VSCode with the Lean 4 extension.

Documentation

The documentation is available here. To build it, clone the repository and run the following command in the root directory:

lake exe cache get
lake build
cd doc
./build_manual.sh

The documentation will be generated in the html directory. You will need a local web server to view the documentation. You can use Python's built-in HTTP server:

cd doc/html
python3 -m http.server

and open your web browser at http://localhost:8000.

About

Lean formalization of the Proposition 3 of the the paper Global optimization of Lipschitz functions, Malherbe C. and Vayatis N., 2017.

Resources

License

Stars

Watchers

Forks

Languages