We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1fac3 commit c8da0a6Copy full SHA for c8da0a6
src/services/AbstractDFG.jl
@@ -341,6 +341,20 @@ isSolveInProgress
341
"""
342
isSolvable(var::Union{DFGVariable, DFGFactor}) = var.ready
343
344
+"""
345
+ $SIGNATURES
346
+
347
+Which variables or factors are currently being used by an active solver. Useful for ensuring atomic transactions.
348
349
+DevNotes:
350
+- Will be renamed to `data.solveinprogress` which will be in VND, not DFGNode -- see DFG #201
351
352
+Related
353
354
+isSolvable
355
356
+isSolveInProgress(var::Union{DFGVariable, DFGFactor}; solveKey::Symbol=:default) = var.backendset
357
358
359
$(SIGNATURES)
360
Gets an empty and unique CloudGraphsDFG derived from an existing DFG.
0 commit comments