- Preparing search index...
- The search index is not available
Kombo - v3.0.0
- fromInfo<CTX, PROBLEM>(row: number, col: number, p: PROBLEM, context: Stack<{
col: number;
context: CTX;
row: number;
}>): Bag<CTX, PROBLEM>
Internal
Parameters
-
row: number
-
col: number
-
p: PROBLEM
-
context: Stack<{
col: number;
context: CTX;
row: number;
}>
Returns Bag<CTX, PROBLEM>
Create a Bag from basic context information.