This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"a":1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(base)➜ tmp conda create -n guidance python=3.12 -y [13/May/24 | 10:10] | |
Channels: | |
- conda-forge | |
Platform: osx-arm64 | |
Collecting package metadata (repodata.json): done | |
Solving environment: done | |
## Package Plan ## | |
environment location: /opt/homebrew/Caskroom/mambaforge/base/envs/guidance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. | |
[[package]] | |
name = "altair" | |
version = "5.2.0" | |
description = "Vega-Altair: A declarative statistical visualization library for Python." | |
optional = false | |
python-versions = ">=3.8" | |
files = [ | |
{file = "altair-5.2.0-py3-none-any.whl", hash = "sha256:8c4888ad11db7c39f3f17aa7f4ea985775da389d79ac30a6c22856ab238df399"}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"coloraxis": "coloraxis", | |
"customdata": [ | |
[ | |
[ | |
0.5805209079366938, | |
0.4145465488645458, | |
0.7488916153892086, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Equation 6.29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Gurobi, JuMP | |
const GRB_ENV[] = Gurobi.Env() | |
model = Model() | |
set_optimizer(model, () -> Gurobi.Optimizer(GRB_ENV[])) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TITLE] | |
[JUNCTIONS] | |
;ID Elev Demand Pattern | |
1 18 5 demand ; | |
2 18 10 demand ; | |
3 14 0 demand ; | |
4 12 5 demand ; | |
5 14 30 demand ; |