CplexSolver Class

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Represents a CPLEX solver instance for mathematical programming problems.

Namespace: Optimization.Solver.Cplex
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public class CplexSolver : ICanManipulateANativeSolver, 
	ICanSetCutOff, ISolver, ICanSolve<Model, Solution>, 
	IAbortable
Visual Basic
Public Class CplexSolver _
	Implements ICanManipulateANativeSolver, ICanSetCutOff, ISolver, ICanSolve(Of Model, Solution),  _
	IAbortable
Visual C++
public ref class CplexSolver : ICanManipulateANativeSolver, 
	ICanSetCutOff, ISolver, ICanSolve<Model^, Solution^>, 
	IAbortable

Inheritance Hierarchy

System..::..Object
  Optimization.Solver.Cplex..::..CplexSolver

See Also