<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div style="" class="default-style">
   Anyone else think at least some of the SCIP examples are a bit confusing to understand?
   <br>
  </div>
  <div style="" class="default-style">
   <br>
  </div>
  <div style="" class="default-style">
   I'm trying to learn SCIP with SCIP.jl, but e.g. viewing the TSP problem seems to me too lousily documented and I cannot understand all the parts of the (C++) implementation. It doesn't e.g. make very clear what kind of file input is expected. And I cannot find good explanation as to how the code is structured.
   <br>
  </div>
  <div style="" class="default-style">
   <br>
  </div>
  <div style="" class="default-style">
   Compare to e.g. 
  </div>
  <div style="" class="default-style">
   <br>
  </div>
  <div style="" class="default-style">
   <a href="https://www.geeksforgeeks.org/traveling-salesman-problem-tsp-implementation/">https://www.geeksforgeeks.org/traveling-salesman-problem-tsp-implementation/</a>
   <br>
  </div>
  <div style="" class="default-style">
   <br>
  </div>
  <div style="" class="default-style">
   The Sudoku example seems even less informative:
   <br>
  </div>
  <div style="" class="default-style">
   <br>
  </div>
  <div style="" class="default-style">
   <a href="https://www.scipopt.org/doc/html/SUDOKU_MAIN.php">https://www.scipopt.org/doc/html/SUDOKU_MAIN.php</a>
  </div>
 </body>
</html>