Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
solver_port_c_test.c File Reference
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include "ortools/math_opt/core/c_api/solver.h"

Go to the source code of this file.

Functions

void TestSolveEmptyModel ()
void TestInterruptSolveEmptyModel ()
int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 74 of file solver_port_c_test.c.

◆ TestInterruptSolveEmptyModel()

void TestInterruptSolveEmptyModel ( )

Definition at line 45 of file solver_port_c_test.c.

◆ TestSolveEmptyModel()

void TestSolveEmptyModel ( )

Definition at line 23 of file solver_port_c_test.c.