astra-uu-se / atlantis

CBLS solver
2 stars 1 forks source link

Feature/cpp refactoring #144

Closed frejknutarlewander closed 8 months ago

frejknutarlewander commented 8 months ago

I refactored the code based on recommendations of CLion.

Many arguments have changed from being copies or constant references to being moved

implicit casts have been made explicit