Hi!
We have reproduced the issue and created a fix.
It will be reviewed shortly and then published to nuget.
As of now, you might use a workaround. just add some unique element to the objectives name, such as
model.AddObjective(new Objective(x), string.Format( "Test {0}", DateTime.Now.GetHashCode().ToString()));
or replace the model with
Thanks for sending in this issue!
Best,
jp