klorel / powsybl-optimizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powsybl-optimizer

A repository to store production-ready optimal powerflow optimizers

Getting started

AMPL

For this project, you must have AMPL installed. AMPL is a proprietary tool that works as an optimization modelling language. It can be interfaced with many solvers.

AMPL is sold by many companies including Artelys, you can find keys here.

You must add in your ~/.itools/config.yml an ampl section like this:

ampl:
  # Change to the ampl folder path that contains the ampl executable
  homeDir: /home/user/ampl

About


Languages

Language:AMPL 60.9%Language:Java 39.1%