Skip to content

SNOPT C/C++ interface v2.1.1

Latest

Choose a tag to compare

@gnowzil gnowzil released this 02 May 18:19

Added new functions call for snInit/snSpec to allow users to define the Fortran unit numbers for the print, summary and specs file.

  • In C: snInitX, setPrintfileX, setSpecsfileX have additional integer arguments for Fortran unit numbers
  • In C++: Added overloaded initialize, setPrintFile, setSpecsfile to accept Fortran unit numbers
  • Works with SNOPT 7.7+.
  • See README for more details.

Fixed bugs in all functions calling the snget* subroutines.

Removed sngetc (not suitable/useful for this interface).

Fixed missing parameters in definitions for snstop/snlog*.