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

Facility capacity for LSCP #273

Merged
merged 35 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7142176
test capacity implementation
erinrolson Aug 31, 2022
da11410
add capacity constraint
erinrolson Aug 31, 2022
5dcd9c4
implement capacity constraint
erinrolson Aug 31, 2022
6f832cb
add dev notes
erinrolson Aug 31, 2022
bc01c58
update LP problem
erinrolson Aug 31, 2022
b33d51c
rerun notebook
erinrolson Aug 31, 2022
5b428c2
update client_assign_integer_variable to set cat
erinrolson Aug 31, 2022
1ab0cfe
update function parameter definition
erinrolson Aug 31, 2022
3016189
add facility capacity and demand quantity params
erinrolson Aug 31, 2022
c36e68a
add warning: input demand quant w/ no fac capacity
erinrolson Sep 1, 2022
2a25602
update models for capacity constraint
erinrolson Sep 2, 2022
87cd5ce
add case statements for capacity parameter inputs
erinrolson Sep 2, 2022
69dc93f
add dev notes
erinrolson Sep 2, 2022
171264a
rerun notebook
erinrolson Sep 2, 2022
f3d878e
remove dev notes
erinrolson Sep 2, 2022
6ca8e68
rerun notebook
erinrolson Sep 6, 2022
7b3e52f
add default value
erinrolson Sep 6, 2022
d9af1eb
add changes from meeting with levi
erinrolson Sep 6, 2022
2331606
add raise ValueError for dem quant w/ no fac cap.
erinrolson Sep 8, 2022
b069485
add client demand satisfaction constraint
erinrolson Sep 8, 2022
e23357c
add client demand satisfaction constraint
erinrolson Sep 8, 2022
fcb4855
add capacities to from_geodataframe
erinrolson Sep 8, 2022
458aaf9
remove dev notes
erinrolson Sep 8, 2022
971721c
run black
erinrolson Sep 8, 2022
fbe2557
run black
erinrolson Sep 8, 2022
24e6b8b
add erin as author
erinrolson Sep 8, 2022
7e85b8c
add formulation
erinrolson Sep 9, 2022
059f279
remove dev notes
erinrolson Sep 9, 2022
45f486b
add CLSCP cost matrix plots
erinrolson Sep 9, 2022
a978925
add geodataframe plots
erinrolson Sep 9, 2022
05260a2
Merge branch 'main' into facility_capacity
jGaboardi Dec 11, 2022
32a99f1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 11, 2022
acf9c86
Update spopt/locate/base.py
ljwolf Dec 14, 2022
0771adc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 14, 2022
20b5965
update writing in the lscp_capacity notebook
ljwolf Dec 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading