diff options
Diffstat (limited to 'VRP/src/Algoritmo/PlanTransporte.java')
| -rw-r--r-- | VRP/src/Algoritmo/PlanTransporte.java | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/VRP/src/Algoritmo/PlanTransporte.java b/VRP/src/Algoritmo/PlanTransporte.java new file mode 100644 index 0000000..cf5d66b --- /dev/null +++ b/VRP/src/Algoritmo/PlanTransporte.java @@ -0,0 +1,14 @@ +/* + * 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 PlanTransporte { + +} |
