For example, I wish to optimization a function which has a log term $\log(x)$
Now the very presence of the log term induces a constraint which says $x > 0$. The case $x = 0 $ might be a bit ambiguous but certainly $x \not< 0$
Now, this to me is some sort of an implicit constraint associated with this problem.
But suppose for whatever reason, I impose $x < M$ where $M$ is a large number, i.e., the maximum current that can be flow through my circuit. Then this is a designer imposed constraint, and to me this is an explicit constraint.
As another example, you could have a $\log\det$ term in your optimization problem. Just by having that term alone, you are working with a constrained problem: your solution must be square and positive definite. https://angms.science/doc/LA/logdet.pdf Hence this to me is a "natural/implicit" constraint.
Is this distinguished in the optimization literature? I don't think the term active/inactive constraint helps or is precise enough. I want to find a precise term that distinguished a natural/implicit constraint due to geometry or the objective function versus a designed/explicit constraint imposed by some external problem factors.
Thanks! References would be great!