#include <AntiSimmetry.h>
Public Member Functions | |
| AntiSimmetryParams () | |
| Default constructor. | |
| AntiSimmetryParams (Decimal ds) | |
| Parametrical constructor. | |
| Decimal | discretizationStep () |
| Gets the discretization step of the simmetry function. | |
| string | print () |
| Print function. | |
| MipAlgorithms::AntiSimmetryParams::AntiSimmetryParams | ( | ) |
Default constructor.
| MipAlgorithms::AntiSimmetryParams::AntiSimmetryParams | ( | Decimal | ds | ) |
Parametrical constructor.
| [in] | ds | Discretization step. |
| Decimal MipAlgorithms::AntiSimmetryParams::discretizationStep | ( | ) |
Gets the discretization step of the simmetry function.
| string MipAlgorithms::AntiSimmetryParams::print | ( | ) |
Print function.
1.5.6