Changed Simplex::boundary() to be iterator-based (replaced it with boundary_begin() and boundary_end())
set (targets
euclidean
test-eventqueue)
if (use_synaps)
set (targets ${targets}
polynomial
test-kinetic-sort
test-linalg)
endif (use_synaps)
foreach (t ${targets})
add_executable (${t} ${t}.cpp)
target_link_libraries (${t} ${synaps_libraries} ${libraries})
endforeach (t ${targets})