[][src]Module kurobako_core::epi::problem

EPI components for problem.

Structs

EmbeddedScriptEvaluator

Evaluator that is implemented by an embedded script.

EmbeddedScriptProblem

Problem that is implemented by an embedded script.

EmbeddedScriptProblemFactory

Factory for the problem implemented by an embedded script.

EmbeddedScriptProblemRecipe

Recipe for the problem implemented by an embedded script.

ExternalProgramEvaluator

Evaluator that is implemented by an external program.

ExternalProgramProblem

Problem that is implemented by an external program.

ExternalProgramProblemFactory

Factory for the problem implemented by an external program.

ExternalProgramProblemRecipe

Recipe for the problem implemented by an external program.

Enums

ProblemMessage

Messages that are used to communicate with external problems.