All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aiddl-test.optimization.combinatorial.traveling-salesperson-problem.tsp-n04-01.aiddl Maven / Gradle / Ivy

Go to download

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.n04-01)

(#req TSP org.aiddl.common.optimization.combinatorial.tsp)

(^Problem@TSP problem
  (
    V:{n1 n2 n3 n4}
    E:{{n1 n2} {n1 n3} {n1 n4} {n2 n3} {n2 n4} {n3 n4}}
      weights  :    {{n1 n2}:105 {n1 n3}:280 {n1 n4}:219 {n2 n3}:385 {n2 n4}:114 {n3 n4}:499}
      node-attributes  :    {n1:{pos:(719 341)} n2:{pos:(546 236)} n3:{pos:(1000 621)} n4:{pos:(438 122)}}
  )
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy