roymiles / machine-learning-gui

1 stars 0 forks source link

Validate new edges #2

Open roymiles opened 6 years ago

roymiles commented 6 years ago

Should not be able to connect a block to itself Some alert box if invalid connection/link attempt Not very clear when user is attempting to connect out to out and vice versa (atm nothing happens) Want to be scaleable to allow validation for cycles etc

roymiles commented 6 years ago

Would be good to integrate the complete, well tested graph library in boost. https://www.boost.org/doc/libs/1_66_0/libs/graph/doc/

May need to ditch current edge class.

roymiles commented 6 years ago

boost::graph library has been integrated. Checks in place for compatible data types between connected blocks. Still need to check for cycles