I understand that PyMatching has a main c++ core with all sorts of python wrappers.
Is there an example that shows how to use it in a pure c++ environment. I think the python part integrates an interface to STIM (which also has a c/c++ version). What I'd like to do is simulate a code (surface code for starters) in a depolarizing channel (no circuit noise)...without STIM probably better (simpler) but using STIM if there's no other way. The main objective is to do everything in c/c++.