branch_bound_method 0.1.0

Library for optimisation in linear programming using branch bound method
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.log]
version = "0.4.14"

[dependencies.ndarray]
version = "0.15.3"

[dependencies.simplex_method]
version = "0.1.1"

[package]
description = "Library for optimisation in linear programming using branch bound method"
edition = "2021"
license = "BSD-2-Clause"
name = "branch_bound_method"
resolver = "2"
version = "0.1.0"