lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

Rename local move and component interfaces #40

Open lutzzdias opened 8 months ago

lutzzdias commented 8 months ago

Add an I in front of them in order to make it clear they should be interfaces, this will also allow for the NewLbComponent to be simply called Component which makes sense since this component is the one used independent of which lower bound is used.