# CocoaMySQL dump
# Version 0.5
# http://cocoamysql.sourceforge.net
#
# Host: localhost (MySQL 4.0.21 Complete MySQL by Server Logistics)
# Database: ExpProject
# Generation Time: 2008-04-01 05:07:46 -0500
# ************************************************************

# Dump of table Computer
# ------------------------------------------------------------

CREATE TABLE `Computer` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(11) default NULL,
  `ipaddress` tinytext,
  `owner` varchar(20) default NULL,
  `location_id` int(11) default NULL,
  `limitedhours` tinyint(11) default '0',
  `type_id` int(11) default '1',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("233","Pieri",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("234","Rota",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("235","Schubert",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("236","Fermat",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("237","",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("238","Noether",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("239","Schur",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("240","Clavius",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("241","TAMU",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("242","Witherlin",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("243","Hodge",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("244","Praxis",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("245","Phoebe",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("246","Ananke",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("247","Pisces",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("248","Serpens",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("249","Farallon",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("250","Catalina",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("251","Newton",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("252","Biblios",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("253","Croix",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("254","Spin",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("255","Draco",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("256","Crux",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("257","Sequoia",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("258","Harley",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("259","Calypso",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("260","Chevalley",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("261","Cataldi",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("262","Carmel",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("263","Condor",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("264","Amazon",NULL,NULL,NULL,"0","1");


# Dump of table ComputerType
# ------------------------------------------------------------

CREATE TABLE `ComputerType` (
  `id` int(11) NOT NULL auto_increment,
  `type` varchar(11) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `ComputerType` (`id`,`type`) VALUES ("1","Stand Alone");
INSERT INTO `ComputerType` (`id`,`type`) VALUES ("2","CalcLab");


# Dump of table ConjectureDiscrepancy
# ------------------------------------------------------------

CREATE TABLE `ConjectureDiscrepancy` (
  `id` int(11) NOT NULL auto_increment,
  `points` text,
  `problem_id` int(11) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;



# Dump of table Failure
# ------------------------------------------------------------

CREATE TABLE `Failure` (
  `id` int(11) NOT NULL auto_increment,
  `points` text,
  `project_id` int(11) default NULL,
  `numsolutions` int(11) default NULL,
  `problem_id` int(11) default NULL,
  `date` datetime default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;



# Dump of table FlagVariety
# ------------------------------------------------------------

CREATE TABLE `FlagVariety` (
  `id` int(11) NOT NULL auto_increment,
  `flagvariety` tinytext,
  `dimension` int(11) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("189","1, 2, 3","4");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("190","1, 2, 3, 4","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("191","1, 2, 3, 4, 5","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("192","1, 2, 3, 4","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("193","1, 2, 3","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("194","1, 2, 3, 5","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("195","1, 2","4");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("196","1, 2, 4","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("197","1, 2, 4, 5","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("198","1, 2, 4","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("199","1, 2","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("200","1, 2","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("201","1, 2","7");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("202","1, 3","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("203","1, 3, 5","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("204","2, 3","4");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("205","2, 3, 4","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("206","2, 3, 4, 5","7");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("207","2, 3, 4","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("208","2, 3","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("209","2, 3","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("210","2, 4","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("211","2, 4, 5","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("212","2, 4","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("213","3","7");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("214","3, 4","5");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("215","3, 4","7");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("216","3","6");
INSERT INTO `FlagVariety` (`id`,`flagvariety`,`dimension`) VALUES ("217","4","8");


# Dump of table ImagesToProblem
# ------------------------------------------------------------

CREATE TABLE `ImagesToProblem` (
  `id` int(11) NOT NULL auto_increment,
  `imagename` varchar(20) default NULL,
  `format` varchar(11) default 'GIF',
  `problem_id` int(11) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("2","1.data","gif","15367");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("3","1.data","gif","15669");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("4","1.data","gif","15669");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("5","10.data","gif","15401");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("6","10.data","gif","15451");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("7","10.data","gif","15470");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("8","10.data","gif","15471");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("9","10.data","gif","15472");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("10","10.data","gif","15473");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("11","10.data","gif","15525");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("12","10.data","gif","15526");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("13","10.data","gif","15527");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("14","10.data","gif","15528");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("15","10.data","gif","15529");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("16","10.data","gif","15819");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("17","10.data","gif","15820");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("18","10.data","gif","15907");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("19","10.data","gif","15908");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("20","10.data","gif","15909");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("21","10.data","gif","15934");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("22","10.data","gif","15935");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("23","10.data","gif","15936");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("24","10.data","gif","15973");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("25","10.data","gif","15974");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("26","10.data","gif","16103");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("27","10.data","gif","16104");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("28","10.data","gif","16105");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("29","10.data","gif","16106");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("30","10.data","gif","16107");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("31","10.data","gif","16108");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("32","10.data","gif","16109");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("33","10.data","gif","16109");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("34","10.data","gif","16264");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("35","10.data","gif","16265");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("36","10.data","gif","16322");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("37","10.data","gif","16323");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("38","10.data","gif","16324");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("39","10.data","gif","16490");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("40","10.data","gif","16490");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("41","11.data","gif","15402");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("42","11.data","gif","15474");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("43","11.data","gif","15530");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("44","11.data","gif","15821");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("45","11.data","gif","15937");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("46","11.data","gif","15938");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("47","11.data","gif","15939");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("48","11.data","gif","15940");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("49","11.data","gif","15941");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("50","11.data","gif","15942");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("51","11.data","gif","15943");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("52","11.data","gif","15944");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("53","11.data","gif","15975");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("54","11.data","gif","15976");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("55","11.data","gif","15977");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("56","11.data","gif","16110");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("57","11.data","gif","16111");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("58","11.data","gif","16112");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("59","11.data","gif","16113");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("60","11.data","gif","16114");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("61","11.data","gif","16115");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("62","11.data","gif","16116");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("63","11.data","gif","16117");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("64","11.data","gif","16118");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("65","11.data","gif","16119");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("66","11.data","gif","16120");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("67","11.data","gif","16121");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("68","11.data","gif","16122");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("69","11.data","gif","16123");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("70","11.data","gif","16124");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("71","11.data","gif","16125");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("72","11.data","gif","16126");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("73","11.data","gif","16127");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("74","11.data","gif","16128");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("75","11.data","gif","16129");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("76","11.data","gif","16266");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("77","11.data","gif","16325");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("78","11.data","gif","16326");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("79","11.data","gif","16200");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("80","11.data","gif","16491");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("81","11.data","gif","16492");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("82","11.data","gif","16492");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("83","12.data","gif","15403");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("84","12.data","gif","15475");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("85","12.data","gif","15476");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("86","12.data","gif","15477");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("87","12.data","gif","15478");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("88","12.data","gif","15479");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("89","12.data","gif","15480");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("90","12.data","gif","15531");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("91","12.data","gif","15532");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("92","12.data","gif","15822");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("93","12.data","gif","15823");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("94","12.data","gif","15824");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("95","12.data","gif","15825");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("96","12.data","gif","15826");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("97","12.data","gif","15978");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("98","12.data","gif","15979");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("99","12.data","gif","15980");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("100","12.data","gif","15981");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("101","12.data","gif","15982");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("102","12.data","gif","15983");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("103","12.data","gif","15984");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("104","12.data","gif","15985");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("105","12.data","gif","15986");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("106","12.data","gif","15987");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("107","12.data","gif","15988");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("108","12.data","gif","15989");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("109","12.data","gif","16130");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("110","12.data","gif","16131");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("111","12.data","gif","16132");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("112","12.data","gif","16133");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("113","12.data","gif","16267");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("114","12.data","gif","16328");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("115","12.data","gif","16329");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("116","12.data","gif","16330");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("117","12.data","gif","16331");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("118","12.data","gif","16332");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("119","12.data","gif","16493");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("120","12.data","gif","16494");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("121","12.data","gif","16494");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("122","13.data","gif","15404");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("123","13.data","gif","15481");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("124","13.data","gif","15482");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("125","13.data","gif","15483");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("126","13.data","gif","15484");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("127","13.data","gif","15485");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("128","13.data","gif","15486");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("129","13.data","gif","15487");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("130","13.data","gif","15488");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("131","13.data","gif","15489");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("132","13.data","gif","15490");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("133","13.data","gif","15491");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("134","13.data","gif","15533");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("135","13.data","gif","15534");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("136","13.data","gif","15827");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("137","13.data","gif","15990");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("138","13.data","gif","15991");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("139","13.data","gif","15992");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("140","13.data","gif","15993");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("141","13.data","gif","15994");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("142","13.data","gif","15995");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("143","13.data","gif","15996");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("144","13.data","gif","15997");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("145","13.data","gif","15998");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("146","13.data","gif","15999");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("147","13.data","gif","16000");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("148","13.data","gif","16001");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("149","13.data","gif","16002");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("150","13.data","gif","16003");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("151","13.data","gif","16004");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("152","13.data","gif","16005");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("153","13.data","gif","16006");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("154","13.data","gif","16007");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("155","13.data","gif","16008");
INSERT INTO `ImagesToProblem` (`id`,`imagename`,`format`,`problem_id`) VALUES ("156","13.data","gif","16009");


# Dump of table Location
# ------------------------------------------------------------

CREATE TABLE `Location` (
  `id` int(11) NOT NULL auto_increment,
  `building` varchar(20) default NULL,
  `lab` varchar(11) default NULL,
  `university` varchar(20) default 'Texas A&M',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Location` (`id`,`building`,`lab`,`university`) VALUES ("1",NULL,NULL,NULL);


# Dump of table Points
# ------------------------------------------------------------

CREATE TABLE `Points` (
  `id` int(11) NOT NULL auto_increment,
  `pointselection` text,
  `selectiontype` varchar(50) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Points` (`id`,`pointselection`,`selectiontype`) VALUES ("1","-7276/1000,-5993/1000,-5350/1000,-4058/1000,-3570/1000,-3406/1000,-2913/1000,-2582/1000,-2303/1000,-2077/1000,-1906/1000,-1848/1000,-1645/1000,-1616/1000,-1557/1000,-1377/1000,-1285/1000,-1230/1000,-1129/1000,-1097/1000,-934/1000,-921/1000,-867/1000,-798/1000,-756/1000,-706/1000,-691/1000,-679/1000,-654/1000,-578/1000,-519/1000,-498/1000,-457/1000,-439/1000,-399/1000,-380/1000,-356/1000,-325/1000,-285/1000,-254/1000,-229/1000,-208/1000,-164/1000,-144/1000,-122/1000,-93/1000,-83/1000,-69/1000,54/1000,68/1000,82/1000,92/1000,121/1000,143/1000,207/1000,228/1000,253/1000,277/1000,284/1000,324/1000,355/1000,379/1000,438/1000,456/1000,497/1000,518/1000,530/1000,577/1000,653/1000,690/1000,705/1000,755/1000,797/1000,849/1000,866/1000,920/1000,933/1000,1096/1000,1128/1000,1229/1000,1284/1000,1315/1000,1376/1000,1556/1000,1615/1000,1644/1000,1847/1000,1905/1000,2076/1000,2161/1000,2302/1000,2581/1000,2912/1000,3405/1000,3569/1000,4057/1000,4543/1000,5349/1000,5992/1000,7275/1000,-7276/1000,-5993/1000,-5350/1000,-4058/1000,-3570/1000,-3406/1000,-2913/1000,-2582/1000,-2303/1000,-2077/1000,-1906/1000,-1848/1000,-1645/1000,-1616/1000,-1557/1000,-1377/1000,-1285/1000,-1230/1000,-1129/1000,-1097/1000,-934/1000,-921/1000,-867/1000,-798/1000,-756/1000,-706/1000,-691/1000,-679/1000,-654/1000,-578/1000,-519/1000,-498/1000,-457/1000,-439/1000,-399/1000,-380/1000,-356/1000,-325/1000,-285/1000,-254/1000,-229/1000,-208/1000,-164/1000,-144/1000,-122/1000,-93/1000,-83/1000,-69/1000,54/1000,68/1000,82/1000,92/1000,121/1000,143/1000,207/1000,228/1000,253/1000,277/1000,284/1000,324/1000,355/1000,379/1000,438/1000,456/1000,497/1000,518/1000,530/1000,577/1000,653/1000,690/1000,705/1000,755/1000,797/1000,849/1000,866/1000,920/1000,933/1000,1096/1000,1128/1000,1229/1000,1284/1000,1315/1000,1376/1000,1556/1000,1615/1000,1644/1000,1847/1000,1905/1000,2076/1000,2161/1000,2302/1000,2581/1000,2912/1000,3405/1000,3569/1000,4057/1000,4543/1000,5349/1000,5992/1000,7275/1000","Master");
INSERT INTO `Points` (`id`,`pointselection`,`selectiontype`) VALUES ("489","[2, 11],[4, 11],[5, 10],[7, 9],[8, 8],[9, 6],[21, 10]\n       ,[10, 4],[11, 2],[11, 0],[11, -1],[11, -3],[10, -5],[9, -6]\n       ,[8, -7],[7, -8],[6, -9],[4, -10],[3, -11],[1, -11] "," QuasiUniformPointsAss(20,11)");
INSERT INTO `Points` (`id`,`pointselection`,`selectiontype`) VALUES ("503","[1, 10],[2, 10],[3, 10],[4, 9],[5, 9],[6, 8],[7, 8],[7, 7]\n       ,[8, 6],[8, 5],[9, 4],[9, 3],[10, 3],[10, 2],[10, 1],[10, -1]\n       ,[10, -2],[10, -3],[9, -3],[9, -4],[8, -5],[8, -6],[7, -7],[7, -8]\n       ,[6, -8],[5, -9],[4, -9],[3, -10],[2, -10],[1, -10] "," QuasiUniformPoints(30,10)");
INSERT INTO `Points` (`id`,`pointselection`,`selectiontype`) VALUES ("512","[1, 7],[1, 6],[1, 5],[1, 4],[1, 3],[1, 2],[1, 1]\n       ,[2, 1],[3, 1],[4, 1],[1, 0] "," Ad Hoc");
INSERT INTO `Points` (`id`,`pointselection`,`selectiontype`) VALUES ("517","[1, -259],[1, -258],[1, -257],[1, -255],[1, -253],[1, -249],[1, -247]\n       ,[1, -243],[1, -241],[1, -237],[1, -231],[1, -229],[1, -223],[1, -219]\n       ,[1, -217],[1, -213],[1, -207],[1, -201],[1, -199],[1, -193],[1, -189]\n       ,[1, -187],[1, -181],[1, -177],[1, -171],[1, -163],[1, -159],[1, -157]\n       ,[1, -153],[1, -151],[1, -147],[1, -133],[1, -129],[1, -123],[1, -121]\n       ,[1, -111],[1, -109],[1, -103],[1, -97],[1, -93],[1, -87],[1, -81]\n       ,[1, -79],[1, -69],[1, -67],[1, -63],[1, -61],[1, -49],[1, -37]\n       ,[1, -33],[1, -31],[1, -27],[1, -21],[1, -19],[1, -9],[1, -3]\n       ,[1, 3],[1, 9],[1, 11],[1, 17],[1, 21],[1, 23],[1, 33]\n       ,[1, 47],[1, 51],[1, 53],[1, 57],[1, 71],[1, 77],[1, 87]\n       ,[1, 89],[1, 93],[1, 99],[1, 107],[1, 113],[1, 119],[1, 123]\n       ,[1, 129],[1, 137],[1, 141],[1, 149],[1, 159],[1, 161],[1, 171]\n       ,[1, 173],[1, 179],[1, 183],[1, 189],[1, 197],[1, 201],[1, 203]\n       ,[1, 207],[1, 219],[1, 227],[1, 231],[1, 239],[1, 243],[1, 249]\n       ,[1, 261],[1, 263] "," Primes(100)");


# Dump of table Problem
# ------------------------------------------------------------

CREATE TABLE `Problem` (
  `id` int(11) NOT NULL auto_increment,
  `completed` tinyint(11) default '0',
  `started` tinyint(11) default '0',
  `instancenumber` int(11) default '0',
  `totalnuminstances` int(11) default NULL,
  `computationsize` int(11) default NULL,
  `initialrandseed` bigint(20) default '0',
  `lastcomputationdate` datetime default NULL,
  `markovloopsize` int(11) default '10',
  `markovstepsize` int(11) default '1',
  `problemname` varchar(40) default NULL,
  `enumproblem` text,
  `numsolutions` int(11) default NULL,
  `flagvariety_id` int(11) default NULL,
  `necklaces` text,
  `pointselection_id` int(11) default '1',
  `flagvariety` tinytext,
  `dimension` int(11) default NULL,
  `project_id` int(11) default NULL,
  `multiplicities` text,
  `crossingtable` text,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16501","0","0","0","5","10","0",NULL,"10","1","Xe7X11.21"," [1, 3, 4, 2, 5, 6] ,[1, 2, 4, 3, 5, 6]","21","216"," [1, 2, 3, 4, 5, 6, 7]","1","3","6","3","1,7","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16502","0","0","0","5","10","0",NULL,"10","1","Xe7X2.21"," [1, 2, 5, 3, 4, 6] ,[1, 2, 4, 3, 5, 6]","21","216"," [1, 2, 3, 4, 5, 6, 7]","1","3","6","3","1,7","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16503","0","0","0","5","10","0",NULL,"10","1","Xe9.42"," [1, 2, 4, 3, 5, 6]","42","216"," [1, 2, 3, 4, 5, 6, 7, 8]","1","3","6","3","9","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16504","0","0","0","10","10","0",NULL,"10","1","XX11e4.3"," [1, 3, 4, 2, 5, 6] ,[1, 2, 4, 3, 5, 6]","3","216"," [1, 2, 3, 4]","1","3","6","3","4,1","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16505","0","0","0","10","10","0",NULL,"10","1","XX11X21e2.3"," [1, 3, 5, 2, 4, 6] ,[1, 3, 4, 2, 5, 6] ,[1, 2, 4, 3, 5, 6]\n                    ","3","216"," [1, 2, 3] ,[2, 1, 3]\n           ","1","3","6","3","2,1,1","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16506","0","0","0","10","10","0",NULL,"10","1","XX2e3X11.3","[1, 3, 4, 2, 5, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","3","216"," [1, 2, 3, 4] ,[1, 3, 2, 4]\n           ","1","3","6","3","1,3,1","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16507","0","0","0","10","10","0",NULL,"10","1","XX2e4.3"," [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","3","216"," [1, 2, 3, 4]","1","3","6","3","4,1","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16508","0","0","0","10","10","0",NULL,"10","1","XX2X11e3.3","[1, 3, 4, 2, 5, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","3","216"," [1, 2, 3, 4] ,[1, 2, 4, 3]\n           ","1","3","6","3","3,1,1","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16509","0","0","0","10","10","0",NULL,"10","1","XX2X21e2.3","[1, 3, 5, 2, 4, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]\n                    ","3","216"," [1, 2, 3] ,[2, 1, 3]\n           ","1","3","6","3","2,1,1","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16510","0","0","0","10","10","0",NULL,"10","1","Xe2X11e2X21.4"," [1, 3, 5, 2, 4, 6], [1, 3, 4, 2, 5, 6], [1, 2, 4, 3, 5, 6]\n             ","4","216"," [1, 2, 3, 4] ,[1, 3, 2, 4]\n            ,[1, 4, 2, 3] ,[2, 3, 1, 4]\n           ","1","3","6","3","1,2,2","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16511","0","0","0","10","10","0",NULL,"10","1","Xe2X2e2X21.4"," [1, 3, 5, 2, 4, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","4","216"," [1, 2, 3, 4] ,[1, 3, 2, 4]\n            ,[1, 4, 2, 3] ,[2, 3, 1, 4]\n           ","1","3","6","3","1,2,2","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16512","0","0","0","10","10","0",NULL,"10","1","Xe2X2X11X21.4"," [1, 3, 5, 2, 4, 6] ,[1, 2, 5, 3, 4, 6] ,[1, 3, 4, 2, 5, 6] ,[1, 2, 4, 3, 5, 6]","4","216"," [1, 2, 3, 4] ,[1, 3, 2, 4]\n            ,[1, 4, 2, 3] ,[2, 1, 3, 4]\n            ,[3, 1, 2, 4] ,[2, 3, 1, 4]\n           ","1","3","6","3","1,1,1,2","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16513","0","0","0","10","10","0",NULL,"10","1","Xe3X11e3.6"," [1, 3, 4, 2, 5, 6], [1, 2, 4, 3, 5, 6]","6","216"," [1, 2, 3, 4, 5] ,[1, 3, 2, 4, 5]\n            ,[2, 4, 1, 3, 5]","1","3","6","3","3,3","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16514","0","0","0","10","10","0",NULL,"10","1","Xe3X11X22.3"," [1, 4, 5, 2, 3, 6], [1, 3, 4, 2, 5, 6], [1, 2, 4, 3, 5, 6]","3","216"," [1, 2, 3, 4] ,[2, 1, 3, 4]\n           ","1","3","6","3","1,1,3","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16515","0","0","0","10","10","0",NULL,"10","1","Xe3X21e2.6"," [1, 3, 5, 2, 4, 6], [1, 2, 4, 3, 5, 6] ","6","216"," [1, 2, 3, 4] ,[2, 1, 3, 4]\n           ","1","3","6","3","2,3","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16516","0","0","0","10","10","0",NULL,"10","1","Xe3X2e2X11.5","[1, 3, 4, 2, 5, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","5","216"," [1, 2, 3, 4, 5] ,[1, 3, 2, 4, 5]\n            ,[2, 1, 3, 4, 5] ,[3, 1, 2, 4, 5]\n            ,[4, 1, 2, 3, 5] ,[2, 4, 1, 3, 5]\n           ","1","3","6","3","1,2,3","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16517","0","0","0","10","10","0",NULL,"10","1","Xe3X2e3.6","[1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]\n                    ","6","216"," [1, 2, 3, 4, 5] ,[1, 3, 2, 4, 5]\n            ,[2, 4, 1, 3, 5]","1","3","6","3","3,3","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16518","0","0","0","10","10","0",NULL,"10","1","Xe3X2X11e2.5","[1, 3, 4, 2, 5, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]\n                    ","5","216"," [1, 2, 3, 4, 5] ,[1, 3, 2, 4, 5]\n            ,[1, 4, 2, 3, 5] ,[1, 5, 2, 3, 4]\n            ,[2, 3, 1, 4, 5] ,[2, 4, 1, 3, 5]\n           ","1","3","6","3","2,1,3","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16519","0","0","0","10","10","0",NULL,"10","1","Xe3X2X22.3"," [1, 4, 5, 2, 3, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","3","216"," [1, 2, 3, 4] ,[2, 1, 3, 4]\n           ","1","3","6","3","1,1,3","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16520","0","0","0","10","10","0",NULL,"10","1","Xe4X11X21.8"," [1, 3, 5, 2, 4, 6], [1, 3, 4, 2, 5, 6], [1, 2, 4, 3, 5, 6] ","8","216"," [1, 2, 3, 4, 5] ,[2, 1, 3, 4, 5]\n            ,[3, 1, 2, 4, 5]","1","3","6","3","1,1,4","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16521","0","0","0","10","10","0",NULL,"10","1","Xe4X2X21.8"," [1, 3, 5, 2, 4, 6], [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","8","216"," [1, 2, 3, 4, 5] ,[2, 1, 3, 4, 5]\n            ,[3, 1, 2, 4, 5]","1","3","6","3","1,1,4","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16522","0","0","0","10","10","0",NULL,"10","1","Xe5X11e2.11"," [1, 3, 4, 2, 5, 6], [1, 2, 4, 3, 5, 6]","11","216"," [1, 2, 3, 4, 5, 6] ,[2, 1, 3, 4, 5, 6]\n            ,[4, 1, 2, 3, 5, 6]","1","3","6","3","2,5","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16523","0","0","0","10","10","0",NULL,"10","1","Xe5X22.6"," [1, 4, 5, 2, 3, 6] ,[1, 2, 4, 3, 5, 6]","6","216"," [1, 2, 3, 4, 5]","1","3","6","3","1,5","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16524","0","0","0","10","10","0",NULL,"10","1","Xe5X2e2.11"," [1, 2, 5, 3, 4, 6], [1, 2, 4, 3, 5, 6]","11","216"," [1, 2, 3, 4, 5, 6] ,[2, 1, 3, 4, 5, 6]\n            ,[3, 1, 2, 4, 5, 6]","1","3","6","3","2,5","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16525","0","0","0","10","10","0",NULL,"10","1","Xe5X2X11.10"," [1, 2, 5, 3, 4, 6], [1, 3, 4, 2, 5, 6], [1, 2, 4, 3, 5, 6]","10","216"," [1, 2, 3, 4, 5, 6] ,[2, 1, 3, 4, 5, 6]\n            ,[3, 1, 2, 4, 5, 6]","1","3","6","3","1,1,5","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16526","0","0","0","10","10","0",NULL,"10","1","Xe6X21.16"," [1, 3, 5, 2, 4, 6] ,[1, 2, 4, 3, 5, 6]","16","216"," [1, 2, 3, 4, 5, 6]","1","3","6","3","1,6","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16527","0","0","0","10","10","0",NULL,"10","1","XX11e4.3"," [1, 3, 4, 2, 5, 6] , [1, 2, 4, 3, 5, 6]","3","216"," [1, 2, 3, 4]","1","3","6","3","4,1","");
INSERT INTO `Problem` (`id`,`completed`,`started`,`instancenumber`,`totalnuminstances`,`computationsize`,`initialrandseed`,`lastcomputationdate`,`markovloopsize`,`markovstepsize`,`problemname`,`enumproblem`,`numsolutions`,`flagvariety_id`,`necklaces`,`pointselection_id`,`flagvariety`,`dimension`,`project_id`,`multiplicities`,`crossingtable`) VALUES ("16528","0","0","0","10","10","0",NULL,"10","1","Xe3X21e2.6"," [1, 3, 5, 2, 4, 6],[1, 2, 4, 3, 5, 6]","6","216"," [1, 2, 3, 4] ,[2, 1, 3, 4]\n           ","1","3","6","3","2,3","");


# Dump of table ProblemToComputer
# ------------------------------------------------------------

CREATE TABLE `ProblemToComputer` (
  `id` int(11) NOT NULL auto_increment,
  `problem_id` int(11) default NULL,
  `computer_id` int(11) default NULL,
  `inprogress` int(11) default '0',
  `computer_name` varchar(11) default NULL,
  `pretime` int(11) default '0',
  `groebnertime` int(11) default '0',
  `realtime` int(11) default '0',
  `instance` int(11) default NULL,
  `enumproblem` text,
  `coeffheight` int(11) default NULL,
  `imagefilename` varchar(20) default NULL,
  `startdate` datetime default NULL,
  `enddate` datetime default NULL,
  `realsolstable` text,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;



# Dump of table Project
# ------------------------------------------------------------

CREATE TABLE `Project` (
  `id` int(11) NOT NULL auto_increment,
  `project` varchar(20) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Project` (`id`,`project`) VALUES ("2","Shapiro");
INSERT INTO `Project` (`id`,`project`) VALUES ("3","Secant");


# Dump of table Results
# ------------------------------------------------------------

CREATE TABLE `Results` (
  `id` int(11) NOT NULL auto_increment,
  `problem_id` int(11) default NULL,
  `inprogress` int(11) default '0',
  `pretime` int(11) default NULL,
  `groebnertime` int(11) default NULL,
  `realtime` int(11) default NULL,
  `numinstances` int(11) default NULL,
  `enumproblem` text,
  `coeffheight` int(11) default NULL,
  `imagefilename` text,
  `startdate` datetime default NULL,
  `enddate` datetime default NULL,
  `realsoltable` text,
  `iterationsleft` int(11) default NULL,
  `numfailures` int(11) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Results` (`id`,`problem_id`,`inprogress`,`pretime`,`groebnertime`,`realtime`,`numinstances`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsoltable`,`iterationsleft`,`numfailures`) VALUES ("11","16498","0",NULL,NULL,NULL,"204",NULL,NULL,NULL,"0000-00-00 00:00:00",NULL,NULL,NULL,NULL);
INSERT INTO `Results` (`id`,`problem_id`,`inprogress`,`pretime`,`groebnertime`,`realtime`,`numinstances`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsoltable`,`iterationsleft`,`numfailures`) VALUES ("12","16495","0",NULL,NULL,NULL,"100",NULL,NULL,NULL,"0000-00-00 00:00:00",NULL,NULL,NULL,NULL);


# Dump of table RunningInstance
# ------------------------------------------------------------

CREATE TABLE `RunningInstance` (
  `id` int(11) NOT NULL auto_increment,
  `problem_id` int(11) default NULL,
  `startdate` datetime default NULL,
  `instancenumber` int(11) default NULL,
  `randseed` bigint(20) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;



# Dump of table Software
# ------------------------------------------------------------

CREATE TABLE `Software` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(20) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Software` (`id`,`name`) VALUES ("1","Maple");
INSERT INTO `Software` (`id`,`name`) VALUES ("2","Singular");
INSERT INTO `Software` (`id`,`name`) VALUES ("3","Perl");
INSERT INTO `Software` (`id`,`name`) VALUES ("4","PHP");
INSERT INTO `Software` (`id`,`name`) VALUES ("5","MySQL");


# Dump of table SoftwareToComputer
# ------------------------------------------------------------

CREATE TABLE `SoftwareToComputer` (
  `id` int(11) NOT NULL auto_increment,
  `computer_id` int(11) default NULL,
  `software_id` int(11) default NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;



