feat(policy): began addition of robust policy system

The policy system provides a way for users to ensure that they get a network with certain traits. For example being sure that the network they get has all of the proton proton reactions in its base reaction set. This is an extensible system which is intended to be used by researchers to build various determanistic network policies to make network results more reproducable
This commit is contained in:
2025-11-05 12:48:08 -05:00
parent 9bc6e9b0d4
commit 9fdbb57996
7 changed files with 406 additions and 1 deletions

View File

@@ -788,6 +788,8 @@ namespace gridfire::reaction {
void extend(const ReactionSet& other);
[[nodiscard]] std::optional<std::unique_ptr<Reaction>> get(const std::string_view& id) const;
/**
* @brief Removes a reaction from the set.
* @param reaction The Reaction to remove.