<div dir="ltr">Dear SCIP team,<div><br></div><div>I've implemented in SCIP/C++ a branch-and-cut algorithm where the cutting-planes are separated via a constraint handler. I want to add symmetry handling methods on top of this algorithm (like shifted column inequalities). So this leads me to the following question.</div><div><br></div><div> - Looking at the documentation I can see that I may be able to do this easily by just activating a flag (<a href="https://www.scipopt.org/doc/html/SYMMETRY.php">https://www.scipopt.org/doc/html/SYMMETRY.php</a>). However I wonder if the additional cutting planes that I add iteratively will affect the symmetry handling. Do I need to manually include the orbitope plugin? And if so, how do I do that? Is there any example?</div><div><br></div><div>Thank you for your time,</div><div>Matheus</div></div>