Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::QcTestParameters Struct Reference

#include <qc_tests.h>

Public Member Functions

 QcTestParameters (SolverType solver_type, SolveParameters parameters, bool supports_qc, bool supports_incremental_add_and_deletes, bool supports_incremental_variable_deletions, bool use_integer_variables)
 

Public Attributes

SolverType solver_type
 The tested solver.
 
SolveParameters parameters
 
bool supports_qc
 True if the solver supports quadratic constraints.
 
bool supports_incremental_add_and_deletes
 
bool supports_incremental_variable_deletions
 
bool use_integer_variables
 True if the solver supports integer variables.
 

Detailed Description

Definition at line 25 of file qc_tests.h.

Constructor & Destructor Documentation

◆ QcTestParameters()

operations_research::math_opt::QcTestParameters::QcTestParameters ( SolverType solver_type,
SolveParameters parameters,
bool supports_qc,
bool supports_incremental_add_and_deletes,
bool supports_incremental_variable_deletions,
bool use_integer_variables )
explicit

Definition at line 31 of file qc_tests.cc.

Member Data Documentation

◆ parameters

SolveParameters operations_research::math_opt::QcTestParameters::parameters

Definition at line 35 of file qc_tests.h.

◆ solver_type

SolverType operations_research::math_opt::QcTestParameters::solver_type

The tested solver.

Definition at line 33 of file qc_tests.h.

◆ supports_incremental_add_and_deletes

bool operations_research::math_opt::QcTestParameters::supports_incremental_add_and_deletes

True if the solver supports incremental updates that add and/or delete quadratic constraints.

Definition at line 42 of file qc_tests.h.

◆ supports_incremental_variable_deletions

bool operations_research::math_opt::QcTestParameters::supports_incremental_variable_deletions

True if the solver supports updates that delete variables involved in quadratic constraints.

Definition at line 46 of file qc_tests.h.

◆ supports_qc

bool operations_research::math_opt::QcTestParameters::supports_qc

True if the solver supports quadratic constraints.

Definition at line 38 of file qc_tests.h.

◆ use_integer_variables

bool operations_research::math_opt::QcTestParameters::use_integer_variables

True if the solver supports integer variables.

Definition at line 49 of file qc_tests.h.


The documentation for this struct was generated from the following files: