From Brendan.McKay at anu.edu.au Sat Nov 18 18:07:16 2017 From: Brendan.McKay at anu.edu.au (Brendan McKay) Date: Sat, 18 Nov 2017 18:07:16 +1100 Subject: [Nauty] nauty in Matlab In-Reply-To: References: Message-ID: <3d954c43-44c1-a6de-f21b-3afb67adaf16@anu.edu.au> Has anyone written mex files for running nauty from within Matlab? Brendan. From samuel.lelievre at gmail.com Sun Nov 19 02:35:50 2017 From: samuel.lelievre at gmail.com (=?UTF-8?Q?Samuel_Leli=C3=A8vre?=) Date: Sat, 18 Nov 2017 09:35:50 -0600 Subject: [Nauty] nauty in Matlab In-Reply-To: <3d954c43-44c1-a6de-f21b-3afb67adaf16@anu.edu.au> References: <3d954c43-44c1-a6de-f21b-3afb67adaf16@anu.edu.au> Message-ID: 2017-11-18 1:07 GMT-06:00 Brendan McKay: > Has anyone written mex files for running nauty from within Matlab? If not, a workaround would be to call both Nauty and Matlab from SageMath. - SageMath wraps some Nauty functions, see http://doc.sagemath.org/html/en/reference/search.html?q=nauty - SageMath has an interface to MATLAB, see http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/matlab.html For interfaces from SageMath to other software systems, see http://doc.sagemath.org/html/en/reference/interfaces/