Salome HOME
Merge branch 'omu/verify_links'
[modules/yacs.git] / src / engine / OptimizerLoop.hxx
index 21402982c6faa2ffd027f8a2c0633764caeb9c26..b489ee576c5d89baff364b0bd27961dc7f6b5850 100644 (file)
@@ -116,6 +116,8 @@ namespace YACS
                                   std::map< ComposedNode *, std::list < OutPort *>, SortHierarc >& bw,
                                   LinkInfo& info) const;
       void checkCFLinks(const std::list<OutPort *>& starts, InputPort *end, unsigned char& alreadyFed, bool direction, LinkInfo& info) const;
+      void checkLinkPossibility(OutPort *start, const std::list<ComposedNode *>& pointsOfViewStart,
+                                InPort *end, const std::list<ComposedNode *>& pointsOfViewEnd) throw(Exception);
     protected:
       void cleanInterceptors();
       void launchMaxOfSamples(bool first);