Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/reserve model lot1 scalian #2008

Draft
wants to merge 42 commits into
base: develop
Choose a base branch
from

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e43dd6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383ec23 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. A clusterReserveParticipation is now associated to a cluster and not …

    …a list of clusters. Save is not yet supported, only load.
    h-fournier committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1272341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9587d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8909410 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Loading reserves into the problem hebdo

    Added getting data from cluster reserves with key reserves name
    sylvmara committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f455f4d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    70ea5bd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Adding the first constraint (16bis) and counting the number of reserv…

    …ation constraints in the problem
    sylvmara committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    28208e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Implementation of the linear problem matrix for the reserves, for coh…

    …esive count of solver reserve constraints
    sylvmara committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    95d3ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ec9fb View commit details
    Browse the repository at this point in the history
  3. Implement equation 17 bis

    h-fournier committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    199b78e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Fix cluster index

    h-fournier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b021930 View commit details
    Browse the repository at this point in the history
  2. Clean code duplication

    h-fournier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1a9b819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eaeeaa View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Implement equation 24

    h-fournier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a635acc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    e1a6613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2840e41 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    0a91049 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Fix include

    h-fournier committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f429eac View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    3761e7c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    4de9dc7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    7a6238c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3670324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3096b3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Multiple fixes

    - Change NeedReserve from a fixed variable to the right hand side of the constraint equation
    - Complete the boundaries for all variables
    - Call the initialization of the boundaries
    - Fix some construction of constraints (remove the if when not needed)
    h-fournier committed May 15, 2024
    Configuration menu
    Copy the full SHA
    85f3dcd View commit details
    Browse the repository at this point in the history
  2. Fix missing a max boundary initialization

    Looks like reserves are working with on a small test
    h-fournier committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6f11633 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Work on retrocompatibility

    h-fournier committed May 16, 2024
    Configuration menu
    Copy the full SHA
    df30984 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Add constraint 17 ter : Power output is bounded by must-run commitmen…

    …ts and power availability, reserves must fit within the bounds
    h-fournier committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ebbaa11 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add Reserve cost :

    - Per cluster
    - Add reserve participation cost to operationnal cost
    - Add unsatisfied and excess reserves cost to overall cost
    h-fournier committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1d7dbcd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Working outputs to the ui for reservation costs overall and by cluste…

    …rs (but not yet by reserves)
    sylvmara committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    aa3807a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    299664d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Added reserves outputs as files for unsupplied, spillage costs and re…

    …serve participation by cluster
    sylvmara committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    be5d670 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    50d661d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    0bb5a73 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Add a colomn for each each cluster participation to reserves to the o…

    …utputs "economy/mc-all/areas/<Area>/details"
    
    Spec : Dans le fichier "economy/mc-all/areas/<Area>/details" : La participation en MW de chaque cluster, pour chaque réserve définie au niveau du nœud via la définition d'une nouvelle colonne ("<Reserve-name>_<Cluster-name>").
    h-fournier committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1fbd4cf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add a column for each group fo each reserve for the participation to …

    …the reserves:
    
    Specs : On ajoutera la participation à chaque réserves via la définition de nouvelles colonnes pour chaque type de production (nucléaire, charbon…) ("<Reserve-name>_<group-name>").
    h-fournier committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    60eff8e View commit details
    Browse the repository at this point in the history
  2. Added outputs for spilled and unsupplied volumes into the interface a…

    …nd removed them from text outputs
    sylvmara committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e7ea4b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Rename VCardReserveParticipationUnsuppliedSpilled.h to vCardReservePa…

    …rticipationUnsuppliedSpilled.h
    
    Fixing cmake error for CI
    sylvmara committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8cfba68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502207c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    5c27d68 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    af6acc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    377a131 View commit details
    Browse the repository at this point in the history