ml4co_kit.task

ml4co_kit.task.base

Base classes for all combinatorial optimization tasks in ML4CO-Kit.

ml4co_kit.task.graph.base

Base Task Class for Graph Problems.

ml4co_kit.task.graph.mcl

Maximum Clique (MCl).

ml4co_kit.task.graph.mcut

Maximum Cut (MCut).

ml4co_kit.task.graph.mis

Maximum Independent Set (MIS).

ml4co_kit.task.graph.mvc

Minimum Vertex Cover (MVC).

ml4co_kit.task.routing.base

Base task classes for routing problems (TSP, VRP, etc.).

ml4co_kit.task.routing.tsp.atsp

Asymmetric Traveling Salesman Problem (ATSP)

ml4co_kit.task.routing.tsp.op

Orienteering Problem (OP).

ml4co_kit.task.routing.tsp.pctsp

Prize Collecting Traveling Salesman Problem (PCTSP).

ml4co_kit.task.routing.tsp.spctsp

Stochastic Prize Collecting Traveling Salesman Problem (SPCTSP).

ml4co_kit.task.routing.tsp.tsp

Traveling Salesman Problem (TSP).

ml4co_kit.task.routing.vrp.cvrp

Capacitated Vehicle Routing Problem (CVRP).

ml4co_kit.task.routing.vrp.cvrpb

Capacitated Vehicle Routing Problem with Backhauls (CVRPB).

ml4co_kit.task.routing.vrp.cvrpbl

CVRP with backhauls and route length limit (VRPBL).

ml4co_kit.task.routing.vrp.cvrpbltw

CVRP with backhauls, length limit and time windows (CVRPBLTW).

ml4co_kit.task.routing.vrp.cvrpbtw

CVRP with backhauls and time windows (CVRPBTW).

ml4co_kit.task.routing.vrp.cvrpl

Capacitated Vehicle Routing Problem with length limit (CVRPL).

ml4co_kit.task.routing.vrp.cvrpltw

CVRP with Length Limit and Time Windows (CVRPLTW).

ml4co_kit.task.routing.vrp.cvrptw

Capacitated Vehicle Routing Problem with Time Windows (CVRPTW).

ml4co_kit.task.routing.vrp.mtvrp

Multi-Task VRP (B/MB, O, TW, L)