PSDManualInsertionSelfTest.cpp File Reference

Classes

class  PSDManualInsertionSelfTest
 

Functions

int main (int argc UNUSED, char *argv[] UNUSED)
 

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
159 {
161  problem.solve();
162 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: PSDManualInsertionSelfTest.cpp:38

References DPMBase::solve().