FlexibilityAnalysis.jl

A JuMP extension for analyzing and quantifying the flexibility of complex systems. Formerly known as FlexJuMP.jl.

DocumentationBuild Status
Build StatusBuild Status2codecov.io

Comments, suggestions and improvements are welcome and appreciated.

License

FlexibilityAnalysis is licensed under the MIT "Expat" license.

Installation

FlexibilityAnalysis.jl is not yet a registered Julia package, but can still be installed by providing the package manager with the url of the repository instead of the name.

using Pkg
Pkg.add("git://github.com/pulsipher/FlexibilityAnalysis.jl.git")

Documentation

Please visit our documentation pages to learn all you need to know to get started and more. We provide a quick start guide, an overview necessary background material, a detailed user guide, examples, and an API library.

Project Status

The package is tested against Julia 1.0 and 1.1 on Linux, macOS, and Windows.

Contributing

FlexibilityAnalysis is being actively developed and suggestions or other forms of contribution are encouraged. There are many ways to contribute to this package:

  • Suggest new/improved functionality
  • Report an issue if you encounter some odd behavior, or if you have suggestions to improve the package.
  • Contribute with code addressing some open issues, that add new functionality or that improve the performance.
  • When contributing with code, add docstrings and comments, so others may understand the methods implemented.
  • Contribute by updating and improving the documentation.