#include <math.h>
#include "CouenneExprCos.hpp"
#include "CouenneExprSin.hpp"
#include "CouenneExprBCos.hpp"
#include "CouenneExprOpp.hpp"
#include "CouenneExprMul.hpp"
#include "CouenneExprClone.hpp"
Include dependency graph for exprCos.cpp:
Go to the source code of this file.
Variables | |
static const CouNumber | pi = M_PI |
static const CouNumber | pi2 = M_PI * 2. |
static const CouNumber | pih = M_PI / 2. |
Definition at line 23 of file exprCos.cpp.
Referenced by BCP_lp_adjust_row_effectiveness(), MCF3_lp::compute_lower_bound(), MCF2_lp::compute_lower_bound(), MCF1_lp::compute_lower_bound(), getConstraintMatrix(), BCP_lp_user::pack_dual_solution(), and OS_lp::process_lp_result().
Definition at line 24 of file exprCos.cpp.
Definition at line 25 of file exprCos.cpp.