NDW-Graph v 0.2
-----------------

NDW-Graph is a tool for complex network analysis using Matlab/C++ interface. Please note that several parts are still under construction.

Installation
------------
Installation is prepared for linux, however it is transferable to other systems if all prerequisites given in makefiles are met. 

1. In directory ./cpp/lib/Debug edit makefile and make sure that all settings are appropriate (pre-settings should be OK for most situations). Matio cooperation is not working in this version, so keep this settings as 0.

	cd ./cpp/lib/Debug
	make

2. In directory ./cpp/lib edit makefile and change MEX and MEXINC paths, both lead somewhere to your Matlab directory (only necessary change is <your-matlab-folder>), and change your NDW-Graph application directory (only change could be <your-ndw-graph-app-folder>). Then run
	
	cd ./cpp/
	make

3. Run Matlab and add whole directory (i.e. <your-ndw-graph-app-folder>) to paths and check file ./test_lib/testing.m for example of basic use. 

Tutorial use
------------
For basic use go to directory <your-ndw-graph-app-folder>/test_lib/ and check file basic operations.m. It contains basic overview of operations.

Structure
---------
C++ part is object oriented




