Skip to content

Commit b5b1d2b

Browse files
committed
feat(solver): balance temperature-qualified factory flows
Preserve exact and ranged fluid identities across block boundaries, goals, favorites, factory overview, and Scenario routing. Recover compatible coproduct supply without collapsing temperatures. Scale configured electricity suppliers through the coupled factory model while retaining count-pinned generation and keeping heat block-local. Closes #158 Closes #159
1 parent 0f4a1e7 commit b5b1d2b

40 files changed

Lines changed: 5382 additions & 425 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE `block_flows` ADD `temperature_mode` text;--> statement-breakpoint
2+
ALTER TABLE `block_flows` ADD `min_temp` real;--> statement-breakpoint
3+
ALTER TABLE `block_flows` ADD `max_temp` real;

0 commit comments

Comments
 (0)