idol
Github
Github
Quick search
table of contents
Installation
Tutorials
Examples
API
FAQ
Stable Features
Benchmark
Developers
References
Docs
»
API
»
Mixed-integer Optimization
»
TempQCtr
← TempCtr
TempVar →
TempQCtr
¶
Doxygen
¶
class
TempQCtr
¶
Public Functions
TempQCtr
(
)
=
default
¶
inline
TempQCtr
(
QuadExpr
<
Var
>
&
&
t_expr
,
CtrType
t_type
)
¶
TempQCtr
(
const
TempQCtr
&
t_src
)
=
default
¶
TempQCtr
(
TempQCtr
&
&
)
noexcept
=
default
¶
TempQCtr
&
operator
=
(
const
TempQCtr
&
t_rhs
)
=
default
¶
TempQCtr
&
operator
=
(
TempQCtr
&
&
)
noexcept
=
default
¶
inline
QuadExpr
<
Var
>
&
expr
(
)
¶
inline
const
QuadExpr
<
Var
>
&
expr
(
)
const
¶
inline
CtrType
type
(
)
const
¶
inline
void
set_expr
(
QuadExpr
<
Var
>
&
&
t_expr
)
¶
inline
void
set_type
(
CtrType
t_type
)
¶
← TempCtr
TempVar →