#include <tvm/api.h>
#include <tvm/defs.h>
#include <tvm/constraint/enums.h>
#include <vector>
Go to the source code of this file.
|
| template<typename Problem , typename Scheme > |
| ProblemComputationData * | tvm::scheme::internal::getComputationData (Problem &problem, const Scheme &resolutionScheme) |
| |
| bool TVM_DLLAPI | tvm::scheme::internal::isBound (const ConstraintPtr &c) |
| |
| bool TVM_DLLAPI | tvm::scheme::internal::isBound (const ConstraintPtr &c, const hint::internal::Substitutions &subs) |
| |
| bool TVM_DLLAPI | tvm::scheme::internal::isBound (const ConstraintPtr &c, const std::vector< VariablePtr > &x, const std::vector< std::shared_ptr< function::BasicLinearFunction >> &xsub) |
| |
| bool TVM_DLLAPI | tvm::scheme::internal::canBeUsedAsBound (const ConstraintPtr &c, const hint::internal::Substitutions &subs, constraint::Type targetConvention) |
| |
| bool TVM_DLLAPI | tvm::scheme::internal::canBeUsedAsBound (const ConstraintPtr &c, const std::vector< VariablePtr > &x, const std::vector< std::shared_ptr< function::BasicLinearFunction >> &xsub, constraint::Type targetConvention) |
| |