DistributedFactorGraphs.jl icon indicating copy to clipboard operation
DistributedFactorGraphs.jl copied to clipboard

Abstraction layer for spanning factor graphs over various technologies

Results 114 DistributedFactorGraphs.jl issues
Sort by recently updated
recently updated
newest added

Decide on and standardize behavior on return and exceptions for CRUD

testing
decision
API
crud
drivers

In case you have a few `dfg` objects around and want to prevent accidently overwriting values... ```julia sfg = subGraphCopy(dfg, vars) setReadOnly!(sfg, true) addVariable!(sfg, ...) # should produce an @...

enhancement
API
user experience

For common functions where `isVariable(dfg, lbl)` is used to distinguish between them.

crud

https://github.com/JuliaGraphs/GraphIO.jl

FileDFG
serialization
standardization
designdecision

In future, use this to perform cache hit/miss

enhancement

```julia cfg = initfg(CloudDFG) lfg = initfg() addVariable([cfg, lfg], ...) ```

enhancement
API
feature request