|
Minotaur 0.4.1
Docs for developers
|
Implement the handler for functions of type y = x^k. More...
#include <cmath>#include <iostream>#include <iomanip>#include <algorithm>#include "MinotaurConfig.h"#include "Branch.h"#include "BrVarCand.h"#include "Constraint.h"#include <cstdint>#include "Environment.h"#include "PowHandler.h"#include "Function.h"#include "LinMods.h"#include "Logger.h"#include "Node.h"#include "numeric"#include "Objective.h"#include "Operations.h"#include "Option.h"#include "QuadraticFunction.h"#include "ProblemSize.h"#include "Relaxation.h"#include "SolutionPool.h"#include "Variable.h"
Functions | |
| void | continuedFraction (double val, int64_t &num, int64_t &den, double relTol=1e-9, double absTol=1e-12, int64_t maxDen=1000000) |
Implement the handler for functions of type y = x^k.