gap_solver 0.1.0

A solver for the generalized assignment problem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gap_solver"
version = "0.1.0"
authors = ["Stijn de Gooijer"]
edition = "2018"
description = "A solver for the generalized assignment problem."
repository = "https://github.com/stinodego/gap_solver"
license = "MIT"
keywords = ["assignment", "search", "graph", "mathematics", "algorithm"]
categories = ["mathematics", "algorithms"]
include = ["/src/", "README.md"]

[dependencies]