Hello,
I am looking to create a custom constraint to place a lower bound on the number of nodes a ply can have after Freesize optimization.

My first attempt at this was to run the optimization once as normal. Then create a new response that passes in the nodes from the ply I'm looking to constrain. This response would then be constrained by a constraint to a minimum value of 700 (it would start its first iteration at 650, as shown).

With the response returning the length of the input to the response .oml file.

This response function seems to work as intended, all the x-positions of the nodes are being passed in, and the response is '650' as i expected. but then the optimizer just... ends after iteration 0.

What am I doing wrong? I've gotten OS-T 4095 working no problem, but my desired response is strictly geometry based and doesn't actually involve any of the standard responses (mass, stress, etc...). So I think I'm missing something crucial.
Thanks! and let me know if I can provide any additional detail.