/* * SPDX-FileCopyrightText: 2024 The Refinery Authors * * SPDX-License-Identifier: EPL-2.0 */ import Link from '@docusaurus/Link'; // import PlayCircle from 'vg'; import Layout from '@theme/Layout'; import clsx from 'clsx'; import { useState } from 'react'; import styles from './index.module.css'; import videoCover from './video-cover.webp?url'; function Hero() { return (

Refinery

An efficient graph solver for generating well-formed models

Try online Try in Docker Tutorial
); } function Video() { const [started, setStarted] = useState(false); return (
{started ? (