Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 912 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 912 Bytes

VPL

Dev Build Status Build Status Codecov Coveralls

Installation

VPL requires using Julia version 1.7 or higher. The installation of VPL is as easy as running the following code:

using Pkg
Pkg.add(PackageSpec(url = "https://github.com/AleMorales/VPL.git", rev  = "master"))

Check the documentation for tutorials on how to use VPL.