extensive-form 0.1.0

Extensive-form games with game trees, subgame perfect equilibrium, backward induction, and information sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "extensive-form"
version = "0.1.0"
edition = "2021"
description = "Extensive-form games with game trees, subgame perfect equilibrium, backward induction, and information sets"
license = "MIT OR Apache-2.0"
authors = ["SuperInstance"]
repository = "https://github.com/SuperInstance/extensive-form"
keywords = ["game-theory", "extensive-form", "game-tree", "backward-induction"]
categories = ["mathematics", "science"]
readme = "README.md"

[dependencies]