Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.31 KB

Lexicographic Fréchet Matchings with Degenerate Inputs

Bachelor Thesis

My Bachelors Thesis "Lexicographic Fréchet Matchings with Degenerate Inputs" can be accessed at: https://github.com/abegehr/frechet/blob/master/thesis/thesis.pdf

Live Version

Check out the live version and start experimenting here: https://abegehr.github.io/frechet/

And a cool example of degenerate inputs: https://abegehr.github.io/frechet/?p=(0_0)(4_0)(3_2)(4_3)(2_3)(3_4)(2_6)(6_6)&q=(0_0)(0_4)(6_2)(6_6)

Run in development environement

Start backend:

  1. Open a new Terminal.
  2. Navigate to backend folder: cd ./frechet_backend/
  3. Run Python3 Flask server: python3 ./frechet_backend.py

Start frontend

  1. Open a new Terminal.
  2. Navigate to frontend folder: cd ./frechet_frontend/
  3. Install dependancies: yarn install or npm install
  4. Run React app in development env: yarn start or npm start

GitHub Repository

The GitHub repository with current source code can be accessed at: https://github.com/abegehr/frechet