cc-mek-scada icon indicating copy to clipboard operation
cc-mek-scada copied to clipboard

Rename `reactor-plc` to `fission-plc`

Open MikaylaFischler opened this issue 2 years ago • 0 comments

Once fusion is added later, this is needed to differentiate. It should be done for the full release.

MikaylaFischler avatar Nov 18 '23 17:11 MikaylaFischler

Thanks for the feedback. #33 and PR #36 are related to this interface idea.

I also like the ompr interface, but I would also like to have direct control over the model/ without any non-standard evaluation. One problem with e.g. add_variable(model, x[i, j, k], ...) is that it if used within a package you will get an R CMD check error, due to unassigned variable usage.

But yeah, I want to offer an api that is very similiar (or even fully compatible) to ompr but also have a more lower level interface using the R6 class. At least for now. Some steps have been made in PR #36 :)

dirkschumacher avatar Mar 30 '20 21:03 dirkschumacher