m4x3
m4x3
Hi! Thanks for looking into this. I now ran different iterations to check on the consistency of the results: 1. Running the same model with "standard naming", i.e. no varname...
Hi! We also encountered this issue when working with the budget allocator. After digging into the functions, I think this issue is due to how the upper constraint is calculated...
I suppose the easiest solution would be to try something like this: `trace(name_of_function, edit = T)` mentioned [here ](https://stackoverflow.com/questions/38466063/how-can-i-edit-the-source-code-for-an-r-function) and then just edit the lines you want to change. We...