Ask Your Question
3

What are the default values for the CPLEX options?

asked 2022-07-28 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-01-07 14:00:00 +0000

lalupa gravatar image

The default values for the CPLEX options depend on the version and platform of the software. However, some of the commonly used default values are:

  • Dual simplex method for LP problems
  • Primal simplex method for QP and MIP problems
  • Barrier method for convex QP and CONICQP problems
  • Emphasis on feasibility for MIP problems
  • Automatic selection of primal or dual algorithm for MIP problems
  • Matrix form of the model for LP and QP problems
  • Sparse form of the model for MIP problems
  • Feasibility tolerance of 1e-6
  • Optimality tolerance of 1e-6
  • Iteration limit of 1000000
  • Maximum CPU time of 1e+75 seconds

It is important to note that these default values may not be optimal for all problems and users may need to adjust them to achieve better performance or accuracy.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-28 11:00:00 +0000

Seen: 9 times

Last updated: Jan 07 '23