Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamSwayne committed Nov 26, 2023
1 parent f23323a commit 25b2406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linear_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def calculate(floors=1, xLength=1, yLength=1):
# create building layout
tiles = cp.Variable((xLength,yLength), integer = True)

# weight of each tile ceiling
# weight of each tile used on each floor
tileWeight = 1000

# create columns
Expand Down

0 comments on commit 25b2406

Please sign in to comment.