8000 GitHub - DKMahto/acopf: Code for ACOPF mathematical programming formulations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DKMahto/acopf

 
 

Repository files navigation

acopf

Code for ACOPF mathematical programming formulations

Minimal instructions: solve an instance (see in instances/ and case/)

  • edit the solver choice part in acopf.run
  • run ./acopf.sh instance_file.dat model_file.mod
  • example: ./acopf.sh instances/case5.dat acopf_SIV.mod (you need to have the AMPL version of the Baron solver installed)

syntax is ./acopf.sh instance.dat [model.mod [sp]] sp in {rnd, dat} rnd = random, dat = read Va,Vm from dat file default model is acopf_SIV.mod default starting point (sp) is rnd

About

Code for ACOPF mathematical programming formulations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.8%
  • AMPL 42.7%
  • Other 1.5%
0