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

#include <multi_objective_tests.h>

Inheritance diagram for operations_research::math_opt::IncrementalMultiObjectiveTest:

Detailed Description

A suite of unit tests focused on incrementalism with multiple objectives.

Note
a solver that does not support multiple objectives should still use this fixture to ensure that it is not silently ignoring one.

To use these tests, in file <solver>_test.cc, write: INSTANTIATE_TEST_SUITE_P( <Solver>IncrementalMultiObjectiveTest, IncrementalMultiObjectiveTest, testing::Values( MultiObjectiveTestParameters( SolverType::k<Solver>, parameters, /*supports_multi_objectives=*‍/false, /*supports_incremental_objective_add_and_delete=*‍/false, /*supports_incremental_objective_modification=*‍/false)));

Definition at line 88 of file multi_objective_tests.h.


The documentation for this class was generated from the following file: