Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batyleo/kiro2023.jl
https://github.com/batyleo/kiro2023.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/batyleo/kiro2023.jl
- Owner: BatyLeo
- License: mit
- Created: 2023-11-29T12:39:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T13:44:01.000Z (12 months ago)
- Last Synced: 2024-11-08T15:25:32.002Z (about 2 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
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://BatyLeo.github.io/KIRO2023.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 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.