CoinUtils  2.11.9
Public Member Functions | List of all members
CoinWarmStartDiff Class Referenceabstract

Abstract base class for warm start ‘diff’ objects. More...

#include <CoinWarmStart.hpp>

+ Inheritance diagram for CoinWarmStartDiff:

Public Member Functions

virtual ~CoinWarmStartDiff ()
 Abstract destructor. More...
 
virtual CoinWarmStartDiffclone () const =0
 ‘Virtual constructor’ More...
 
virtual ~CoinWarmStartDiff ()
 Abstract destructor. More...
 
virtual CoinWarmStartDiffclone () const =0
 ‘Virtual constructor’ More...
 

Detailed Description

Abstract base class for warm start ‘diff’ objects.

For those types of warm start objects where the notion of a ‘diff’ makes sense, this virtual base class is provided. As with CoinWarmStart, its sole reason for existence is to make it possible to write solver-independent code.

Definition at line 44 of file CoinWarmStart.hpp.

Constructor & Destructor Documentation

◆ ~CoinWarmStartDiff() [1/2]

virtual CoinWarmStartDiff::~CoinWarmStartDiff ( )
inlinevirtual

Abstract destructor.

Definition at line 47 of file CoinWarmStart.hpp.

◆ ~CoinWarmStartDiff() [2/2]

virtual CoinWarmStartDiff::~CoinWarmStartDiff ( )
inlinevirtual

Abstract destructor.

Definition at line 47 of file CoinWarmStart.hpp.

Member Function Documentation

◆ clone() [1/2]

virtual CoinWarmStartDiff* CoinWarmStartDiff::clone ( ) const
pure virtual

◆ clone() [2/2]

virtual CoinWarmStartDiff* CoinWarmStartDiff::clone ( ) const
pure virtual

The documentation for this class was generated from the following file: