Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
test_util.h File Reference
#include <cstdint>
#include <cstdlib>
#include <sstream>
#include <string>
#include <tuple>
#include "Eigen/Core"
#include "Eigen/SparseCore"
#include "absl/log/check.h"
#include "absl/types/span.h"
#include "gtest/gtest.h"
#include "ortools/base/gmock.h"
#include "ortools/pdlp/quadratic_program.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  operations_research::pdlp
 Validation utilities for solvers.proto.
 
namespace  Eigen
 

Functions

void operations_research::pdlp::VerifyTestLp (const QuadraticProgram &qp, bool maximize=false)
 Verifies that the given QuadraticProgram equals TestLp().
 
QuadraticProgram operations_research::pdlp::TinyLp ()
 
QuadraticProgram operations_research::pdlp::CorrelationClusteringLp ()
 | /
 
QuadraticProgram operations_research::pdlp::CorrelationClusteringStarLp ()
 
template<typename Scalar , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
void Eigen::PrintTo (const Array< Scalar, Rows, Cols, Options, MaxRows, MaxCols > &array, std::ostream *os)
 

Variables

x_0 x_1 x_2 operations_research::pdlp::x_3