Skip to content

Commit c3734bb

Browse files
committed
upstream AbstractManifoldMinimize
1 parent e602da9 commit c3734bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/entities/DFGFactor.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ abstract type AbstractPrior <: AbstractFactor end
1313
abstract type AbstractRelative <: AbstractFactor end
1414
abstract type AbstractRelativeRoots <: AbstractRelative end
1515
abstract type AbstractRelativeMinimize <: AbstractRelative end
16+
abstract type AbstractManifoldMinimize <: AbstractRelative end # FIXME move here from IIF
1617

1718
# NOTE DF, Convolution is IIF idea, but DFG should know about "FactorOperationalMemory"
1819
# DF, IIF.CommonConvWrapper <: FactorOperationalMemory #

0 commit comments

Comments
 (0)