GurobiSolver Class

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "T:Optimization.Solver.Gurobi45.GurobiSolver"]

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Optimization.Solver.Gurobi45..::..GurobiSolver

See Also