Skip to content

Commit

Permalink
feat: Add SoftConstraint to public API. (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk authored Oct 8, 2024
1 parent 030a7e9 commit 13ffbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywr-schema/src/nodes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::visit::{VisitMetrics, VisitPaths};
pub use annual_virtual_storage::{AnnualReset, AnnualVirtualStorageNode};
pub use core::{
AggregatedNode, AggregatedStorageNode, CatchmentNode, InputNode, LinkNode, OutputNode, Relationship,
StorageInitialVolume, StorageNode,
SoftConstraint, StorageInitialVolume, StorageNode,
};
pub use delay::DelayNode;
pub use loss_link::{LossFactor, LossLinkNode};
Expand Down

0 comments on commit 13ffbab

Please sign in to comment.