idol
Home
Command-Line Interface
Installation
Basics
Tutorials
Input Format
Troubleshooting
C++ Library
Installation
Examples
API Reference
Troubleshooting
About
GitHub
Loading...
Searching...
No Matches
lib
include
idol
bilevel
optimizers
BilevelOptimizerInterface.h
1
//
2
// Created by henri on 05.02.25.
3
//
4
5
#ifndef IDOL_BILEVELOPTIMIZERINTERFACE_H
6
#define IDOL_BILEVELOPTIMIZERINTERFACE_H
7
8
namespace
idol::Bilevel {
9
class
Description
;
10
class
OptimizerInterface
;
11
}
12
13
class
idol::Bilevel::OptimizerInterface
{
14
public
:
15
virtual
~OptimizerInterface
() =
default
;
16
17
virtual
void
set_bilevel_description(
const
Bilevel::Description
& t_bilevel_description) = 0;
18
};
19
20
#endif
//IDOL_BILEVELOPTIMIZERINTERFACE_H
idol::Bilevel::Description
Definition
Description.h:19
idol::Bilevel::OptimizerInterface
Definition
BilevelOptimizerInterface.h:13
Generated by
1.16.1