org.ddolibscala.example
Package containing examples.
Attributes
Members list
Packages
This package implements the acs, astar and ddo models for the Maximum Independent Set Problem (MISP).
This package implements the acs, astar and ddo models for the Maximum Independent Set Problem (MISP).
Given a weighted graph πΊ = (π,πΈ,π€) where π= {1,...,π} is a set of vertices, πΈ \subset π Γπ the set of edges connecting those vertices and π€ = {π€1,π€2,...,π€π} is a set of weights s.t. π€π is the weight of node π. The problem consists in finding a subset of vertices in a graph such that no edge exists in the graph that connects two of the selected nodes and the sum of the weight of the selected nodes is maximal.
Attributes
This package implements the acs, astar and ddo models for the Traveling Salesperson Problem with Time Window (TSPTW). The TSPTW (TSP with Time Windows) objective is to find the shortest possible route for a salesperson to visit a set of customers (or nodes) exactly once and return to the starting point, while respecting specified time windows for each customer.
This package implements the acs, astar and ddo models for the Traveling Salesperson Problem with Time Window (TSPTW). The TSPTW (TSP with Time Windows) objective is to find the shortest possible route for a salesperson to visit a set of customers (or nodes) exactly once and return to the starting point, while respecting specified time windows for each customer.