Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertolazzi committed Jul 23, 2021
2 parents 9834fed + cc7066a commit 981500c
Show file tree
Hide file tree
Showing 203 changed files with 33,243 additions and 105 deletions.
51 changes: 24 additions & 27 deletions IPOPT-toolbox.prj
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="1108983496" file="/Users/enrico/Ricerca/develop/myReposProjects/mexIPOPT/IPOPT-toolbox.prj" location="/Users/enrico/Ricerca/develop/myReposProjects/mexIPOPT" name="IPOPT-toolbox" target="target.toolbox" target-name="Package Toolbox">
<configuration build-checksum="1276318946" file="C:\Users\NUC2\mexIPOPT\IPOPT-toolbox.prj" location="C:\Users\NUC2\mexIPOPT" name="IPOPT-toolbox" target="target.toolbox" target-name="Package Toolbox">
<param.appname>IPOPT-toolbox</param.appname>
<param.authnamewatermark>Enrico Bertolazzi</param.authnamewatermark>
<param.email>enrico.bertolazzi@unitn.it</param.email>
<param.company>University of Trento</param.company>
<param.summary>Toolbox for MATLAB interfacing with IPOPT</param.summary>
<param.description />
<param.screenshot>${PROJECT_ROOT}/toolbox/screenshot.png</param.screenshot>
<param.version>1.1.2</param.version>
<param.output>${PROJECT_ROOT}/IPOPT-toolbox.mltbx</param.output>
<param.description>Toolbox for MATLAB interfacing with IPOPT</param.description>
<param.screenshot>${PROJECT_ROOT}\toolbox\screenshot.png</param.screenshot>
<param.version>1.1.3</param.version>
<param.output>${PROJECT_ROOT}\IPOPT-toolbox.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
Expand Down Expand Up @@ -40,7 +40,7 @@
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide>${PROJECT_ROOT}/toolbox/doc/GettingStarted.mlx</param.getting.started.guide>
<param.getting.started.guide>${PROJECT_ROOT}\toolbox\doc\GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package>false</param.exported.on.package>
Expand All @@ -61,9 +61,6 @@
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
<unset>
<param.authnamewatermark />
<param.email />
<param.description />
<param.output />
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -96,44 +93,44 @@
<param.additional.sw.linux.url />
</unset>
<fileset.rootdir>
<file>${PROJECT_ROOT}/toolbox</file>
<file>${PROJECT_ROOT}\toolbox</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}/toolbox/CompileIpoptMexLib.m</file>
<file>${PROJECT_ROOT}/toolbox/bin</file>
<file>${PROJECT_ROOT}/toolbox/demos.xml</file>
<file>${PROJECT_ROOT}/toolbox/doc</file>
<file>${PROJECT_ROOT}/toolbox/examples</file>
<file>${PROJECT_ROOT}/toolbox/lib</file>
<file>${PROJECT_ROOT}/toolbox/license.txt</file>
<file>${PROJECT_ROOT}/toolbox/screenshot.png</file>
<file>${PROJECT_ROOT}/toolbox/setup.m</file>
<file>${PROJECT_ROOT}/toolbox/src</file>
<file>${PROJECT_ROOT}\toolbox\bin</file>
<file>${PROJECT_ROOT}\toolbox\CompileIpoptMexLib.m</file>
<file>${PROJECT_ROOT}\toolbox\demos.xml</file>
<file>${PROJECT_ROOT}\toolbox\doc</file>
<file>${PROJECT_ROOT}\toolbox\examples</file>
<file>${PROJECT_ROOT}\toolbox\lib</file>
<file>${PROJECT_ROOT}\toolbox\license.txt</file>
<file>${PROJECT_ROOT}\toolbox\screenshot.png</file>
<file>${PROJECT_ROOT}\toolbox\setupIpoptPath.m</file>
<file>${PROJECT_ROOT}\toolbox\src</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="IPOPT-toolbox.mltbx" optional="false">/Users/enrico/Ricerca/develop/myReposProjects/mexIPOPT/IPOPT-toolbox.mltbx</file>
<file location="${PROJECT_ROOT}" name="IPOPT-toolbox.mltbx" optional="false">C:\Users\NUC2\mexIPOPT\IPOPT-toolbox.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>/Applications/MATLAB_R2020b.app</root>
<root>C:\Program Files\MATLAB\R2020a</root>
<toolboxes />
</matlab>
<platform>
<unix>true</unix>
<mac>true</mac>
<windows>false</windows>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.15.7</osver>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>maci64</arch>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
Expand Down
Loading

0 comments on commit 981500c

Please sign in to comment.