I encountered a situation where a trial iterate:
- was acceptable to the augmented filter (filter + current point)
- decreased the constraint violation
- but was rejected because the switching condition was satisfied and Armijo failed.
-> we need to test this scenario and accept early before testing the switching condition.
I encountered a situation where a trial iterate:
-> we need to test this scenario and accept early before testing the switching condition.