Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nglib
main
Top Level Namespace
Char
Int
NgLib
AATreeMap
AATreeMultiset
AATreeSet
BfsGraph
BinaryBfsGraph
BinaryLifting
CompressedWaveletMatrix
DijkstraGraph
Edge
DualSegTree
NotInitializeError
DynamicRangeFrequency
DynamicRangeSum
DynamicRectangleSum
Edge
EulerTourTree
FastIn
Scanner
FloydWarshallGraph
Grid
Pos
UnreachableError
LCA
Graph
LDE
NotHasSolutionError
MaxFlowGraph
Edge
MexSet
MSTGraph
PotentializedDisjointSet
PrioritySum
RollingHash
SCC
Graph
SlideMinmax
SparseTable
StaticRangeFrequency
StaticRangeSum
StaticRectangleSum
SuccinctBitVector
TSPGraph
WaveletMatrix
Weight
Generated using Crystal 1.12.2
2024-10-01 03:31:53 UTC
class
NgLib::
MaxFlowGraph::
Edge(T)
NgLib::MaxFlowGraph::Edge(T)
Reference
Object
Defined in:
nglib/graph/max_flow.cr
Constructors
.new
(to : Int32, rev : Int32, cap : T)
Instance Method Summary
#cap
: T
#cap=
(cap : T)
#rev
: Int32
#to
: Int32
Constructor Detail
def self.
new
(to : Int32, rev : Int32, cap : T)
#
[
View source
]
Instance Method Detail
def
cap
: T
#
[
View source
]
def
cap=
(cap : T)
#
[
View source
]
def
rev
: Int32
#
[
View source
]
def
to
: Int32
#
[
View source
]