Skip to content

Commit

Permalink
win 64bits support
Browse files Browse the repository at this point in the history
  • Loading branch information
squoilin committed Nov 10, 2016
1 parent 1569358 commit 28d5c7d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Externals/gams_api/win64/GAMS-1.0-py2.7.egg-info
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: GAMS
Version: 1.0
Summary: GAMS API
Home-page: UNKNOWN
Author: GAMS
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
11 changes: 11 additions & 0 deletions Externals/gams_api/win64/gams/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# generated by src\gamsx\goptwrp.gms

__all__ = ["DebugLevel", "GMS_MAX_INDEX_DIM", "SV_UNDEF", "SV_EPS", "GamsCheckpoint", "GamsDatabase", "GamsJob", "UpdateAction", "SymbolUpdateType", "GamsModifier", "GamsModelInstanceOpt", "GamsModelInstance", "Action", "CharSet", "GamsOptions", \
"GamsEquationRecord", "GamsParameterRecord", "GamsSetRecord", "GamsVariableRecord", "GamsVariable", "GamsParameter", "GamsSet", "GamsEquation", "EquType", "VarType", "SolveStat", \
"ModelStat", "GamsWorkspace", "GamsException", "GamsExceptionExecution", "GamsExitCode", \
"PageContr", "Action", "LogLine", "AppendOut", "StepSum", "Suppress", "DFormat", "TFormat", "IntVarUp", "Case", "DumpParms", "ForceWork", "DumpOpt", "ErrMsg", "StringChk", "CharSet", "Keep", "TraceOpt", "SysOut", "SolPrint", "HoldFixed", "On115", "ExecMode", "InteractiveSolver", "FileCase", "SavePoint", "SolveLink", "Sys10", "Sys11", "ZeroResRep", "gdxCompress", "gdxConvert", "AppendExpand", "NoNewVarEqu", "gdxUels", "strictSingleton" ]

from workspace import *
from database import *
from options import *
from execution import *
Binary file added Externals/gams_api/win64/gams/database.pyd
Binary file not shown.
Binary file added Externals/gams_api/win64/gams/execution.pyd
Binary file not shown.
Binary file added Externals/gams_api/win64/gams/options.pyd
Binary file not shown.
Binary file added Externals/gams_api/win64/gams/workspace.pyd
Binary file not shown.

0 comments on commit 28d5c7d

Please sign in to comment.