gamspy-examiner2 52.0.0rc1__py3-none-macosx_13_0_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ import os
2
+ from pathlib import Path
3
+ from .version import __version__
4
+ directory = str(Path(__file__).resolve().parent)
5
+
6
+ files = ['optexaminer2.def', 'optexaminer.def', 'libexmcclib64.dylib']
7
+
8
+ file_paths = [directory + os.sep + file for file in files]
9
+ verbatim = 'EXAMINER2 103011 5 00010203040506070809 0 1 2 LP MIP RMIP NLP MCP DNLP RMINLP MINLP QCP MIQCP RMIQCP\ngmsgenus.run optexaminer.def\ngmsgenux.out\nlibexmcclib64.dylib exm 1 0'
Binary file
@@ -0,0 +1,57 @@
1
+ *
2
+ * optexaminer.def
3
+ *
4
+
5
+ absXScale boolean 0 1 1 1 Whether to make scale factors dependent on x values.
6
+ checkDump string 0 "" 0 1 dump file for results of Examiner checks
7
+ dualCSTol double 0 1e-7 0 maxdouble 1 2 Tolerance on dual complementary slackness, i.e. between the dual variables and the primal constraints.
8
+ dualFeasTol double 0 1e-6 0 maxdouble 1 2 Tolerance on dual feasibility, i.e. to check feasibility of the dual variables and the dual constraints.
9
+ dumpGamsPoint boolean 0 0 1 1 Whether to dump the GamsPoint to a basis file in GAMS source format.
10
+ dumpInitPoint boolean 0 0 1 1 Whether to dump the InitPoint to a basis file in GAMS source format.
11
+ dumpSoluPoint boolean 0 0 1 1 Whether to dump the SoluPoint to a basis file in GAMS source format.
12
+ dumpSolvPoint boolean 0 0 1 1 Whether to dump the SolvPoint to a basis file in GAMS source format.
13
+ ECTol double 0 1e-6 0 maxdouble 1 2 Tolerance on equilibrium condition complementarity.
14
+ examineGamsPoint boolean 0 0 1 1 Whether to examine the GamsPoint.
15
+ examineInitPoint boolean 0 0 1 1 Whether to examine the InitPoint.
16
+ examineSoluPoint boolean 0 0 1 1 Whether to examine the SoluPoint.
17
+ examineSolvPoint boolean 0 0 1 1 Whether to examine the SolvPoint.
18
+ fCheckAll boolean 0 0 1 1 If set, forces all checks on or off.
19
+ fCheckATTR boolean 0 0 1 1 If set, forces the model attributes check on or off.
20
+ fCheckDCMP boolean 0 0 1 1 If set, forces the dual complementary slackness check on or off.
21
+ fCheckDCON boolean 0 0 1 1 If set, forces the dual constraint feasibility check on or off.
22
+ fCheckDVAR boolean 0 0 1 1 If set, forces the dual variable feasibility check on or off.
23
+ fCheckPCMP boolean 0 0 1 1 If set, forces the primal complementary slackness check on or off.
24
+ fCheckPCON boolean 0 0 1 1 If set, forces the primal constraint feasibility check on or off.
25
+ fCheckPVAR boolean 0 0 1 1 If set, forces the primal variable feasibility check on or off.
26
+ GDXDump string 0 "" 0 1 not yet implemented
27
+ objvarAutoAdjust boolean 0 0 1 1 Adjust objective variable to satisfy objective equation
28
+ perpSys boolean 0 0 1 1 Controls output during examination of solution points.
29
+ primalCSTol double 0 1e-7 0 maxdouble 1 2 Tolerance on primal complementary slackness, i.e. between the primal variables and the dual constraints.
30
+ primalFeasTol double 0 1e-6 0 maxdouble 1 2 Tolerance on primal feasibility, i.e. to check feasibility of the primal variables and constraints.
31
+ returnGamsPoint boolean 0 0 1 1 Whether to return the GamsPoint as a solution to GAMS/Base.
32
+ returnInitPoint boolean 0 0 1 1 Whether to return the InitPoint as a solution to GAMS/Base.
33
+ returnSoluPoint boolean 0 0 1 1 Whether to return the SoluPoint as a solution to GAMS/Base.
34
+ returnSolvPoint boolean 0 0 1 1 Whether to return the SolvPoint as a solution to GAMS/Base.
35
+ scaled boolean 0 0 1 1 Whether to apply checks to a scaled version of the model.
36
+ scaleLB double 0 1 0 maxdouble 1 1 Lower bound for applied row scales.
37
+ scaleUB double 0 maxdouble 0 maxdouble 1 1 Upper bound for applied row scales.
38
+ showIndex boolean 0 0 0 1 show row/column indices in addition to their names
39
+ showSlacks boolean 0 0 1 1 explicitly show the infeasibilities or slacks for failed checks
40
+ showTol double 0 1e-4 0 maxdouble 1 2 relative tolerance for showSlacks - we only want to see explicit slacks that are relatively small
41
+ solutionFile string 0 "" 0 1 read solution from pre-existing solution file
42
+ specialFix boolean 0 0 0 1 fix-up objective value for MPEC/RMPEC models
43
+ specialTrace string 0 "" 0 1 Examiner trace file for MPEC/RMPEC/MCP models
44
+ subSolver string 0 "" 1 1 Indicates what subsolver to run.
45
+ subSolverOpt integer 0 0 0 maxint 1 1 optfile value to pass to the subsolver
46
+ trace string 0 "" 1 1 If set, trace information will be computed and appended to this file.
47
+ unScaled boolean 0 1 1 1 Whether to apply checks to the original, unscaled version of the model.
48
+ *
49
+ * indicator section
50
+ *
51
+ *
52
+ * Groups
53
+ * <group-ident> group <group-number <help-context> <help-text>
54
+ *
55
+ general group 1 1 General Options
56
+ tolerance group 2 1 Tolerance Options
57
+ *** End of file
@@ -0,0 +1,57 @@
1
+ *
2
+ * optexaminer2.def
3
+ *
4
+
5
+ absXScale boolean -1 1 1 1 make scale factors dependent on x values
6
+ checkDump string -1 "" 1 1 dump file for results of Examiner checks
7
+ dualCSTol double -1 1e-007 0 maxdouble 1 2 dual complementary slackness tolerance, i.e. between the dual variables and the primal constraints
8
+ dualFeasTol double -1 1e-006 0 maxdouble 1 2 tolerance used to check feasibility of the dual variables and constraints
9
+ dumpGamsPoint boolean 0 0 1 1 dump the GamsPoint to a basis file in GAMS source format
10
+ dumpInitPoint boolean 0 0 1 1 dump the InitPoint to a basis file in GAMS source format
11
+ dumpSoluPoint boolean 0 0 1 1 dump the SoluPoint to a basis file in GAMS source format
12
+ dumpSolvPoint boolean 0 0 1 1 dump the SolvPoint to a basis file in GAMS source format
13
+ ECTol double 0 1e-006 0 maxdouble 1 2 equilibrium condition complementarity tolerance
14
+ examineGamsPoint boolean 0 0 1 1 examine the GamsPoint
15
+ examineInitPoint boolean 0 0 1 1 examine the InitPoint
16
+ examineSoluPoint boolean 0 0 1 1 examine the SoluPoint
17
+ examineSolvPoint boolean 0 0 1 1 examine the SolvPoint
18
+ fCheckAll boolean 0 0 1 1 forces all the checks on or off
19
+ fCheckATTR boolean 0 0 1 1 forces the model attributes check
20
+ fCheckDCMP boolean 0 0 1 1 forces the dual complementary slackness check
21
+ fCheckDCON boolean 0 0 1 1 forces the dual contraint feasibility check
22
+ fCheckDVAR boolean 0 0 1 1 forces the dual variable feasibility check
23
+ fCheckPCMP boolean 0 0 1 1 forces the primal complementary slackness check
24
+ fCheckPCON boolean 0 0 1 1 forces the primal contraint feasibility check
25
+ fCheckPVAR boolean 0 0 1 1 forces the primal variable feasibility check
26
+ GDXDump string 0 "" 1 1 not yet implemented
27
+ perpSys boolean 0 0 1 1 print FOC for visual inspection
28
+ primalCSTol double -1 1e-007 0 maxdouble 1 2 primal complementary slackness tolerance, i.e. between the primal variables and the dual constraints
29
+ primalFeasTol double -1 1e-006 0 maxdouble 1 2 tolerance used to check feasibility of the primal variables and constraints
30
+ returnGamsPoint boolean 0 0 1 1 return the GamsPoint as a solution to GAMS/Base
31
+ returnInitPoint boolean 0 0 1 1 return the InitPoint as a solution to GAMS/Base
32
+ returnSoluPoint boolean 0 0 1 1 return the SoluPoint as a solution to GAMS/Base
33
+ returnSolvPoint boolean 0 0 1 1 return the SolvPoint as a solution to GAMS/Base
34
+ scaled boolean -1 0 1 1 apply checks to a scaled version of the model
35
+ scaleLB double -1 1 0 maxdouble 1 1 lower bound for applied row scales
36
+ scaleUB double -1 maxdouble 0 maxdouble 1 1 upper bound for applied row scales
37
+ showIndex boolean -1 0 1 1 show row/column indices in addition to their names
38
+ showSlacks boolean -1 0 1 1 explicitly show the infeasibilities or slacks for failed checks
39
+ showTol double -1 1e-004 0 maxdouble 1 2 relative tolerance for showSlacks - we only want to see explicit slacks that are relatively small
40
+ solutionFile string 0 "" 1 1 read solution from pre-existing solution file
41
+ specialFix boolean 0 0 0 1 fix-up objective value for MPEC/RMPEC models
42
+ specialTrace string 0 "" 0 1 Examiner trace file for MPEC/RMPEC/MCP models
43
+ subSolver string 0 "" 1 1 subsolver to run
44
+ subSolverOpt integer 0 0 0 maxint 1 1 optfile value to pass to the subsolver
45
+ trace string 0 "" 1 1 Examiner trace file
46
+ traceStyle integer 0 0 0 1 1 1 trace file style
47
+ unScaled boolean -1 1 1 1 apply checks to the original, unscaled version of the model
48
+ *
49
+ * indicator section
50
+ *
51
+ *
52
+ * Groups
53
+ * <group-ident> group <group-number <help-context> <help-text>
54
+ *
55
+ general group 1 1 General Options
56
+ tolerance group 2 1 Tolerance Options
57
+ *** End of file
@@ -0,0 +1 @@
1
+ __version__ = '52.0.0rc1'
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamspy_examiner2
3
+ Version: 52.0.0rc1
@@ -0,0 +1,9 @@
1
+ gamspy_examiner2/__init__.py,sha256=FM_XUAXLRShXqcrcI33fXPTnVPoT8DAvsp0bbWBqSeY,436
2
+ gamspy_examiner2/libexmcclib64.dylib,sha256=Kxv_tn0wAa57BTij0jrxC8z9FCnRZT_bnhgD71lg6DE,486352
3
+ gamspy_examiner2/optexaminer.def,sha256=GRckNqcss8I5IfNR2KV4VRkt69-_bV4Bg4KHOjior50,4045
4
+ gamspy_examiner2/optexaminer2.def,sha256=RtfHRCUIrxBu4cBsOi2_zZWT9AO4EqADxVaA1H3cMy4,3552
5
+ gamspy_examiner2/version.py,sha256=xEmi9aNSuCk1FB4wuU1dnHDcnFovh89ZPfIiCZCjNrA,25
6
+ gamspy_examiner2-52.0.0rc1.dist-info/METADATA,sha256=f5V-tUN7tByt77vvUDYXa8ItQkCfEBw-Nov1whMqD4k,64
7
+ gamspy_examiner2-52.0.0rc1.dist-info/WHEEL,sha256=SFDFti0ktJEDbNgnSkwKMLyZhusCvEO6pqHMXousbqU,112
8
+ gamspy_examiner2-52.0.0rc1.dist-info/top_level.txt,sha256=fjK6_LQO4nYtruI1gT2aYYOaxC7XpacDQzWDHbLyZ-M,17
9
+ gamspy_examiner2-52.0.0rc1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+
5
+ Tag: py3-none-macosx_13_0_x86_64
@@ -0,0 +1 @@
1
+ gamspy_examiner2