67 int getMaxConsIteration() {
return maxConsIteration_; }
68 void setMaxConsIteration(
int iteration) { maxConsIteration_ = iteration; }
70 RealType getConsTolerance() {
return consTolerance_; }
71 void setConsTolerance(RealType tolerance) { consTolerance_ = tolerance; }
75 void doConstraint(ConstraintPairFuncPtr func);
80 int maxConsIteration_;
81 RealType consTolerance_;
84 std::string constraintOutputFile_;
86 RealType constraintTime_;
87 RealType currConstraintTime_;