AI4OPT / OPFGenerator

Instance generator for OPF problems
MIT License
2 stars 3 forks source link

Augment pipeline #15

Closed some-wallace closed 1 year ago

some-wallace commented 1 year ago

The 'Update acopf.jl is included here', even though is it featured on the branch before the PR.

mtanneau commented 1 year ago

@some-wallace please update your PR now that #16 has been merged in main. You'll need to merge the changes from this repository's main branch.

  1. First go to your fork
  2. Make sure you select the main branch, and click "sync fork" image
  3. Locally, merge your main branch into this PR's branch
    git checkout main
    git pull
    git checkout Augment-Pipeline
    git merge main

    You'll be prompted to fix merge conflicts: keep src/acopf.jl the same as it is on the main branch, unless you're knowingly making changes there.

  4. Push your branch