Minotaur 0.4.1
Docs for developers
Functions
kPowHandler.cpp File Reference

Implement a handler for k power constraints of the form $ y = x^k $, where $ k > 1 $,. More...

#include "kPowHandler.h"
#include <string.h>
#include <algorithm>
#include <cmath>
#include <iomanip>
#include <iostream>
#include "BrVarCand.h"
#include "Branch.h"
#include "CGraph.h"
#include "CNode.h"
#include "Constraint.h"
#include "Engine.h"
#include "Environment.h"
#include "Function.h"
#include "LPEngine.h"
#include "LinMods.h"
#include "LinearFunction.h"
#include "Logger.h"
#include "MinotaurConfig.h"
#include "Node.h"
#include "NonlinearFunction.h"
#include "Objective.h"
#include "Operations.h"
#include "Option.h"
#include "ProblemSize.h"
#include "QuadraticFunction.h"
#include "Relaxation.h"
#include "Solution.h"
#include "SolutionPool.h"
#include "Timer.h"
#include "Variable.h"
Include dependency graph for kPowHandler.cpp:

Functions

void BoundsOnKPow_ (ConstVariablePtr x, double &lb, double &ub, double k)
 

Detailed Description

Implement a handler for k power constraints of the form $ y = x^k $, where $ k > 1 $,.

Author
Ashutosh Mahajan, IIT Bombay

Minotaur source code documented by Doxygen 1.9.4 on Thu Apr 24 2025