Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…uilding into main
  • Loading branch information
LiamSwayne committed Nov 27, 2023
2 parents 3c20454 + 43d753a commit f16a306
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Carbon Neutral Building
A linear program that takes a set of parameters and calculates the cheapest combination of materials and carbon-offsets to build a carbon neutral building.

Exclusions:
- We are excluding the cost of site assessment. We assume that the land can be built on and a concrete foundation already exists.
- We exclude the labor cost. The final estimate is the cost of materials only.

The test cases below are auto-generated by GitHub Actions every time a commit is made.
<!-- TEST CASE 1 -->
```python
Expand Down Expand Up @@ -45,4 +49,4 @@ Steel columns needed: 4
Carbon offsets (measured in acres):
Slash pine acres: 0.4712181400782896
```
<!-- END TEST CASE -->
<!-- END TEST CASE -->

0 comments on commit f16a306

Please sign in to comment.