72 int getMaxConsIteration() {
return maxConsIteration_; }
73 void setMaxConsIteration(
int iteration) { maxConsIteration_ = iteration; }
75 RealType getConsTolerance() {
return consTolerance_; }
76 void setConsTolerance(RealType tolerance) { consTolerance_ = tolerance; }
80 void doConstraint(ConstraintPairFuncPtr func);
85 int maxConsIteration_;
86 RealType consTolerance_;
88 Snapshot* currentSnapshot_ {
nullptr};
89 bool doRattle_ {
false};
90 std::string constraintOutputFile_;
92 RealType constraintTime_;
93 RealType currConstraintTime_;