From f9afc284ce324fa3c13606ad90895beec507c249 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 27 Aug 2015 02:32:30 +0530 Subject: Master File --- demos/sci_symphony.dem.gateway.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 demos/sci_symphony.dem.gateway.sce (limited to 'demos/sci_symphony.dem.gateway.sce') diff --git a/demos/sci_symphony.dem.gateway.sce b/demos/sci_symphony.dem.gateway.sce new file mode 100644 index 0000000..9256ca2 --- /dev/null +++ b/demos/sci_symphony.dem.gateway.sce @@ -0,0 +1,16 @@ +// Copyright (C) 2015 - IIT Bombay - FOSSEE +// +// Author: Harpreet Singh +// Organization: FOSSEE, IIT Bombay +// Email: harpreet.mertia@gmail.com +// This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + +demopath = get_absolute_file_path("sci_symphony.dem.gateway.sce"); + +subdemolist = ["Symphony for knapsack", "symphony_knapsack.sce"]; + +subdemolist(:,2) = demopath + subdemolist(:,2); -- cgit