Skip to content
Discussion options

You must be logged in to vote

Hi Jeff, thank you for your interest in the package.

  1. We don't set variable names by default for performance reasons. If you need them for debugging, you can call build_model as follows:
    model = UnitCommitment.build_model(
        instance = instance,
        optimizer = Cbc.Optimizer,
        variable_names = true,
    )
  2. Our data format does not currently mention virtual transactions, and the package does not currently have any specialized algorithms to handle them more efficiently, but it is already possible to model them. For virtual demand bids, you can enter them as price-sensitive loads, since these two concepts are mathematically equivalent. For virtual supply bids, it is possible to enter them a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jeffSylvestre-Decary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants