source: CIVL/mods/dev.civl.gmc/src/module-info.java@ bb03188

main test-branch
Last change on this file since bb03188 was 4ab4ebf, checked in by Alex Wilton <awilton@…>, 16 months ago

Added first iteration of a DPOR algorithm to CIVL

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5945 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 111 bytes
Line 
1module dev.civl.gmc {
2 exports dev.civl.gmc;
3 exports dev.civl.gmc.seq;
4 exports dev.civl.gmc.dpor;
5}
Note: See TracBrowser for help on using the repository browser.