The Cplex..::..ConflictAlgorithm type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Auto |
Autoselect conflict refiner algorithm
| |
| Fast |
Quickly reduce conflict size with cheapest algorithm and finish with
exact algorithm.
| |
| IIS |
Use Irreducible Infeasible Set algorithm for linear constraints only
| |
| LimitedSolve |
Use solve up to node limit for detecting infeasibilities
| |
| Presolve |
Use presolve for detecting infeasibilities
| |
| Propagate |
Use bound propagation for detecting infeasibilities
| |
| Solve |
Use full solve
|