Skip to content

CERobertson/CER.Mu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

CER.Mu

Graphs, games and beliefs.

var graph = "{'A':['B','D'],'B':['C']}, 'E':[]";
var node_relations = "{
  'A':{'children':['B','D'],'parents':[]},
  'B':{'children':['C'],'parents':['A']},
  'C':{'children':[],'parents':['B']},
  'D':{'children':[],'parents':['A']},
  'E':{'children':[],'parents':[]}
}";

Project

Currency state: High and dry. Much Receive Contributors

0_o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages