stevengj / nlopt

library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
Other
1.89k stars 588 forks source link

Use the anonymous namespace for a file-local class in stogo #535

Closed jwnimmer-tri closed 1 year ago

jwnimmer-tri commented 1 year ago

BTW I saw that in src/algs/ags/solver.cc all of the code inside the anonymous was indented by an extra level. Let me know if you'd like me to reformat this patch in the same way.

stevengj commented 1 year ago

This seems fine.

stevengj commented 1 year ago

Thanks!