Docs.rs
extensive-form-0.1.0
extensive-form 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
SuperInstance
Dependencies
Versions
96.25%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module node
extensive_
form
0.1.0
Module node
Module Items
Structs
Enums
Type Aliases
In crate extensive_
form
extensive_form
Module
node
Copy item path
Source
Expand description
Node types for game trees.
Structs
§
Node
Data
Data associated with a node in the game tree.
Enums
§
Node
Type
The type of a game tree node.
Type Aliases
§
NodeId
Unique node identifier.
Payoff
Payoff for a player at a terminal node.
Player
Id
Player identifier (0, 1, …). Chance/terminal use special values.