Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
atcoder
master
AtCoder
Convolution
DirectedGraph
DSU
FenwickTree
Graph
LazySegTree
Math
MaxFlow
Edge
MinCostFlow
ModInt1000000007
ModInt167772161
ModInt469762049
ModInt754974721
ModInt998244353
Prime
PriorityQueue
RedBlackTree
NilNode
Node
SCC
Adjacency
SegTree
SkewHeap
Node
String
Tree
TwoSat
NotSatisfiableError
UndirectedGraph
Int
Generated using Crystal 1.14.0
2024-11-26 08:08:03 UTC
class
AtCoder::
MaxFlow::
Edge
AtCoder::MaxFlow::Edge
Reference
Object
Defined in:
max_flow.cr
Constructors
.new
(to : Int64, capacity : Int64, reverse_index : Int64)
Instance Method Summary
#capacity
: Int64
#capacity=
(capacity : Int64)
#reverse_index
: Int64
#to
: Int64
Constructor Detail
def self.
new
(to : Int64, capacity : Int64, reverse_index : Int64)
#
[
View source
]
Instance Method Detail
def
capacity
: Int64
#
[
View source
]
def
capacity=
(capacity : Int64)
#
[
View source
]
def
reverse_index
: Int64
#
[
View source
]
def
to
: Int64
#
[
View source
]