Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batyleo/kiro2022.jl
https://github.com/batyleo/kiro2022.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/batyleo/kiro2022.jl
- Owner: BatyLeo
- License: mit
- Created: 2022-12-01T08:01:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T12:05:47.000Z (about 2 years ago)
- Last Synced: 2024-11-08T15:25:38.485Z (about 2 months ago)
- Language: C++
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# KIRO2022
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://BatyLeo.github.io/KIRO2022.jl/dev/)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)This repository contains a Julia starting code for the 2022 edition of the KIRO.
A Python version can also be found in the `python` [folder](https://github.com/BatyLeo/KIRO2022.jl/tree/main/python) as a Jupyter notebook.
A c++ version can be found in the `c++` [folder](https://github.com/BatyLeo/KIRO2022.jl/tree/main/c++).
Instances are in the `instances` [folder](https://github.com/BatyLeo/KIRO2022.jl/tree/main/instances).
## Installation
You need to have julia v1.7 or higher already installed to use this package.
To install, run the following code in a Julia REPL:
```julia
julia> using Pkgjulia> Pkg.add(url="https://github.com/BatyLeo/KIRO2022.jl")
julia> using KIRO2022
```Now, some utility functions are available for getting started easily with the challenge.
Checkout the [documentation](https://batyleo.github.io/KIRO2022.jl/) for details on how to use them.
**Note**: alternatively, you can also just download the Julia source code of this repository and use it/modify it for your needs in your code without using the `KIRO2022` package.