https://github.com/batyleo/kiro2023.jl
https://github.com/batyleo/kiro2023.jl
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/batyleo/kiro2023.jl
- Owner: BatyLeo
- License: mit
- Created: 2023-11-29T12:39:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T13:44:01.000Z (over 1 year ago)
- Last Synced: 2025-01-01T09:24:59.986Z (7 months ago)
- Language: Julia
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KIRO2023
[](https://BatyLeo.github.io/KIRO2023.jl/dev/)
[](https://github.com/invenia/BlueStyle)This repository contains a Julia starting code for the 2023 edition of the KIRO.
Instances are in the `instances` [folder](https://github.com/BatyLeo/KIRO2023.jl/tree/main/instances).
## Installation
You need to have julia v1.9 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/KIRO2023.jl")
julia> using KIRO2023
```Some utility functions are available for getting started easily with the challenge.
**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 `KIRO2023` package.