]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Sending by sketcher the list of constraints which are not conflicting already.
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index 6d7dff33926702865e2210582e7686e7cccfe48f..1586f6818924a2710ddd7ef7aba0e658bc474a74 100644 (file)
@@ -162,6 +162,7 @@ private:
   SolverPtr mySketchSolver;  ///< Solver for set of equations obtained by constraints
 
   SketchSolver_SolveStatus myPrevResult; ///< Result of previous solution of the set of constraints
+  std::set<ObjectPtr>      myConflictingConstraints; ///< List of conflicting constraints
 };
 
 #endif