Overview#
Introduction#
Quick walkthroughs to get you started with rbx.
Feature Guide#
Learn how to use the different features of rbx.
-
Build your own testset
Learn how to set samples, use generators and stress tests.
-
Define your constraints
Define variables and use them in validators, checkers and even in your statements.
-
Verify your problem
Ensure the correctness of your problem with validators and unit tests.
-
Grade with custom checkers
Learn how to write a custom checker for a problem.
-
Write an interactive problem
Learn how to write an interactive problem from scratch.
-
Write, format and translate
Learn how to write multiple statements and build them.
-
Package and ship
Build, package and ship your problem to competitive programming platforms.
Reference#
Reference documentation for rbx.
-
Cheatsheet
A one stop shop for all the commands and options available in rbx.
-
Problem configuration
A summary of all the configuration options available in
problem.rbx.yml
.