Merge branch 'refactor/recipies' into 'main'
Refactor/recipies See merge request !48
Showing
- include/aidge/aidge.hpp 0 additions, 1 deletioninclude/aidge/aidge.hpp
- include/aidge/graphmatching/GRegex.hpp 0 additions, 63 deletionsinclude/aidge/graphmatching/GRegex.hpp
- include/aidge/graphmatching/Match.hpp 0 additions, 44 deletionsinclude/aidge/graphmatching/Match.hpp
- include/aidge/graphmatching/NodeRegex.hpp 0 additions, 41 deletionsinclude/aidge/graphmatching/NodeRegex.hpp
- include/aidge/graphmatching/SeqStm.hpp 0 additions, 127 deletionsinclude/aidge/graphmatching/SeqStm.hpp
- include/aidge/graphmatching/StmFactory.hpp 0 additions, 55 deletionsinclude/aidge/graphmatching/StmFactory.hpp
- include/aidge/graphmatching/Utile.hpp 0 additions, 50 deletionsinclude/aidge/graphmatching/Utile.hpp
- include/aidge/nodeTester/ConditionalInterpreter.hpp 39 additions, 33 deletionsinclude/aidge/nodeTester/ConditionalInterpreter.hpp
- include/aidge/utils/Recipies.hpp 19 additions, 3 deletionsinclude/aidge/utils/Recipies.hpp
- python_binding/graphRegex/pybind_GraphRegex.cpp 69 additions, 0 deletionspython_binding/graphRegex/pybind_GraphRegex.cpp
- python_binding/graphmatching/pybind_Match.cpp 0 additions, 34 deletionspython_binding/graphmatching/pybind_Match.cpp
- python_binding/graphmatching/pybind_NodeRegex.cpp 0 additions, 28 deletionspython_binding/graphmatching/pybind_NodeRegex.cpp
- python_binding/pybind_core.cpp 3 additions, 6 deletionspython_binding/pybind_core.cpp
- python_binding/recipies/pybind_Recipies.cpp 24 additions, 20 deletionspython_binding/recipies/pybind_Recipies.cpp
- src/graphmatching/GRegex.cpp 0 additions, 301 deletionssrc/graphmatching/GRegex.cpp
- src/graphmatching/Match.cpp 0 additions, 37 deletionssrc/graphmatching/Match.cpp
- src/graphmatching/NodeRegex.cpp 0 additions, 46 deletionssrc/graphmatching/NodeRegex.cpp
- src/graphmatching/SeqStm.cpp 0 additions, 247 deletionssrc/graphmatching/SeqStm.cpp
- src/graphmatching/StmFactory.cpp 0 additions, 150 deletionssrc/graphmatching/StmFactory.cpp
- src/nodeTester/ConditionalInterpreter.cpp 47 additions, 37 deletionssrc/nodeTester/ConditionalInterpreter.cpp
src/graphmatching/GRegex.cpp
deleted
100644 → 0
src/graphmatching/Match.cpp
deleted
100644 → 0
src/graphmatching/NodeRegex.cpp
deleted
100644 → 0
src/graphmatching/SeqStm.cpp
deleted
100755 → 0
src/graphmatching/StmFactory.cpp
deleted
100644 → 0
Please register or sign in to comment