Optimization: principles and algorithms, by Michel Bierlaire
Functions
incidenceMatrix.m File Reference

Provide the incidence matrix of the network for the teanshipment problem. More...

Go to the source code of this file.

Functions

function incidenceMatrix (in adj)
 Provide the incidence matrix a a network. More...
 

Detailed Description

Provide the incidence matrix of the network for the teanshipment problem.

Note
Calls prepareNetwork
Called by transhipment
Author
Michel Bierlaire
Date
Wed Jul 23 09:43:15 2014

Definition in file incidenceMatrix.m.

Function Documentation

◆ incidenceMatrix()

function incidenceMatrix ( in  adj)

Provide the incidence matrix a a network.

Parameters
adjthe adjacency matrix of the network
Returns
A
Copyright 2015-2018 Michel Bierlaire