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

Detailed Description

Definition at line 25 of file qc_tests.h.

#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
SolveParameters parameters
bool supports_qc
bool supports_incremental_add_and_deletes
bool supports_incremental_variable_deletions
bool use_integer_variables

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

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

Definition at line 42 of file qc_tests.h.

◆ supports_incremental_variable_deletions

bool operations_research::math_opt::QcTestParameters::supports_incremental_variable_deletions

Definition at line 46 of file qc_tests.h.

◆ supports_qc

bool operations_research::math_opt::QcTestParameters::supports_qc

Definition at line 38 of file qc_tests.h.

◆ use_integer_variables

bool operations_research::math_opt::QcTestParameters::use_integer_variables

Definition at line 49 of file qc_tests.h.


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