polygon_driver

package
v0.0.0-...-5379b69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BooleanVal

type BooleanVal struct {
	Value *bool `xml:"value,attr"`
}

type ProblemConfig

type ProblemConfig struct {
	Judging   ProblemConfigJudging   `xml:"judging"`
	Packaging ProblemConfigPackaging `xml:"packaging"`
	Name      string                 `xml:"name,attr"`
}

type ProblemConfigJudging

type ProblemConfigJudging struct {
	TimeLimit      StringVal  `xml:"time-limit"`
	MemoryLimit    StringVal  `xml:"memory-limit"`
	InputFile      StringVal  `xml:"input-file"`
	OutputFile     StringVal  `xml:"output-file"`
	TestValidator  StringVal  `xml:"test-validator"`
	Checker        StringVal  `xml:"checker"`
	Testlib        StringVal  `xml:"testlib"`
	TestWellFormed BooleanVal `xml:"tests-well-formed"`
}

type ProblemConfigPackaging

type ProblemConfigPackaging struct {
	TestsetPattern             StringVal  `xml:"testset-pattern"`
	InputFilePathPattern       StringVal  `xml:"input-file-path-pattern"`
	AnswerFilePathPattern      StringVal  `xml:"answer-file-path-pattern"`
	StatementTemplateFile      StringVal  `xml:"statement-template-file"`
	StatementPathPattern       StringVal  `xml:"statement-path-pattern"`
	CheckerPath                StringVal  `xml:"checker-path"`
	RenderFormulasUsingMathjax BooleanVal `xml:"render-formulas-using-mathjax"`
}

type StringVal

type StringVal struct {
	Value      *string `xml:"value,attr"`
	AutoUpdate *bool   `xml:"auto-update,attr"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL