File: SwitchTable.cc

package info (click to toggle)
topcom 1.1.2%2Bds-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,788 kB
  • sloc: cpp: 37,616; sh: 4,262; makefile: 497; ansic: 49
file content (14 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//////////////////////////////////////////////////////////////////////////
// SwitchTable.cc
// produced: 09/03/2020 jr
// last change: 09/03/2020 jr
// (based on "Parallel Enumeration of Triangulations" by
// Jordan, Joswig, and Kastner, 2018)
/////////////////////////////////////////////////////////////////////////

#include "SwitchTable.hh"

namespace topcom {
};

// eof SwitchTable.cc