summaryrefslogtreecommitdiffstats
path: root/VRP/src/Algoritmo/Ciudad.java
diff options
context:
space:
mode:
Diffstat (limited to 'VRP/src/Algoritmo/Ciudad.java')
-rw-r--r--VRP/src/Algoritmo/Ciudad.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/VRP/src/Algoritmo/Ciudad.java b/VRP/src/Algoritmo/Ciudad.java
new file mode 100644
index 0000000..81ef2c6
--- /dev/null
+++ b/VRP/src/Algoritmo/Ciudad.java
@@ -0,0 +1,18 @@
+/*
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package Algoritmo;
+
+/**
+ *
+ * @author DAYANA
+ */
+public class Ciudad {
+ String nombre;
+ String region;
+ double longitud;
+ double latitud;
+
+}