https://github.com/jsliacan/flagmatic

sort by:
Revision Author Date Message Commit Date
a6d348f Add GHA for basic checks 20 September 2022, 15:04:42 UTC
312d630 Removed auxiliary files 20 September 2022, 14:56:54 UTC
4d7c3a7 Update README after Bartek's pull request 20 September 2022, 14:56:54 UTC
b91469e upgraded the code to python3 so that it could work on Sage 9.x 20 September 2022, 14:51:18 UTC
51843ee Migrate non-Emil modifications to this fork 20 September 2022, 14:50:57 UTC
62bab3a Make installation instructions clearer The installation instructions crucially assume that one has `sage` in one's `PATH`, which may not be the case. See also http://stackoverflow.com/questions/27108300/problems-installing-flagmatic/ 24 November 2014, 16:17:00 UTC
65d6aea Update setup.py 08 March 2014, 00:22:42 UTC
8c013d6 Delete setup.py~ 08 March 2014, 00:21:38 UTC
f5fe70b do not commit files ending with tilda 08 March 2014, 00:16:30 UTC
90a0516 corrected indentation 08 March 2014, 00:14:12 UTC
9080b4e updated paths in setup.py to account for sage 6 08 March 2014, 00:01:31 UTC
892beb2 Handle axioms problems 24 July 2013, 22:22:36 UTC
7ea62f9 Merge branch 'master' into development 20 April 2013, 12:12:02 UTC
84fdfd3 PEP8. 20 April 2013, 12:08:40 UTC
d1460f3 Merge pull request #2 from ppurka/signals Remove signals code since it does not seem to work anyway. 20 April 2013, 12:06:54 UTC
a51788b Remove signals code since it does not seem to work anyway. This also fixes linking and importing problems in Linux 20 April 2013, 11:39:58 UTC
3878b3f Add new stand-alone script for verifying certificates. 14 April 2013, 21:57:35 UTC
2f5ed51 PEP8 changes. 06 April 2013, 14:43:34 UTC
b3293d6 PEP8 changes. 06 April 2013, 14:42:00 UTC
99731e9 Examples updates. 06 April 2013, 14:41:32 UTC
c34008f PEP8 and PyCharm inspection changes. 28 March 2013, 23:33:12 UTC
7a2d727 PEP8. 28 March 2013, 23:21:34 UTC
ca0ecf7 PEP8 things. 28 March 2013, 23:16:30 UTC
8c8f090 Added a types argument to __init__ to specify a whitelisted set of types to use. Also convert tabs to spaces. 28 March 2013, 22:49:18 UTC
aef3b52 More examples. 17 March 2013, 22:58:28 UTC
1d6fe6c Allow Q' matrices to be 0x0. (See ff84 example.) 17 March 2013, 22:57:15 UTC
17c140f User's Guide update. 27 January 2013, 21:36:50 UTC
3e52716 Fix issue with Sage 5.6: SAGE_TMP is a Lazy String, so needs converting to unicode. 27 January 2013, 18:47:48 UTC
b1b5081 Add .gitignore and PDF version of User's Guide. 18 November 2012, 11:30:29 UTC
8a090e1 Removed old examples from master. 18 November 2012, 11:24:43 UTC
13f6a3d Removed some experimental things from master. 18 November 2012, 11:18:54 UTC
c9e3533 Tinkering. 18 November 2012, 11:17:11 UTC
f68c932 Remove function to write certificate. 18 November 2012, 10:39:34 UTC
b6a2cfe Examples updates. 18 November 2012, 10:37:30 UTC
4e26771 More work on UG. 18 November 2012, 10:35:39 UTC
73dc4e1 A start on the Construction docstrings. 01 August 2012, 00:07:59 UTC
f3a7767 Added method to Flag to provide standardized formatting of linear combinations of flags. Changed order of pairs in Problem._density_graphs. Added rank option to make_exact. 01 August 2012, 00:07:02 UTC
9f85453 Work on improving certificates, especially descriptions. 30 July 2012, 19:07:28 UTC
4b6bad8 Removed transform_problem code; added make_{co}degree_problem functions to AxiomsProblem. 30 July 2012, 01:03:09 UTC
4fc657d A lot of cleanup to make_exact and rejigging of states. 29 July 2012, 21:49:08 UTC
28155c6 Implemented density blocks and active densities. 28 July 2012, 22:52:49 UTC
be2dab0 Fixed include dirs for Sage 5. 28 July 2012, 15:38:00 UTC
4451181 Added write_certificate function; some preliminary work on doing density coefficient conditions properly. 27 July 2012, 01:09:54 UTC
d63c045 Added _certified_minimal_isomorph property to flags. 27 July 2012, 01:09:26 UTC
3a844e3 Examples update. 28 June 2012, 17:29:47 UTC
0fe4e54 Fixed a bug. 28 June 2012, 17:29:19 UTC
1dce429 Examples update. 22 June 2012, 18:29:55 UTC
83d3304 Made AxiomsProblem work with the new way of doing densities. Made density computations assume graphs are minimal (might need to flag this up in the docs, but is ok if people stick to documented methods). 22 June 2012, 18:27:30 UTC
e99e11d Added support for weighted densities. 22 June 2012, 15:12:28 UTC
16b0e0d Altered way that degenerate_induced_subgraph works to reduce the number of edges used in the intermediate graph. 22 June 2012, 15:11:27 UTC
87347d3 Flags can now be made immutable, in the Sage style. 11 June 2012, 00:34:55 UTC
85dd1fd Examples update. 08 June 2012, 22:38:49 UTC
069be8c Some tidying up, more error checking. Hopefully sorted out degrees-all-equal axiom. 08 June 2012, 22:38:18 UTC
d563e59 Added some more methods to Construction. Changed default_density_graphs to default_density_graph. Some more sanity checking in HypergraphFlag. 08 June 2012, 17:53:20 UTC
cfd0ba5 UG update. 08 June 2012, 17:52:16 UTC
493e4a9 Added ability to create empty flags by specifying the number of vertices. Improved .Graph() and .DiGraph(). 06 June 2012, 19:14:34 UTC
1cb140a UG update. 06 June 2012, 19:14:31 UTC
bf92ef2 Added functions to count 7-cycles. 06 June 2012, 11:36:08 UTC
8705adc Work on (4,4) construction. 06 June 2012, 11:35:50 UTC
3fec3d2 Examples update (7-cycles). 06 June 2012, 11:33:16 UTC
4ac47cb Tinkering with experimental (4,4) construction. 05 June 2012, 00:00:10 UTC
2c4a5b0 Added new contributions() function to see the difference each type makes. 04 June 2012, 23:59:40 UTC
fd0b5a0 Examples update. 04 June 2012, 23:59:14 UTC
4e06515 Added experiemental option for forcing zero eigenvectors. 04 June 2012, 23:56:28 UTC
85bb3f4 Added methods to create GraphFlags and OrientedGraphFlags from native Sage Graphs and DiGraphs. 04 June 2012, 23:55:32 UTC
fdd6b04 Work on experimental constructions. 01 June 2012, 12:32:45 UTC
4b01d66 Added K4- codegree with no 5-cycle in links example. 29 May 2012, 23:16:30 UTC
eb8d2f8 Examples updates. 29 May 2012, 23:02:17 UTC
62a97f0 Added support for removing densities. 29 May 2012, 23:01:46 UTC
535f369 Work on writing certificates. 29 May 2012, 23:00:48 UTC
4cd7b0a Diagonalization now done by default; negative density coefficients are checked for. 29 May 2012, 23:00:04 UTC
f8c8268 Moved write_certificate method to exploratory.sage temporarily (until it is ironed out). 29 May 2012, 14:57:18 UTC
bf27fb4 Added description class method to the Flag classes. 29 May 2012, 14:55:53 UTC
5ef3f9f Examples update; change P to problem. 29 May 2012, 11:52:51 UTC
645d26b Examples updates. 29 May 2012, 01:03:41 UTC
aed245e Added force_sharp_graphs option. 29 May 2012, 01:03:28 UTC
ffcb7d8 Added convenience functions for creating blow-up constructions, e.g. ThreeGraphBlowupConstruction(). Updated a couple of examples to use this. 29 May 2012, 00:36:15 UTC
855e810 Moved some methods into 'exploratory.sage'. 29 May 2012, 00:32:50 UTC
00486f4 Examples update. 28 May 2012, 23:06:12 UTC
2eb031e More docstrings and tidying up. 28 May 2012, 23:05:46 UTC
d596726 More docstrings. 28 May 2012, 17:40:31 UTC
b1d1f36 Examples update. 28 May 2012, 17:19:00 UTC
0099abb Added docstrings. 28 May 2012, 17:18:34 UTC
c33b420 Added set_approximate_field method. Added some docstrings. 28 May 2012, 13:53:17 UTC
2237935 Examples update. 28 May 2012, 10:11:22 UTC
4dcb432 Work on experimental constructions for the (4,4) and bt-cautionary problems. 28 May 2012, 01:02:49 UTC
8e4c4ab Examples updates. 28 May 2012, 01:02:04 UTC
dd593a7 Examples update. 27 May 2012, 23:51:28 UTC
b73302a Changed 'tranform_solution' option to 'transform'. 27 May 2012, 23:48:11 UTC
4c5769d Made things even easier for the user: now they just run solve_sdp followed by make_exact. check_exact_bound now checks eigenvalues. 27 May 2012, 23:32:55 UTC
e8770c6 Added new options to Problem constructor, so that less method calls have to be made by the user. 27 May 2012, 22:14:37 UTC
2f31755 Added delete_edge method. 27 May 2012, 22:14:19 UTC
4b49294 Added special construction for (4,4) file. 25 May 2012, 16:23:18 UTC
fa449e2 Examples update. 25 May 2012, 16:15:45 UTC
a804ece Revert "Work on (4,4)." This reverts commit 7ddc457dc9ce78e8399293e0e999e91958ab1a63. 25 May 2012, 13:53:10 UTC
7ddc457 Work on (4,4). 24 May 2012, 11:11:13 UTC
4219eba Examples update. 23 May 2012, 10:35:03 UTC
13a40b1 Updated guessing script; and S_5 example where we have successfully guessed the zero eigenvectors. 23 May 2012, 00:27:29 UTC
5195ff5 Moved eigenvector guessing to separate file. 22 May 2012, 19:32:48 UTC
70fede7 Removed some redundant imports. 22 May 2012, 01:03:16 UTC
back to top