Skip to content

Latest commit

 

History

History

example1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example 1 - Read and Write an XIIDM file

This example shows how to read and write XIIDM files. A network is read from an XIIDM file whose the name is pass through the command line and exported to another file.

$> ./example1 <input-file> <output-file>

Build

To build this example, you have to build the project passing the -DBUILD_EXAMPLES=ON flag to the configure command. Follow the build instructions