add integer and linear programming test for dotnet python and java
This commit is contained in:
@@ -102,6 +102,7 @@ def RunAllIntegerExampleNaturalLanguageAPI():
|
||||
# RunIntegerExampleNaturalLanguageAPI('CBC')
|
||||
RunIntegerExampleNaturalLanguageAPI("SCIP")
|
||||
RunIntegerExampleNaturalLanguageAPI("SAT")
|
||||
RunIntegerExampleNaturalLanguageAPI("XPRESS")
|
||||
|
||||
|
||||
def RunAllIntegerExampleCppStyleAPI():
|
||||
@@ -110,6 +111,7 @@ def RunAllIntegerExampleCppStyleAPI():
|
||||
# RunIntegerExampleCppStyleAPI('CBC')
|
||||
RunIntegerExampleCppStyleAPI("SCIP")
|
||||
RunIntegerExampleCppStyleAPI("SAT")
|
||||
RunIntegerExampleCppStyleAPI("XPRESS")
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
@@ -138,11 +138,13 @@ def main():
|
||||
RunLinearExampleNaturalLanguageAPI("GLPK_LP")
|
||||
RunLinearExampleNaturalLanguageAPI("CLP")
|
||||
RunLinearExampleNaturalLanguageAPI("PDLP")
|
||||
RunLinearExampleNaturalLanguageAPI("XPRESS")
|
||||
|
||||
RunLinearExampleCppStyleAPI("GLOP")
|
||||
RunLinearExampleCppStyleAPI("GLPK_LP")
|
||||
RunLinearExampleCppStyleAPI("CLP")
|
||||
RunLinearExampleCppStyleAPI("PDLP")
|
||||
RunLinearExampleCppStyleAPI("XPRESS")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user