Skip to content
Snippets Groups Projects
user avatar
remydutto authored
f4323fd7
History

Filtration.jl

This repository is a package for the control of filtration systems


Name Badge
Documentation Documentation Documentation
Code Status Build Status Covering Status Aqua.jl Code Style: Blue
Licence License: MIT

Install

To install OptimalControl.jl please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then add the package:

julia> ]
pkg> add https://github.com/remydutto/Filtration.jl

Contributing

If you think you found a bug or if you have a feature request / suggestion, feel free to open an issue. Before opening a pull request, please start an issue or a discussion on the topic.

Contributions are welcomed, check out how to contribute to a Github project. If it is your first contribution, you can also check this first contribution tutorial.

[!NOTE] This repository has been generated by using the template given by the control-toolbox ecosystem.