This repository has been archived on 2026-05-05 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
9b70579411923ed5d2ec02ee2982a49908cf2db2
University-Operations-Research-Tool
This projects aims to create a tool for easy calculation of operations research modules on different device platforms.
Table of Contents
Features
ToDo
Installation
On web
You can always use the OR-Tool without any installation.
Local
- Install dependencies: This project relies on NextJs. Please follow its installation instructions to get everything ready.
- Clone the repository:
git clone https://github.com/Spaceholder-Programming/Operations-Research-Tool.git
- Build the site: Open the folder where the project was saved in PowerShell (or your favorite console). Then build the site:
npm build
- Run it:
npm start
- Access the OR-Tool using your browser: Usually it starts on port 3000. This link should work. Otherwise check your console for the link.
Usage
ToDo
Supported problem Types
- Linear
- Mixed Integer
Contributing
- Fork the repository
- Create a new branch:
git checkout -b Featurename - Implement your changes
- Push your branch:
git push origin featurename - Create a pull request
Licence
This project is licensed under the MIT License.
Contact
If you have the desire to contact the team behind this project, use the contact details on our GitHub accounts:
Troubleshooting
If you find erros in the code, please contact us by creating an issue.
Description
This projects aims to create a tool for easy calculation of operations research modules on different device platforms.