aiddl-test.optimization.combinatorial.traveling-salesperson-problem.tsp-n03-01.aiddl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aiddl-common-scala Show documentation
Show all versions of aiddl-common-scala Show documentation
Provides common types and algorithm implementations for the fast prototyping integrative AI systems with the AIDDL framework.
The newest version!
(#mod self org.aiddl.common.optimization.combinatorial.tsp.n03-01)
(#req TSP org.aiddl.common.optimization.combinatorial.tsp)
(^Problem@TSP problem
(
V:{n1 n2 n3}
E:{{n1 n2} {n1 n3} {n2 n3}}
weights:{{n1 n2}:105 {n1 n3}:280 {n2 n3}:385}
node-attributes:{n1:{pos:(719 341)} n2:{pos:(546 236)} n3:{pos:(1000 621)}}
)
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy