For questions or issues, write chandler.johnson@bi.no
Ported to a web app by fredrik.e.juell@bi.no.
A comma—separated values (.csv) file with 3 fields: ego_id, alter_id, zij. Column names must be exact. ego_id and alter_id can be any data type (e.g., int, string). zij must be numeric (e.g., int, float).
As per Burt, zij values are raw edge weights. If the graph is unweighted, set zij = 1 where ties exist. The edgelist need not include weight = 0 ties.
The program presumes “,” as a separator and ”.” as a decimal.
A sample edgelist .csv is available at: https://github.com/jchandlerj/generalConstraintDecomp. Files must follow this formatting to load properly.
Wait for calculation...