A class for defining the ABS2 callback function.
More...
#include <qbpp_abs2.hpp>
|
std::shared_ptr< Impl > | pimpl |
|
A class for defining the ABS2 callback function.
This class is derived from abs2::Callback and containing a qbpp::QuadModel object.
Definition at line 204 of file qbpp_abs2.hpp.
◆ set() [1/3]
void abs2::Callback::set |
( |
const std::string & |
operation | ) |
|
|
inherited |
Set the operation to the ABS2 Callback.
- Parameters
-
operation | Operation string |
Set the operation to the ABS2 Callback.
◆ set() [2/3]
void abs2::Callback::set |
( |
const std::string & |
operation, |
|
|
const std::string & |
operand |
|
) |
| |
|
inherited |
Set the operation and operand to the ABS2 Callback.
- Parameters
-
operation | Operation string |
operand | Operand string |
Set the operation and operand to the ABS2 Callback.
◆ set() [3/3]
void abs2::Callback::set |
( |
const Sol & |
hint | ) |
|
|
inherited |
Provide a hint solution to the ABS2 solver.
- Parameters
-
Provide a hint solution will be used by the ABS2 solver to improve the solution.
◆ get()
const Sol& abs2::Callback::get |
( |
| ) |
const |
|
inherited |
Get the current solution.
◆ quad_model
const QuadModel qbpp_abs2::Callback::quad_model |
|
protected |
◆ pimpl
std::shared_ptr<Impl> abs2::Callback::pimpl |
|
privateinherited |
The documentation for this class was generated from the following file: