yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Quintiq file version 2.0
#parent: #root
MathematicalProgram TestMP
{
  AsyncPriority: 'Default'
  DefinedTypeName: 'LibOpt_MyMPSuboptimizer_TestMP'
  IncludeInAnalysis: true
  InfeasibleResultText: "error('Mathematical programming, non-feasible handling failed');"
  LogFileName: 'AdvancedOptimizer.log'
  MIPIntegralityTolerance: 0.00001
  MIPLowerCutOffValue: -1000000000000000000000000000000000000000000000000000000000000000000000000000
  MIPMaxNodeCount: 2100000000
  MIPMaxSolutionCount: 2100000000
  MIPUpperCutOffValue: 1000000000000000000000000000000000000000000000000000000000000000000000000000
  OnFailureText: 'error(program.Failure().Information());'
  ParallelMode: 'AutoParallel'
  PreSolve: true
  SimplexMaxIterationCount: 2100000000
  SimplexObjectiveLowerLimit: -1000000000000000000000000000000000000000000000000000000000000000000000000000
  SimplexObjectiveUpperLimit: 1000000000000000000000000000000000000000000000000000000000000000000000000000
  SolverType: 'Automatic'
  Threads: 1
  TimeLimit: 300
  InterfaceProperties { Accessibility: 'Module' }
}